--- loncom/loncapa_apache.conf 2002/08/02 14:45:04 1.12
+++ loncom/loncapa_apache.conf 2002/08/10 14:57:54 1.14
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.12 2002/08/02 14:45:04 www Exp $
+## $Id: loncapa_apache.conf,v 1.14 2002/08/10 14:57:54 matthew Exp $
##
## 1/11/2002 - Scott Harrison
## 2/19/2002 - Scott Harrison
@@ -45,6 +45,14 @@ ScriptAlias /cgi-bin/ "/home/httpd/cgi-b
PerlTransHandler Apache::lontrans
+
+ErrorDocument 403 /adm/login
+ErrorDocument 404 /adm/notfound.html
+ErrorDocument 406 /adm/roles
+ErrorDocument 500 /adm/errorhandler
+
+
+
PerlAccessHandler Apache::lonacc
PerlHeaderParserHandler Apache::lonrep
@@ -56,11 +64,9 @@ ErrorDocument 500 /adm/errorhandler
PerlAccessHandler Apache::lontokacc
-ErrorDocument 404 /adm/notfound.html
-ErrorDocument 500 /adm/errorhandler
-
+
PerlAccessHandler Apache::lonuploadedacc
ErrorDocument 404 /adm/notfound.html
ErrorDocument 500 /adm/errorhandler
@@ -413,7 +419,13 @@ ErrorDocument 500 /adm/errorhandler
PerlAccessHandler Apache::lonacc
SetHandler perl-script
PerlHandler Apache::lonchat
-ErrorDocument 403 /adm/login
+ErrorDocument 500 /adm/errorhandler
+
+
+
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lonchatfetch
ErrorDocument 500 /adm/errorhandler