--- loncom/loncapa_apache.conf 2005/10/10 15:38:18 1.116
+++ loncom/loncapa_apache.conf 2005/10/27 23:32:25 1.118
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.116 2005/10/10 15:38:18 raeburn Exp $
+## $Id: loncapa_apache.conf,v 1.118 2005/10/27 23:32:25 raeburn Exp $
##
#
@@ -399,11 +399,23 @@ PerlHandler Apache::lonlogout
ErrorDocument 403 /adm/login
+
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::switchserver
+ErrorDocument 403 /adm/login
+
+
SetHandler perl-script
PerlHandler Apache::lonauth
+
+SetHandler perl-script
+PerlHandler Apache::migrateuser
+
+
PerlAccessHandler Apache::lonacc
SetHandler perl-script
@@ -685,6 +697,15 @@ ErrorDocument 406 /adm/roles
ErrorDocument 500 /adm/errorhandler
+
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::loncoursegroups
+ErrorDocument 403 /adm/login
+ErrorDocument 406 /adm/roles
+ErrorDocument 500 /adm/errorhandler
+
+
PerlAccessHandler Apache::lonacc
SetHandler perl-script