--- loncom/loncapa_apache.conf 2006/04/08 07:04:57 1.130
+++ loncom/loncapa_apache.conf 2006/04/21 20:28:36 1.132
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.130 2006/04/08 07:04:57 albertel Exp $
+## $Id: loncapa_apache.conf,v 1.132 2006/04/21 20:28:36 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
@@ -670,6 +677,8 @@ ErrorDocument 500 /adm/errorhandler
+AuthType Basic
+Require valid-user
PerlAuthzHandler Apache::loncacc
SetHandler perl-script
PerlHandler Apache::lonpubdir