--- loncom/loncapa_apache.conf 2003/09/16 18:26:00 1.64
+++ loncom/loncapa_apache.conf 2003/12/08 16:31:59 1.65
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.64 2003/09/16 18:26:00 albertel Exp $
+## $Id: loncapa_apache.conf,v 1.65 2003/12/08 16:31:59 raeburn Exp $
##
#
@@ -510,6 +510,15 @@ ErrorDocument 406 /adm/roles
ErrorDocument 500 /adm/errorhandler
+
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lonpopulate
+ErrorDocument 403 /adm/login
+ErrorDocument 406 /adm/roles
+ErrorDocument 500 /adm/errorhandler
+
+
PerlAccessHandler Apache::lonacc
SetHandler perl-script