--- loncom/loncapa_apache.conf 2005/04/22 21:03:52 1.108
+++ loncom/loncapa_apache.conf 2005/06/02 02:10:02 1.111
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.108 2005/04/22 21:03:52 albertel Exp $
+## $Id: loncapa_apache.conf,v 1.111 2005/06/02 02:10:02 albertel Exp $
##
#
@@ -465,6 +465,15 @@ ErrorDocument 406 /adm/roles
ErrorDocument 500 /adm/errorhandler
+
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::slotrequest
+ErrorDocument 403 /adm/login
+ErrorDocument 406 /adm/roles
+ErrorDocument 500 /adm/errorhandler
+
+
PerlAccessHandler Apache::lonacc
SetHandler perl-script
@@ -559,6 +568,16 @@ ErrorDocument 406 /adm/unauthorized
ErrorDocument 500 /adm/errorhandler
+
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::loncleanup
+ErrorDocument 403 /adm/login
+ErrorDocument 404 /adm/notfound.html
+ErrorDocument 406 /adm/unauthorized
+ErrorDocument 500 /adm/errorhandler
+
+
PerlAccessHandler Apache::lonacc
SetHandler perl-script
@@ -802,7 +821,7 @@ PerlHandler Apache::lonerrorhandler
-PerlAccessHandler Apache::lonacc
+#PerlAccessHandler Apache::lonacc
SetHandler perl-script
PerlHandler Apache::lonhelp