--- loncom/loncapa_apache.conf 2003/12/28 09:18:11 1.67
+++ 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.67 2003/12/28 09:18:11 raeburn Exp $
+## $Id: loncapa_apache.conf,v 1.77 2004/04/22 22:57:53 albertel Exp $
##
#
@@ -57,17 +57,34 @@ ErrorDocument 406 /adm/roles
ErrorDocument 500 /adm/errorhandler
+
+PerlAccessHandler Apache::lonenc
+ErrorDocument 403 /adm/login
+ErrorDocument 500 /adm/errorhandler
+
+
PerlAccessHandler Apache::lontokacc
PerlCleanupHandler Apache::lontokacc::removefile
-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
@@ -190,22 +207,30 @@ SetHandler perl-script
PerlHandler Apache::lontex
-
+
SetHandler perl-script
PerlHandler Apache::lonpage
-
+
SetHandler perl-script
PerlHandler Apache::lonsequence
-
+
+SetHandler perl-script
+PerlHandler Apache::lonmeta
+
+
+
SetHandler perl-script
+PerlAccessHandler Apache::lonacc
PerlHandler Apache::lonmeta
-
+
+
+
SetHandler perl-script
PerlHandler Apache::lonrights
@@ -246,6 +271,14 @@ ErrorDocument 403 /adm/login
ErrorDocument 500 /adm/errorhandler
+
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::imagechoice
+ErrorDocument 403 /adm/login
+ErrorDocument 500 /adm/errorhandler
+
+
PerlAccessHandler Apache::lonacc
SetHandler perl-script
@@ -295,6 +328,14 @@ 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
PerlHandler Apache::lonlogin
@@ -488,6 +529,26 @@ ErrorDocument 406 /adm/unauthorized
ErrorDocument 500 /adm/errorhandler
+
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::imsimport
+ErrorDocument 403 /adm/login
+ErrorDocument 404 /adm/notfound.html
+ErrorDocument 406 /adm/unauthorized
+ErrorDocument 500 /adm/errorhandler
+
+
+
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::testbankimport
+ErrorDocument 403 /adm/login
+ErrorDocument 404 /adm/notfound.html
+ErrorDocument 406 /adm/unauthorized
+ErrorDocument 500 /adm/errorhandler
+
+
PerlAccessHandler Apache::lonacc
SetHandler perl-script
@@ -571,6 +632,14 @@ ErrorDocument 403 /adm/login
ErrorDocument 500 /adm/errorhandler
+
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::imsimportdocs
+ErrorDocument 403 /adm/login
+ErrorDocument 500 /adm/errorhandler
+
+
PerlAccessHandler Apache::lonacc
SetHandler perl-script
@@ -670,6 +739,7 @@ PerlHandler Apache::lonerrorhandler
+PerlAccessHandler Apache::lonacc
SetHandler perl-script
PerlHandler Apache::lonhelp
@@ -820,6 +890,8 @@ PerlSetVar lonBrowsDet netscape:m
PerlSetVar lonTextBrowsers opera:windows\s+ce:lynx
PerlSetVar lonScansDir /home/httpd/scantron
PerlSetVar lonScriptTimeout 10
+PerlSetVar BugzillaHost http://bugs.lon-capa.org/
+PerlSetVar FAQHost http://help.lon-capa.org/
# -----------------------------------------------------------------------------
# NOTE: lonSqlAccess key is the password for the MySQL user
# www@localhost. This value must always be "localhostkey".