--- loncom/loncapa_apache.conf 2006/04/10 21:58:53 1.131
+++ loncom/loncapa_apache.conf 2006/05/12 02:18:24 1.135
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.131 2006/04/10 21:58:53 albertel Exp $
+## $Id: loncapa_apache.conf,v 1.135 2006/05/12 02:18:24 www 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
@@ -309,6 +311,7 @@ PerlHandler Apache::lonsequence
+PerlAccessHandler Apache::publiccheck
SetHandler perl-script
PerlHandler Apache::lonmeta
ErrorDocument 413 /adm/overloaded.txt
@@ -937,7 +940,7 @@ ErrorDocument 403 /adm/login
ErrorDocument 500 /adm/errorhandler
-
+
AuthType Basic
Require valid-user
PerlAuthzHandler Apache::lonacc
@@ -945,7 +948,7 @@ SetHandler perl-script
PerlHandler Apache::lonannounce
ErrorDocument 403 /adm/login
ErrorDocument 500 /adm/errorhandler
-
+
AuthType Basic
@@ -1077,6 +1080,11 @@ SetHandler perl-script
PerlHandler Apache::lonsupportreq
+
+SetHandler perl-script
+PerlHandler Apache::loncss
+
+
# ------------------------------------------------- Backdoor Adm Tests/Programs