--- loncom/loncapa_apache.conf 2004/03/31 04:38:06 1.74
+++ loncom/loncapa_apache.conf 2004/04/22 22:57:53 1.77
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.74 2004/03/31 04:38:06 www Exp $
+## $Id: loncapa_apache.conf,v 1.77 2004/04/22 22:57:53 albertel Exp $
##
#
@@ -69,11 +69,22 @@ PerlCleanupHandler Apache::lontokacc::re
-PerlAccessHandler Apache::lonuploadedacc
+PerlAccessHandler Apache::lonacc
+PerlHeaderParserHandler Apache::lonuploadrep
ErrorDocument 404 /adm/notfound.html
ErrorDocument 500 /adm/errorhandler
+
+SetHandler perl-script
+PerlHandler Apache::lonpage
+
+
+
+SetHandler perl-script
+PerlHandler Apache::lonsequence
+
+
PerlAccessHandler Apache::lonacc
SetHandler perl-script
@@ -316,6 +327,14 @@ PerlHandler Apache::lonpickcourse
ErrorDocument 403 /adm/login
ErrorDocument 500 /adm/errorhandler
+
+
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lonpickcode
+ErrorDocument 403 /adm/login
+ErrorDocument 500 /adm/errorhandler
+
SetHandler perl-script