--- loncom/loncapa_apache.conf 2006/10/10 20:16:33 1.160
+++ loncom/loncapa_apache.conf 2007/03/01 18:04:27 1.163
@@ -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.163 2007/03/01 18:04:27 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
@@ -687,6 +697,17 @@ ErrorDocument 406 /adm/roles
ErrorDocument 500 /adm/errorhandler
+
+AuthType LONCAPA
+Require valid-user
+PerlAuthzHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::domainprefs
+ErrorDocument 403 /adm/login
+ErrorDocument 406 /adm/roles
+ErrorDocument 500 /adm/errorhandler
+
+
AuthType LONCAPA
Require valid-user
@@ -1163,6 +1184,11 @@ PerlHandler Apache::coursecatalog
ErrorDocument 500 /adm/errorhandler
+
+SetHandler perl-script
+PerlHandler Apache::resetpw
+ErrorDocument 500 /adm/errorhandler
+
# ------------------------------------------------- Backdoor Adm Tests/Programs