version 1.43, 2003/04/03 14:35:59
|
version 1.48, 2003/05/12 21:22:57
|
Line 18 Group www
|
Line 18 Group www
|
|
|
# ======================================================= Shared Object Modules |
# ======================================================= Shared Object Modules |
|
|
LoadModule perl_module modules/libperl.so |
LoadModule perl_module modules/mod_perl.so |
|
<IfDefine !MODPERL2> |
AddModule mod_perl.c |
AddModule mod_perl.c |
|
</IfDefine> |
|
|
# =============================================================== Miscellaneous |
# =============================================================== Miscellaneous |
|
|
Line 39 ScriptAlias /cgi-bin/ "/home/httpd/cgi-b
|
Line 41 ScriptAlias /cgi-bin/ "/home/httpd/cgi-b
|
|
|
PerlTransHandler Apache::lontrans |
PerlTransHandler Apache::lontrans |
|
|
|
#PerlWarn On |
<LocationMatch "^/+res.*"> |
<LocationMatch "^/+res.*"> |
PerlAccessHandler Apache::lonacc |
PerlAccessHandler Apache::lonacc |
PerlHeaderParserHandler Apache::lonrep |
PerlHeaderParserHandler Apache::lonrep |
Line 58 ErrorDocument 404 /adm/notfound.html
|
Line 61 ErrorDocument 404 /adm/notfound.html
|
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/+public/.*/syllabus"> |
<LocationMatch "^/+public/.*/syllabus$"> |
PerlAccessHandler Apache::lonacc |
PerlAccessHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonsyllabus |
PerlHandler Apache::lonsyllabus |
Line 66 ErrorDocument 404 /adm/notfound.html
|
Line 69 ErrorDocument 404 /adm/notfound.html
|
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/adm/.*/aboutme"> |
<LocationMatch "^/adm/.*/aboutme$"> |
PerlAccessHandler Apache::lonacc |
PerlAccessHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonaboutme |
PerlHandler Apache::lonaboutme |
Line 74 ErrorDocument 404 /adm/notfound.html
|
Line 77 ErrorDocument 404 /adm/notfound.html
|
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/adm/.*/smppg"> |
<LocationMatch "^/adm/.*/smppg$"> |
PerlAccessHandler Apache::lonacc |
PerlAccessHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonsimplepage |
PerlHandler Apache::lonsimplepage |
Line 82 ErrorDocument 404 /adm/notfound.html
|
Line 85 ErrorDocument 404 /adm/notfound.html
|
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/adm/.*/bulletinboard"> |
<LocationMatch "^/adm/.*/bulletinboard$"> |
PerlAccessHandler Apache::lonacc |
PerlAccessHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonbulletin |
PerlHandler Apache::lonbulletin |
Line 178 SetHandler perl-script
|
Line 181 SetHandler perl-script
|
PerlHandler Apache::lonsequence |
PerlHandler Apache::lonsequence |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/(res|\~).*\.meta$> |
<LocationMatch "^/(res|\~|public|uploaded|adm).*\.meta$> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonmeta |
PerlHandler Apache::lonmeta |
</LocationMatch> |
</LocationMatch> |
Line 188 SetHandler perl-script
|
Line 191 SetHandler perl-script
|
PerlHandler Apache::lonrights |
PerlHandler Apache::lonrights |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/(res|\~).*\.(xml|html|htm|xhtml|xhtm)$"> |
<LocationMatch "^/(res|public|uploaded|\~).*\.(xml|html|htm|xhtml|xhtm)$"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonxml |
PerlHandler Apache::lonxml |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/(res|\~).*\.(problem|exam|quiz|assess|survey|form|library)$"> |
<LocationMatch "^/(res|public|uploaded|\~).*\.(problem|exam|quiz|assess|survey|form|library)$"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonhomework |
PerlHandler Apache::lonhomework |
</LocationMatch> |
</LocationMatch> |
Line 488 ErrorDocument 406 /adm/roles
|
Line 491 ErrorDocument 406 /adm/roles
|
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
|
<Location /adm/managekeys> |
|
PerlAccessHandler Apache::lonacc |
|
SetHandler perl-script |
|
PerlHandler Apache::lonmanagekeys |
|
ErrorDocument 403 /adm/login |
|
ErrorDocument 406 /adm/roles |
|
ErrorDocument 500 /adm/errorhandler |
|
</Location> |
|
|
<Location /adm/printout> |
<Location /adm/printout> |
PerlAccessHandler Apache::lonacc |
PerlAccessHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 771 Include conf/loncapa.conf
|
Line 783 Include conf/loncapa.conf
|
# ================================================== Initiate mod_perl starting |
# ================================================== Initiate mod_perl starting |
|
|
PerlRequire conf/startup.pl |
PerlRequire conf/startup.pl |
|
<IfDefine !MODPERL2> |
PerlFreshRestart On |
PerlFreshRestart On |
|
</IfDefine> |