--- loncom/loncapa_apache.conf 2006/10/10 20:16:33 1.160
+++ 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.160 2006/10/10 20:16:33 albertel 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
@@ -1163,6 +1173,11 @@ PerlHandler Apache::coursecatalog
ErrorDocument 500 /adm/errorhandler
+
+SetHandler perl-script
+PerlHandler Apache::resetpw
+ErrorDocument 500 /adm/errorhandler
+
# ------------------------------------------------- Backdoor Adm Tests/Programs