--- loncom/loncapa_apache.conf 2004/01/19 22:48:47 1.65.2.1
+++ loncom/loncapa_apache.conf 2003/12/10 00:32:55 1.66
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.65.2.1 2004/01/19 22:48:47 albertel Exp $
+## $Id: loncapa_apache.conf,v 1.66 2003/12/10 00:32:55 www Exp $
##
#
@@ -228,6 +228,14 @@ ErrorDocument 403 /adm/login
ErrorDocument 500 /adm/errorhandler
+
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lonlocal
+ErrorDocument 403 /adm/login
+ErrorDocument 500 /adm/errorhandler
+
+
# -------------------------------------------------------------- Admin Programs
@@ -383,15 +391,6 @@ ErrorDocument 406 /adm/roles
ErrorDocument 500 /adm/errorhandler
-
-PerlAccessHandler Apache::lonacc
-SetHandler perl-script
-PerlHandler Apache::lonmodifycourse
-ErrorDocument 403 /adm/login
-ErrorDocument 406 /adm/roles
-ErrorDocument 500 /adm/errorhandler
-
-
PerlAccessHandler Apache::lonacc
SetHandler perl-script