--- loncom/loncapa_apache.conf 2006/04/07 22:42:38 1.129
+++ loncom/loncapa_apache.conf 2006/05/08 18:54:27 1.133
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.129 2006/04/07 22:42:38 albertel Exp $
+## $Id: loncapa_apache.conf,v 1.133 2006/05/08 18:54:27 albertel Exp $
##
#
@@ -128,6 +128,7 @@ PerlHandler Apache::lonsequence
+PerlAccessHandler Apache::publiccheck
AuthType Basic
Require valid-user
PerlAuthzHandler Apache::lonacc
@@ -138,6 +139,7 @@ ErrorDocument 500 /adm/errorhandler
+PerlAccessHandler Apache::publiccheck
AuthType Basic
Require valid-user
PerlAuthzHandler Apache::lonacc
@@ -204,6 +206,8 @@ ErrorDocument 500 /adm/errorhandler
+AuthType Basic
+Require valid-user
PerlAuthzHandler Apache::loncacc
SetHandler perl-script
PerlHandler Apache::lonconstruct
@@ -218,6 +222,8 @@ PerlAccessHandler Apache::lonracc
+AuthType Basic
+Require valid-user
PerlAuthzHandler Apache::loncacc
ErrorDocument 403 /adm/login
ErrorDocument 404 /adm/notfound.html
@@ -305,6 +311,7 @@ PerlHandler Apache::lonsequence
+PerlAccessHandler Apache::publiccheck
SetHandler perl-script
PerlHandler Apache::lonmeta
ErrorDocument 413 /adm/overloaded.txt
@@ -565,7 +572,7 @@ AuthType Basic
Require valid-user
PerlAuthzHandler Apache::lonacc
SetHandler perl-script
-PerlHandler Apache::lonmsg
+PerlHandler Apache::lonmsgdisplay
ErrorDocument 403 /adm/login
ErrorDocument 500 /adm/errorhandler
@@ -670,6 +677,8 @@ ErrorDocument 500 /adm/errorhandler
+AuthType Basic
+Require valid-user
PerlAuthzHandler Apache::loncacc
SetHandler perl-script
PerlHandler Apache::lonpubdir
@@ -1071,6 +1080,14 @@ SetHandler perl-script
PerlHandler Apache::lonsupportreq
+
+AuthType Basic
+Require valid-user
+PerlAuthzHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::loncss
+
+
# ------------------------------------------------- Backdoor Adm Tests/Programs