--- loncom/loncapa_apache.conf 2004/05/27 09:28:38 1.79
+++ loncom/loncapa_apache.conf 2004/06/15 16:33:09 1.84
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.79 2004/05/27 09:28:38 foxr Exp $
+## $Id: loncapa_apache.conf,v 1.84 2004/06/15 16:33:09 banghart Exp $
##
#
@@ -60,9 +60,24 @@ ErrorDocument 500 /adm/errorhandler
PerlAccessHandler Apache::lonenc
ErrorDocument 403 /adm/login
+ErrorDocument 404 /adm/notfound.html
+ErrorDocument 406 /adm/roles
ErrorDocument 500 /adm/errorhandler
+
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::portfolio
+
+
+
+SetHandler perl-script
+PerlHandler Apache::portfolio
+
+
+
+
PerlAccessHandler Apache::lontokacc
PerlCleanupHandler Apache::lontokacc::removefile
@@ -71,7 +86,9 @@ PerlCleanupHandler Apache::lontokacc::re
PerlAccessHandler Apache::lonacc
PerlHeaderParserHandler Apache::lonuploadrep
+ErrorDocument 403 /adm/login
ErrorDocument 404 /adm/notfound.html
+ErrorDocument 406 /adm/roles
ErrorDocument 500 /adm/errorhandler
@@ -237,6 +254,7 @@ PerlHandler Apache::lonrights
SetHandler perl-script
+PerlHandler Apache::londatecheck
PerlHandler Apache::lonxml
@@ -253,6 +271,15 @@ ErrorDocument 403 /adm/login
ErrorDocument 500 /adm/errorhandler
+
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lonsource
+ErrorDocument 403 /adm/login
+ErrorDocument 500 /adm/errorhandler
+
+
+
PerlAccessHandler Apache::lonacc
SetHandler perl-script
@@ -918,7 +945,7 @@ PerlSetVar lonhttpdPort 8080
#
# The definition below is the full path to the directory that
# contains the certificate and key files:
-#
+
PerlSetVar lonCertificateDirectory /home/httpd/lonCerts
#