--- loncom/loncapa_apache.conf 2002/07/24 20:25:23 1.10
+++ loncom/loncapa_apache.conf 2002/08/08 13:45:21 1.13
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.10 2002/07/24 20:25:23 www Exp $
+## $Id: loncapa_apache.conf,v 1.13 2002/08/08 13:45:21 www Exp $
##
## 1/11/2002 - Scott Harrison
## 2/19/2002 - Scott Harrison
@@ -43,6 +43,8 @@ ScriptAlias /cgi-bin/ "/home/httpd/cgi-b
# ------------------------------------------------------------- Access Handlers
+PerlTransHandler Apache::lontrans
+
PerlAccessHandler Apache::lonacc
PerlHeaderParserHandler Apache::lonrep
@@ -52,6 +54,16 @@ ErrorDocument 406 /adm/roles
ErrorDocument 500 /adm/errorhandler
+
+PerlAccessHandler Apache::lontokacc
+
+
+
+PerlAccessHandler Apache::lonuploadedacc
+ErrorDocument 404 /adm/notfound.html
+ErrorDocument 500 /adm/errorhandler
+
+
PerlAccessHandler Apache::loncacc
SetHandler perl-script
@@ -399,7 +411,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