--- loncom/loncapa_apache.conf 2003/07/17 15:50:46 1.57
+++ loncom/loncapa_apache.conf 2004/01/13 19:43:42 1.68
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.57 2003/07/17 15:50:46 www Exp $
+## $Id: loncapa_apache.conf,v 1.68 2004/01/13 19:43:42 www Exp $
##
#
@@ -23,6 +23,9 @@ LoadModule perl_module modules/lib
AddModule mod_perl.c
+
+PerlSetVar MODPERL2 1
+
# =============================================================== Miscellaneous
ServerAdmin korte@lite.msu.edu
@@ -40,6 +43,9 @@ ScriptAlias /cgi-bin/ "/home/httpd/cgi-b
# ------------------------------------------------------------- Access Handlers
PerlTransHandler Apache::lontrans
+
+PerlCleanupHandler Apache::lonnet::cleanenv
+
#PerlWarn On
@@ -53,6 +59,7 @@ ErrorDocument 500 /adm/errorhandler
PerlAccessHandler Apache::lontokacc
+PerlCleanupHandler Apache::lontokacc::removefile
@@ -172,43 +179,43 @@ ErrorDocument 500 /adm/errorhandler
# --------------------------------------------- Resource Space Content Handlers
-
+
SetHandler perl-script
PerlHandler Apache::lonindexer
PerlCleanupHandler Apache::lonindexer::cleanup
-
+
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
PerlHandler Apache::lonrights
-
+
SetHandler perl-script
PerlHandler Apache::lonxml
-
+
SetHandler perl-script
PerlHandler Apache::lonhomework
@@ -221,6 +228,14 @@ ErrorDocument 403 /adm/login
ErrorDocument 500 /adm/errorhandler
+
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lonlocal
+ErrorDocument 403 /adm/login
+ErrorDocument 500 /adm/errorhandler
+
+
# -------------------------------------------------------------- Admin Programs
@@ -376,6 +391,15 @@ ErrorDocument 406 /adm/roles
ErrorDocument 500 /adm/errorhandler
+
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lonmodifycourse
+ErrorDocument 403 /adm/login
+ErrorDocument 406 /adm/roles
+ErrorDocument 500 /adm/errorhandler
+
+
PerlAccessHandler Apache::lonacc
SetHandler perl-script
@@ -395,7 +419,7 @@ ErrorDocument 406 /adm/unauthorized
ErrorDocument 500 /adm/errorhandler
-
+
PerlAccessHandler Apache::loncacc
SetHandler perl-script
PerlHandler Apache::lonpubdir
@@ -503,6 +527,15 @@ ErrorDocument 406 /adm/roles
ErrorDocument 500 /adm/errorhandler
+
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lonpopulate
+ErrorDocument 403 /adm/login
+ErrorDocument 406 /adm/roles
+ErrorDocument 500 /adm/errorhandler
+
+
PerlAccessHandler Apache::lonacc
SetHandler perl-script
@@ -532,8 +565,8 @@ ErrorDocument 500 /adm/errorhandler
PerlAccessHandler Apache::lonacc
SetHandler perl-script
-PerlCleanupHandler Apache::londocs::untiehash
PerlHandler Apache::londocs
+ PerlCleanupHandler Apache::londocs::untiehash
ErrorDocument 403 /adm/login
ErrorDocument 500 /adm/errorhandler
@@ -637,6 +670,7 @@ PerlHandler Apache::lonerrorhandler
+PerlAccessHandler Apache::lonacc
SetHandler perl-script
PerlHandler Apache::lonhelp
@@ -685,6 +719,20 @@ AuthUserFile /home/httpd/lonTabs/htpassw
require user reaper
+
+AuthName "Offline"
+AuthType Basic
+AuthUserFile /home/httpd/lonTabs/htpasswd
+require user offline
+
+
+
+AuthName "Offline"
+AuthType Basic
+AuthUserFile /home/httpd/lonTabs/htpasswd
+require user offline
+
+
AuthName "LON-CAPA Network Administration"
AuthType Basic
@@ -758,6 +806,7 @@ Options Indexes FollowSymLinks
# ******** THESE "SHOULD" NEVER BE ALTERED BY THE USER ************************
# ====================================== Internal Settings / Perl Configuration
+PerlSetVar lonVersion ''
PerlSetVar lonIDsDir /home/httpd/lonIDs
PerlSetVar lonTabDir /home/httpd/lonTabs
PerlSetVar lonUsersDir /home/httpd/lonUsers
@@ -792,6 +841,10 @@ PerlSetVar lonhttpdPort 8080
Include conf/loncapa.conf
+# ================================================= Include local configuration
+
+Include conf/loncapa_apache_local*.conf
+
# ================================================== Initiate mod_perl starting
PerlRequire conf/startup.pl