--- loncom/loncapa_apache.conf 2006/11/10 02:06:54 1.161
+++ loncom/loncapa_apache.conf 2006/12/11 14:06:06 1.162
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.161 2006/11/10 02:06:54 raeburn Exp $
+## $Id: loncapa_apache.conf,v 1.162 2006/12/11 14:06:06 raeburn Exp $
##
#
@@ -516,6 +516,16 @@ PerlHandler Apache::restrictedaccess
ErrorDocument 500 /adm/errorhandler
+
+PerlAccessHandler Apache::publiccheck
+AuthType LONCAPA
+Require valid-user
+SetHandler perl-script
+PerlAuthzHandler Apache::lonacc
+PerlHandler Apache::blockedaccess
+ErrorDocument 500 /adm/errorhandler
+
+
AuthType LONCAPA
Require valid-user