version 1.50, 2003/05/13 01:18:37
|
version 1.60, 2003/08/25 17:20:09
|
Line 18 Group www
|
Line 18 Group www
|
|
|
# ======================================================= Shared Object Modules |
# ======================================================= Shared Object Modules |
|
|
LoadModule perl_module modules/mod_perl.so |
LoadModule perl_module modules/libperl.so |
<IfDefine !MODPERL2> |
<IfDefine !MODPERL2> |
AddModule mod_perl.c |
AddModule mod_perl.c |
</IfDefine> |
</IfDefine> |
Line 40 ScriptAlias /cgi-bin/ "/home/httpd/cgi-b
|
Line 40 ScriptAlias /cgi-bin/ "/home/httpd/cgi-b
|
# ------------------------------------------------------------- Access Handlers |
# ------------------------------------------------------------- Access Handlers |
|
|
PerlTransHandler Apache::lontrans |
PerlTransHandler Apache::lontrans |
|
<IfDefine MODPERL2> |
|
PerlCleanupHandler Apache::lonnet::cleanenv |
|
</IfDefine> |
|
|
#PerlWarn On |
#PerlWarn On |
<LocationMatch "^/+res.*"> |
<LocationMatch "^/+res.*"> |
Line 53 ErrorDocument 500 /adm/errorhandler
|
Line 56 ErrorDocument 500 /adm/errorhandler
|
|
|
<LocationMatch "^/+userfiles.*"> |
<LocationMatch "^/+userfiles.*"> |
PerlAccessHandler Apache::lontokacc |
PerlAccessHandler Apache::lontokacc |
|
PerlCleanupHandler Apache::lontokacc::removefile |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/+uploaded.*"> |
<LocationMatch "^/+uploaded.*"> |
Line 74 PerlAccessHandler Apache::lonacc
|
Line 78 PerlAccessHandler Apache::lonacc
|
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonaboutme |
PerlHandler Apache::lonaboutme |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 404 /adm/notfound.html |
|
ErrorDocument 406 /adm/notinit.html |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</LocationMatch> |
</LocationMatch> |
|
|
Line 82 PerlAccessHandler Apache::lonacc
|
Line 87 PerlAccessHandler Apache::lonacc
|
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonsimplepage |
PerlHandler Apache::lonsimplepage |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 404 /adm/notfound.html |
|
ErrorDocument 406 /adm/notinit.html |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</LocationMatch> |
</LocationMatch> |
|
|
Line 90 PerlAccessHandler Apache::lonacc
|
Line 96 PerlAccessHandler Apache::lonacc
|
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonbulletin |
PerlHandler Apache::lonbulletin |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 404 /adm/notfound.html |
|
ErrorDocument 406 /adm/notinit.html |
|
ErrorDocument 500 /adm/errorhandler |
|
</LocationMatch> |
|
|
|
<LocationMatch "\.problem/smpedit$"> |
|
PerlAccessHandler Apache::lonacc |
|
SetHandler perl-script |
|
PerlHandler Apache::lonsimpleproblemedit |
|
ErrorDocument 404 /adm/notfound.html |
|
ErrorDocument 406 /adm/notinit.html |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</LocationMatch> |
</LocationMatch> |
|
|
Line 191 SetHandler perl-script
|
Line 207 SetHandler perl-script
|
PerlHandler Apache::lonrights |
PerlHandler Apache::lonrights |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/(res|\~).*\.(xml|html|htm|xhtml|xhtm)$"> |
<LocationMatch "^/(res|\~).*\.(xml|html|htm|xhtml|xhtm|sty)$"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonxml |
PerlHandler Apache::lonxml |
</LocationMatch> |
</LocationMatch> |
Line 209 ErrorDocument 403 /adm/login
|
Line 225 ErrorDocument 403 /adm/login
|
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/adm/smpprob/"> |
|
PerlAccessHandler Apache::lonacc |
|
SetHandler perl-script |
|
PerlHandler Apache::lonsimpleproblem |
|
ErrorDocument 403 /adm/login |
|
ErrorDocument 500 /adm/errorhandler |
|
</LocationMatch> |
|
|
|
# -------------------------------------------------------------- Admin Programs |
# -------------------------------------------------------------- Admin Programs |
|
|
<Location /adm/randomlabel.png> |
<Location /adm/randomlabel.png> |
Line 528 ErrorDocument 500 /adm/errorhandler
|
Line 536 ErrorDocument 500 /adm/errorhandler
|
<Location /adm/coursedocs> |
<Location /adm/coursedocs> |
PerlAccessHandler Apache::lonacc |
PerlAccessHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlCleanupHandler Apache::coursedocs::untiehash |
PerlCleanupHandler Apache::londocs::untiehash |
PerlHandler Apache::londocs |
PerlHandler Apache::londocs |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
Line 754 Options Indexes FollowSymLinks
|
Line 762 Options Indexes FollowSymLinks
|
# ******** THESE "SHOULD" NEVER BE ALTERED BY THE USER ************************ |
# ******** THESE "SHOULD" NEVER BE ALTERED BY THE USER ************************ |
# ====================================== Internal Settings / Perl Configuration |
# ====================================== Internal Settings / Perl Configuration |
|
|
|
PerlSetVar lonVersion '<!-- VERSION -->' |
PerlSetVar lonIDsDir /home/httpd/lonIDs |
PerlSetVar lonIDsDir /home/httpd/lonIDs |
PerlSetVar lonTabDir /home/httpd/lonTabs |
PerlSetVar lonTabDir /home/httpd/lonTabs |
PerlSetVar lonUsersDir /home/httpd/lonUsers |
PerlSetVar lonUsersDir /home/httpd/lonUsers |