--- loncom/loncapa_apache.conf 2005/10/24 21:32:35 1.117
+++ 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.117 2005/10/24 21:32:35 albertel Exp $
+## $Id: loncapa_apache.conf,v 1.118 2005/10/27 23:32:25 raeburn Exp $
##
#
@@ -697,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