--- loncom/loncapa_apache.conf 2003/01/10 21:31:03 1.26.2.1
+++ 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.2.1 2003/01/10 21:31:03 albertel 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
@@ -156,7 +156,6 @@ ErrorDocument 500 /adm/errorhandler
SetHandler perl-script
PerlHandler Apache::lonindexer
-PerlCleanupHandler Apache::lonindexer::cleanup
@@ -224,6 +223,14 @@ 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
PerlHandler Apache::lonlogin
@@ -521,7 +528,6 @@ ErrorDocument 500 /adm/errorhandler
PerlAccessHandler Apache::lonacc
SetHandler perl-script
PerlHandler Apache::lonsearchcat
-PerlCleanupHandler Apache::lonsearchcat::cleanup
ErrorDocument 403 /adm/login
ErrorDocument 413 /adm/overloaded.txt
ErrorDocument 500 /adm/errorhandler
@@ -549,7 +555,6 @@ ErrorDocument 500 /adm/errorhandler
PerlAccessHandler Apache::lonacc
SetHandler perl-script
PerlHandler Apache::groupsort
-PerlCleanupHandler Apache::groupsort::cleanup
ErrorDocument 403 /adm/login
ErrorDocument 500 /adm/errorhandler