--- loncom/loncapa_apache.conf 2002/11/14 21:36:23 1.26
+++ loncom/loncapa_apache.conf 2002/12/26 15:15:33 1.27
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.26 2002/11/14 21:36:23 bowersj2 Exp $
+## $Id: loncapa_apache.conf,v 1.27 2002/12/26 15:15:33 www Exp $
##
## 1/11/2002 - Scott Harrison
## 2/19/2002 - Scott Harrison
@@ -222,6 +222,14 @@ PerlHandler Apache::lonroles
ErrorDocument 403 /adm/login
ErrorDocument 500 /adm/errorhandler
+
+
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lonpickstudent
+ErrorDocument 403 /adm/login
+ErrorDocument 500 /adm/errorhandler
+
SetHandler perl-script