version 1.101, 2004/12/10 14:57:47
|
version 1.125, 2006/04/07 21:35:07
|
Line 45 ScriptAlias /cgi-bin/ "/home/httpd/cgi-b
|
Line 45 ScriptAlias /cgi-bin/ "/home/httpd/cgi-b
|
PerlTransHandler Apache::lontrans |
PerlTransHandler Apache::lontrans |
PerlCleanupHandler Apache::lonnet::save_cache |
PerlCleanupHandler Apache::lonnet::save_cache |
|
|
|
PerlAuthenHandler Apache::checkauthen |
|
PerlAuthenHandler Apache::simpleauthen |
|
PerlSetVar lonOtherAuthen no |
|
|
#PerlWarn On |
#PerlWarn On |
<LocationMatch "^/+res.*"> |
<LocationMatch "^/+res.*"> |
PerlAccessHandler Apache::lonacc |
#AuthName "LON-CAPA Auth" |
|
|
|
AuthType Basic |
|
Require valid-user |
|
|
|
PerlAccessHandler Apache::publiccheck |
|
PerlAuthzHandler Apache::lonacc |
PerlHeaderParserHandler Apache::lonrep |
PerlHeaderParserHandler Apache::lonrep |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 404 /adm/notfound.html |
Line 55 ErrorDocument 406 /adm/roles
|
Line 65 ErrorDocument 406 /adm/roles
|
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</LocationMatch> |
</LocationMatch> |
|
|
|
|
|
<LocationMatch "/.*"> |
|
</LocationMatch> |
|
|
|
|
<LocationMatch "^/+enc.*"> |
<LocationMatch "^/+enc.*"> |
PerlAccessHandler Apache::lonenc |
SetHandler perl-script |
|
PerlResponseHandler Apache::lonenc |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 406 /adm/roles |
ErrorDocument 406 /adm/roles |
Line 64 ErrorDocument 500 /adm/errorhandler
|
Line 80 ErrorDocument 500 /adm/errorhandler
|
</LocationMatch> |
</LocationMatch> |
|
|
<Location /adm/portfolio> |
<Location /adm/portfolio> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::portfolio |
PerlResponseHandler Apache::portfolio |
</Location> |
</Location> |
|
|
<LocationMatch "\.portfolio$"> |
|
SetHandler perl-script |
|
PerlHandler Apache::portfolio |
|
</LocationMatch> |
|
|
|
|
|
|
|
<LocationMatch "^/+userfiles.*"> |
<LocationMatch "^/+userfiles.*"> |
PerlAccessHandler Apache::lontokacc |
PerlAccessHandler Apache::lontokacc |
PerlCleanupHandler Apache::lontokacc::removefile |
PerlCleanupHandler Apache::lontokacc::removefile |
|
PerlCleanupHandler Apache::lonnet::save_cache |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/+uploaded.*"> |
<LocationMatch "^/+uploaded.*"> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
PerlHeaderParserHandler Apache::lonuploadrep |
PerlHeaderParserHandler Apache::lonuploadrep |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 404 /adm/notfound.html |
Line 90 ErrorDocument 406 /adm/roles
|
Line 104 ErrorDocument 406 /adm/roles
|
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</LocationMatch> |
</LocationMatch> |
|
|
|
<LocationMatch "^/+editupload.*"> |
|
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
|
ErrorDocument 403 /adm/login |
|
ErrorDocument 406 /adm/roles |
|
ErrorDocument 500 /adm/errorhandler |
|
</LocationMatch> |
|
|
<LocationMatch "^/+uploaded/.*/.*/internal/.*"> |
<LocationMatch "^/+uploaded/.*/.*/internal/.*"> |
PerlAccessHandler Apache::lonuploadedacc |
PerlAccessHandler Apache::lonuploadedacc |
</LocationMatch> |
</LocationMatch> |
Line 97 PerlAccessHandler Apache::lonuploadedacc
|
Line 120 PerlAccessHandler Apache::lonuploadedacc
|
|
|
<LocationMatch "^/+uploaded/.*\.page$"> |
<LocationMatch "^/+uploaded/.*\.page$"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonpage |
PerlResponseHandler Apache::lonpage |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/+uploaded/.*\.sequence$"> |
<LocationMatch "^/+uploaded/.*\.sequence$"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonsequence |
PerlResponseHandler Apache::lonsequence |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/+public/.*/syllabus$"> |
<LocationMatch "^/+public/.*/syllabus$"> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
|
SetHandler perl-script |
|
PerlResponseHandler Apache::lonsyllabus |
|
ErrorDocument 404 /adm/notfound.html |
|
ErrorDocument 500 /adm/errorhandler |
|
</LocationMatch> |
|
|
|
<LocationMatch "^/+(public|adm)/.*(\.rss|_rss\.html)$"> |
|
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonsyllabus |
PerlResponseHandler Apache::lonrss |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/adm/.*/aboutme$"> |
<LocationMatch "^/adm/.*/aboutme$"> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonaboutme |
PerlResponseHandler Apache::lonaboutme |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 406 /adm/notinit.html |
ErrorDocument 406 /adm/notinit.html |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/adm/.*/smppg$"> |
<LocationMatch "^/adm/.*/smppg$"> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonsimplepage |
PerlResponseHandler Apache::lonsimplepage |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 406 /adm/notinit.html |
ErrorDocument 406 /adm/notinit.html |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</LocationMatch> |
</LocationMatch> |
|
|
|
<LocationMatch "^/adm/.*/grppg$"> |
|
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
|
SetHandler perl-script |
|
PerlResponseHandler Apache::lonsimplepage |
|
ErrorDocument 404 /adm/notfound.html |
|
ErrorDocument 406 /adm/notinit.html |
|
ErrorDocument 500 /adm/errorhandler |
|
</LocationMatch> |
|
|
<LocationMatch "^/adm/.*/bulletinboard$"> |
<LocationMatch "^/adm/.*/bulletinboard$"> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::londatecheck |
PerlResponseHandler Apache::londatecheck |
PerlHandler Apache::lonbulletin |
PerlResponseHandler Apache::lonbulletin |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 406 /adm/notinit.html |
ErrorDocument 406 /adm/notinit.html |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "\.problem/smpedit$"> |
<LocationMatch "\.problem/smpedit$"> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonsimpleproblemedit |
PerlResponseHandler Apache::lonsimpleproblemedit |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 406 /adm/notinit.html |
ErrorDocument 406 /adm/notinit.html |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/+priv.*"> |
<LocationMatch "^/+priv.*"> |
PerlAccessHandler Apache::loncacc |
PerlAuthzHandler Apache::loncacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonconstruct |
PerlResponseHandler Apache::lonconstruct |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 406 /adm/unauthorized |
ErrorDocument 406 /adm/unauthorized |
Line 165 PerlAccessHandler Apache::lonracc
|
Line 219 PerlAccessHandler Apache::lonracc
|
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/+\~.*"> |
<LocationMatch "^/+\~.*"> |
PerlAccessHandler Apache::loncacc |
PerlAuthzHandler Apache::loncacc |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 406 /adm/unauthorized |
ErrorDocument 406 /adm/unauthorized |
Line 174 AllowOverride None
|
Line 228 AllowOverride None
|
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/adm/helper/.*\.helper$"> |
<LocationMatch "^/adm/helper/.*\.helper$"> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonhelper |
PerlResponseHandler Apache::lonhelper |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 406 /adm/unauthorized |
ErrorDocument 406 /adm/unauthorized |
Line 184 ErrorDocument 500 /adm/errorhandler
|
Line 240 ErrorDocument 500 /adm/errorhandler
|
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "/prtspool"> |
<LocationMatch "/prtspool"> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 406 /adm/roles |
ErrorDocument 406 /adm/roles |
Line 195 ErrorDocument 500 /adm/errorhandler
|
Line 253 ErrorDocument 500 /adm/errorhandler
|
|
|
<LocationMatch "^/\~.*\.sequence$"> |
<LocationMatch "^/\~.*\.sequence$"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonratedt |
PerlResponseHandler Apache::lonratedt |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/\~.*\.page$"> |
<LocationMatch "^/\~.*\.page$"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonratedt |
PerlResponseHandler Apache::lonratedt |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/\~.*\/ratserver$"> |
<LocationMatch "^/\~.*\/ratserver$"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonratsrv |
PerlResponseHandler Apache::lonratsrv |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/\~.*\/adveditmenu$"> |
<LocationMatch "^/\~.*\/adveditmenu$"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonratmenu |
PerlResponseHandler Apache::lonratmenu |
</LocationMatch> |
</LocationMatch> |
|
|
<Location /adm/ratparms> |
<Location /adm/ratparms> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonratparms |
PerlResponseHandler Apache::lonratparms |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
Line 225 ErrorDocument 500 /adm/errorhandler
|
Line 285 ErrorDocument 500 /adm/errorhandler
|
|
|
<LocationMatch "^/+res.*/$"> |
<LocationMatch "^/+res.*/$"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonindexer |
PerlResponseHandler Apache::lonindexer |
PerlCleanupHandler Apache::lonindexer::cleanup |
PerlCleanupHandler Apache::lonindexer::cleanup |
|
PerlCleanupHandler Apache::lonnet::save_cache |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/+(res|\~).*\.tex$"> |
<LocationMatch "^/+(res|\~).*\.tex$"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lontex |
PerlResponseHandler Apache::lontex |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/+res/.*\.page$"> |
<LocationMatch "^/+res/.*\.page$"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonpage |
PerlResponseHandler Apache::lonpage |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/+res/.*\.sequence$"> |
<LocationMatch "^/+res/.*\.sequence$"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonsequence |
PerlResponseHandler Apache::lonsequence |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/+(res|\~|public|uploaded|adm).*\.meta$"> |
<LocationMatch "^/+(res|\~|public|uploaded|editupload|adm).*\.meta$"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonmeta |
PerlResponseHandler Apache::lonmeta |
ErrorDocument 413 /adm/overloaded.txt |
ErrorDocument 413 /adm/overloaded.txt |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/adm/bombs/"> |
<LocationMatch "^/adm/bombs/"> |
|
AuthType Basic |
|
Require valid-user |
SetHandler perl-script |
SetHandler perl-script |
PerlAccessHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
PerlHandler Apache::lonmeta |
PerlResponseHandler Apache::lonmeta |
</LocationMatch> |
</LocationMatch> |
|
|
|
|
|
|
<LocationMatch "^/+(res|\~).*\.rights$"> |
<LocationMatch "^/+(res|\~).*\.rights$"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonrights |
PerlResponseHandler Apache::lonrights |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/+(uploaded|res|\~).*\.(xml|html|htm|xhtml|xhtm|sty)$"> |
<LocationMatch "^/+(uploaded|res|\~).*\.(xml|html|htm|xhtml|xhtm|sty)$"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::londatecheck |
PerlResponseHandler Apache::londatecheck |
PerlHandler Apache::lonxml |
PerlResponseHandler Apache::lonxml |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/+(res|\~).*\.(problem|exam|quiz|assess|survey|form|library)$"> |
<LocationMatch "^/+(res|\~).*\.(task|problem|exam|quiz|assess|survey|form|library)$"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonhomework |
PerlResponseHandler Apache::lonhomework |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/adm/wrapper/"> |
<LocationMatch "^/adm/wrapper/"> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonwrapper |
PerlResponseHandler Apache::lonwrapper |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/adm/source/"> |
<LocationMatch "^/adm/source"> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonsource |
PerlResponseHandler Apache::lonsource |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 406 /adm/roles |
ErrorDocument 406 /adm/roles |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
Line 293 ErrorDocument 500 /adm/errorhandler
|
Line 360 ErrorDocument 500 /adm/errorhandler
|
|
|
|
|
<LocationMatch "^/adm/localize/"> |
<LocationMatch "^/adm/localize/"> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonlocal |
PerlResponseHandler Apache::lonlocal |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</LocationMatch> |
</LocationMatch> |
Line 303 ErrorDocument 500 /adm/errorhandler
|
Line 372 ErrorDocument 500 /adm/errorhandler
|
# -------------------------------------------------------------- Admin Programs |
# -------------------------------------------------------------- Admin Programs |
|
|
<Location /adm/randomlabel.png> |
<Location /adm/randomlabel.png> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::randomlylabel |
PerlResponseHandler Apache::randomlylabel |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/imagechoice> |
<Location /adm/imagechoice> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::imagechoice |
PerlResponseHandler Apache::imagechoice |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/statistics> |
<Location /adm/statistics> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonstatistics |
PerlResponseHandler Apache::lonstatistics |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 413 /adm/overloaded.txt |
ErrorDocument 413 /adm/overloaded.txt |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/trackstudent> |
<Location /adm/trackstudent> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lontrackstudent |
PerlResponseHandler Apache::lontrackstudent |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 413 /adm/overloaded.txt |
ErrorDocument 413 /adm/overloaded.txt |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/roles> |
<Location /adm/roles> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonroles |
PerlResponseHandler Apache::lonroles |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/menu> |
<Location /adm/menu> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonmenu |
PerlResponseHandler Apache::lonmenu |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/remote> |
<Location /adm/remote> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonremote |
PerlResponseHandler Apache::lonremote |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/pickstudent> |
<Location /adm/pickstudent> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonpickstudent |
PerlResponseHandler Apache::lonpickstudent |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/pickcourse> |
<Location /adm/pickcourse> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonpickcourse |
PerlResponseHandler Apache::lonpickcourse |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/pickcode> |
<Location /adm/pickcode> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonpickcode |
PerlResponseHandler Apache::lonpickcode |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/login> |
<Location /adm/login> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonlogin |
PerlResponseHandler Apache::lonlogin |
</Location> |
</Location> |
|
|
<Location /adm/logout> |
<Location /adm/logout> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
|
SetHandler perl-script |
|
PerlResponseHandler Apache::lonlogout |
|
ErrorDocument 403 /adm/login |
|
</Location> |
|
|
|
<Location /adm/switchserver> |
|
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonlogout |
PerlResponseHandler Apache::switchserver |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
</Location> |
</Location> |
|
|
<Location /adm/authenticate> |
<Location /adm/authenticate> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonauth |
PerlResponseHandler Apache::lonauth |
|
</Location> |
|
|
|
<Location /adm/migrateuser> |
|
SetHandler perl-script |
|
PerlResponseHandler Apache::migrateuser |
</Location> |
</Location> |
|
|
<Location /adm/annotations> |
<Location /adm/annotations> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::admannotations |
PerlResponseHandler Apache::admannotations |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/spellcheck> |
<Location /adm/spellcheck> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonspeller |
PerlResponseHandler Apache::lonspeller |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/bookmarks> |
<Location /adm/bookmarks> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::admbookmarks |
PerlResponseHandler Apache::admbookmarks |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/flip> |
<Location /adm/flip> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonpageflip |
PerlResponseHandler Apache::lonpageflip |
PerlCleanupHandler Apache::lonpageflip::cleanup |
PerlCleanupHandler Apache::lonpageflip::cleanup |
|
PerlCleanupHandler Apache::lonnet::save_cache |
ErrorDocument 406 /adm/roles |
ErrorDocument 406 /adm/roles |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/ambiguous> |
<Location /adm/ambiguous> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonambiguous |
PerlResponseHandler Apache::lonambiguous |
PerlCleanupHandler Apache::lonambiguous::cleanup |
PerlCleanupHandler Apache::lonambiguous::cleanup |
|
PerlCleanupHandler Apache::lonnet::save_cache |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/email> |
<Location /adm/email> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonmsg |
PerlResponseHandler Apache::lonmsg |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
|
<Location /adm/notify> |
|
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
|
SetHandler perl-script |
|
PerlResponseHandler Apache::lonnotify |
|
ErrorDocument 403 /adm/login |
|
ErrorDocument 500 /adm/errorhandler |
|
</Location> |
|
|
<Location /adm/parmset> |
<Location /adm/parmset> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonparmset |
PerlResponseHandler Apache::lonparmset |
|
ErrorDocument 403 /adm/login |
|
ErrorDocument 406 /adm/roles |
|
ErrorDocument 500 /adm/errorhandler |
|
</Location> |
|
|
|
<Location /adm/slotrequest> |
|
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
|
SetHandler perl-script |
|
PerlResponseHandler Apache::slotrequest |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 406 /adm/roles |
ErrorDocument 406 /adm/roles |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/wizard> |
<Location /adm/wizard> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonwizard |
PerlResponseHandler Apache::lonwizard |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 406 /adm/roles |
ErrorDocument 406 /adm/roles |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/grades> |
<Location /adm/grades> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::grades |
PerlResponseHandler Apache::grades |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 406 /adm/roles |
ErrorDocument 406 /adm/roles |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/createcourse> |
<Location /adm/createcourse> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::loncreatecourse |
PerlResponseHandler Apache::loncreatecourse |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 406 /adm/roles |
ErrorDocument 406 /adm/roles |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/modifycourse> |
<Location /adm/modifycourse> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonmodifycourse |
PerlResponseHandler Apache::lonmodifycourse |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 406 /adm/roles |
ErrorDocument 406 /adm/roles |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/createuser> |
<Location /adm/createuser> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::loncreateuser |
PerlResponseHandler Apache::loncreateuser |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 406 /adm/roles |
ErrorDocument 406 /adm/roles |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/publish> |
<Location /adm/publish> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonpublisher |
PerlResponseHandler Apache::lonpublisher |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 406 /adm/unauthorized |
ErrorDocument 406 /adm/unauthorized |
Line 517 ErrorDocument 500 /adm/errorhandler
|
Line 671 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<LocationMatch "^/+\~.*/$"> |
<LocationMatch "^/+\~.*/$"> |
PerlAccessHandler Apache::loncacc |
PerlAuthzHandler Apache::loncacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonpubdir |
PerlResponseHandler Apache::lonpubdir |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 406 /adm/unauthorized |
ErrorDocument 406 /adm/unauthorized |
Line 527 ErrorDocument 500 /adm/errorhandler
|
Line 681 ErrorDocument 500 /adm/errorhandler
|
</LocationMatch> |
</LocationMatch> |
|
|
<Location /adm/pubdir> |
<Location /adm/pubdir> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonpubdir |
PerlResponseHandler Apache::lonpubdir |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 406 /adm/unauthorized |
ErrorDocument 406 /adm/unauthorized |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/pubmenu> |
<Location /adm/unauthorized> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonpubmenu |
PerlResponseHandler Apache::lonunauthorized |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 406 /adm/unauthorized |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
|
</Location> |
</Location> |
|
|
<Location /adm/unauthorized> |
<Location /adm/retrieve> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonunauthorized |
PerlResponseHandler Apache::lonretrieve |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 404 /adm/notfound.html |
|
ErrorDocument 406 /adm/unauthorized |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/retrieve> |
<Location /adm/cleanup> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonretrieve |
PerlResponseHandler Apache::loncleanup |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 406 /adm/unauthorized |
ErrorDocument 406 /adm/unauthorized |
Line 566 ErrorDocument 500 /adm/errorhandler
|
Line 728 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/cfile> |
<Location /adm/cfile> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::loncfile |
PerlResponseHandler Apache::loncfile |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 406 /adm/unauthorized |
ErrorDocument 406 /adm/unauthorized |
Line 576 ErrorDocument 500 /adm/errorhandler
|
Line 740 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/diff> |
<Location /adm/diff> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::londiff |
PerlResponseHandler Apache::londiff |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 406 /adm/unauthorized |
ErrorDocument 406 /adm/unauthorized |
Line 586 ErrorDocument 500 /adm/errorhandler
|
Line 752 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/upload> |
<Location /adm/upload> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonupload |
PerlResponseHandler Apache::lonupload |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 406 /adm/unauthorized |
ErrorDocument 406 /adm/unauthorized |
Line 596 ErrorDocument 500 /adm/errorhandler
|
Line 764 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/imsimport> |
<Location /adm/imsimport> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::imsimport |
PerlResponseHandler Apache::imsimport |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 406 /adm/unauthorized |
ErrorDocument 406 /adm/unauthorized |
Line 606 ErrorDocument 500 /adm/errorhandler
|
Line 776 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/testbank> |
<Location /adm/testbank> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::testbankimport |
PerlResponseHandler Apache::testbankimport |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 404 /adm/notfound.html |
ErrorDocument 406 /adm/unauthorized |
ErrorDocument 406 /adm/unauthorized |
Line 616 ErrorDocument 500 /adm/errorhandler
|
Line 788 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/assesscalc> |
<Location /adm/assesscalc> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonspreadsheet |
PerlResponseHandler Apache::lonspreadsheet |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 406 /adm/roles |
ErrorDocument 406 /adm/roles |
ErrorDocument 413 /adm/overloaded.txt |
ErrorDocument 413 /adm/overloaded.txt |
Line 626 ErrorDocument 500 /adm/errorhandler
|
Line 800 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/studentcalc> |
<Location /adm/studentcalc> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonspreadsheet |
PerlResponseHandler Apache::lonspreadsheet |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 406 /adm/roles |
ErrorDocument 406 /adm/roles |
ErrorDocument 413 /adm/overloaded.txt |
ErrorDocument 413 /adm/overloaded.txt |
Line 636 ErrorDocument 500 /adm/errorhandler
|
Line 812 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/classcalc> |
<Location /adm/classcalc> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonspreadsheet |
PerlResponseHandler Apache::lonspreadsheet |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 406 /adm/roles |
ErrorDocument 406 /adm/roles |
ErrorDocument 413 /adm/overloaded.txt |
ErrorDocument 413 /adm/overloaded.txt |
Line 646 ErrorDocument 500 /adm/errorhandler
|
Line 824 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/dropadd> |
<Location /adm/dropadd> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::londropadd |
PerlResponseHandler Apache::londropadd |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 406 /adm/roles |
ErrorDocument 406 /adm/roles |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/viewclasslist> |
<Location /adm/viewclasslist> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonviewclasslist |
PerlResponseHandler Apache::lonviewclasslist |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 406 /adm/roles |
ErrorDocument 406 /adm/roles |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
|
<Location /adm/coursegroups> |
|
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
|
SetHandler perl-script |
|
PerlResponseHandler Apache::loncoursegroups |
|
ErrorDocument 403 /adm/login |
|
ErrorDocument 406 /adm/roles |
|
ErrorDocument 500 /adm/errorhandler |
|
</Location> |
|
|
|
<Location /adm/whatsnew> |
|
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
|
SetHandler perl-script |
|
PerlResponseHandler Apache::lonwhatsnew |
|
ErrorDocument 403 /adm/login |
|
ErrorDocument 406 /adm/roles |
|
ErrorDocument 500 /adm/errorhandler |
|
</Location> |
|
|
<Location /adm/populate> |
<Location /adm/populate> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonpopulate |
PerlResponseHandler Apache::lonpopulate |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 406 /adm/roles |
ErrorDocument 406 /adm/roles |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/managekeys> |
<Location /adm/managekeys> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonmanagekeys |
PerlResponseHandler Apache::lonmanagekeys |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 406 /adm/roles |
ErrorDocument 406 /adm/roles |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/printout> |
<Location /adm/printout> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonprintout |
PerlResponseHandler Apache::lonprintout |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 413 /adm/overloaded.txt |
ErrorDocument 413 /adm/overloaded.txt |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/feedback> |
<Location /adm/feedback> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonfeedback |
PerlResponseHandler Apache::lonfeedback |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/coursedocs> |
<Location /adm/coursedocs> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::londocs |
PerlResponseHandler Apache::londocs |
PerlCleanupHandler Apache::londocs::untiehash |
PerlCleanupHandler Apache::londocs::untiehash |
|
PerlCleanupHandler Apache::lonnet::save_cache |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/imsimportdocs> |
<Location /adm/imsimportdocs> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::imsimportdocs |
PerlResponseHandler Apache::imsimportdocs |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/announcements> |
<Location /adm/announcements> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonannounce |
PerlResponseHandler Apache::lonannounce |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/chat> |
<Location /adm/chat> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonchat |
PerlResponseHandler Apache::lonchat |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/chatfetch> |
<Location /adm/chatfetch> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonchatfetch |
PerlResponseHandler Apache::lonchatfetch |
ErrorDocument 413 /adm/overloaded.txt |
ErrorDocument 413 /adm/overloaded.txt |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/evaluate> |
<Location /adm/evaluate> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonevaluate |
PerlResponseHandler Apache::lonevaluate |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/preferences> |
<Location /adm/preferences> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
SetHandler perl-script |
Require valid-user |
PerlHandler Apache::lonpreferences |
PerlAuthzHandler Apache::lonacc |
ErrorDocument 403 /adm/login |
|
ErrorDocument 500 /adm/errorhandler |
|
</Location> |
|
|
|
<Location /adm/assignments> |
|
PerlAccessHandler Apache::lonacc |
|
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonassignments |
PerlResponseHandler Apache::lonpreferences |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 406 /adm/roles |
|
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/communicate> |
<Location /adm/communicate> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::loncommunicate |
PerlResponseHandler Apache::loncommunicate |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/searchcat> |
<Location /adm/searchcat> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonsearchcat |
PerlResponseHandler Apache::lonsearchcat |
PerlCleanupHandler Apache::lonsearchcat::cleanup |
PerlCleanupHandler Apache::lonsearchcat::cleanup |
|
PerlCleanupHandler Apache::lonnet::save_cache |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 413 /adm/overloaded.txt |
ErrorDocument 413 /adm/overloaded.txt |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/navmaps> |
<Location /adm/navmaps> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonnavmaps |
PerlResponseHandler Apache::lonnavmaps |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 406 /adm/roles |
ErrorDocument 406 /adm/roles |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/quickgrades> |
<Location /adm/quickgrades> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonquickgrades |
PerlResponseHandler Apache::lonquickgrades |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 406 /adm/roles |
ErrorDocument 406 /adm/roles |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/groupsort> |
<Location /adm/groupsort> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::groupsort |
PerlResponseHandler Apache::groupsort |
PerlCleanupHandler Apache::groupsort::cleanup |
PerlCleanupHandler Apache::groupsort::cleanup |
|
PerlCleanupHandler Apache::lonnet::save_cache |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/errorhandler> |
<Location /adm/errorhandler> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonerrorhandler |
PerlResponseHandler Apache::lonerrorhandler |
</Location> |
</Location> |
|
|
<LocationMatch "^/adm/help/.*\.hlp$"> |
<LocationMatch "^/adm/help/.*\.hlp$"> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonhelp |
PerlResponseHandler Apache::lonhelp |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/adm/helpmenu"> |
<LocationMatch "^/adm/helpmenu"> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonhelpmenu |
PerlResponseHandler Apache::lonhelpmenu |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/adm/support"> |
<LocationMatch "^/adm/support"> |
PerlAccessHandler Apache::lonacc |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonsupportreq |
PerlResponseHandler Apache::lonsupportreq |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/adm/helpdesk"> |
<LocationMatch "^/adm/helpdesk"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonsupportreq |
PerlResponseHandler Apache::lonsupportreq |
</LocationMatch> |
</LocationMatch> |
|
|
# ------------------------------------------------- Backdoor Adm Tests/Programs |
# ------------------------------------------------- Backdoor Adm Tests/Programs |
Line 900 AuthType Basic
|
Line 1136 AuthType Basic
|
AuthUserFile /home/httpd/lonTabs/htpasswd |
AuthUserFile /home/httpd/lonTabs/htpasswd |
require user lonadm |
require user lonadm |
SetHandler perl-script |
SetHandler perl-script |
PerlAccessHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
PerlHandler Apache::lontest |
PerlResponseHandler Apache::lontest |
</Location> |
</Location> |
|
|
# ------------------------------------------------------- Shutting down a child |
# ------------------------------------------------------- Shutting down a child |
Line 979 PerlSetVar lonSockDir /home/http
|
Line 1215 PerlSetVar lonSockDir /home/http
|
PerlSetVar lonDocRoot /home/httpd/html |
PerlSetVar lonDocRoot /home/httpd/html |
PerlSetVar lonPrtDir /home/httpd/prtspool |
PerlSetVar lonPrtDir /home/httpd/prtspool |
PerlSetVar lonIncludes /home/httpd/html/res/adm/includes |
PerlSetVar lonIncludes /home/httpd/html/res/adm/includes |
PerlSetVar lonBrowsDet explorer:msie:netscape:msie\s(\d+\.\d+)\;:9999:9999&mozilla:mozilla\/[5-9]:msie:mozilla\/(\d+\.\d+)\s:9999:1&netscape:netscape:msie:netscape\/(\d+\.\d+):9999:7&amaya:amaya:mozilla:V(\d+\.\d+)\s:1:1&safari:safari:msie:safari\/(\d+\.\d+):9999:9999 |
# & sepeareted list of : seperated fileds inorder of |
PerlSetVar lonTextBrowsers opera:windows\s+ce:lynx |
# - internal name to call it, |
|
# - regexp that it should match (done case-insensitively) |
|
# - regexp that is should not match (done case-insensitively) |
|
# - regexp that will pull out the version number into $1 |
|
# - a number that describes the minimum version that has mathml support |
|
# - a number that describes the minimum number version that has unicode support |
|
|
|
PerlSetVar lonBrowsDet explorer:msie:netscape:msie\s(\d+\.\d+)\;:9999:9999&mozilla:mozilla\/[5-9]:msie:mozilla\/(\d+\.\d+)\s:9999:1&netscape:netscape:msie:netscape\/(\d+\.\d+):9999:7&netscape:netscape\/[7-9]:shouldnotmatch:netscape\/(\d+\.\d+):9999:7&amaya:amaya:mozilla:V(\d+\.\d+)\s:1:1&safari:safari:msie:safari\/([\d\.]+):9999:84 |
|
|
|
PerlSetVar lonTextBrowsers windows\s+ce:lynx |
PerlSetVar lonScansDir /home/httpd/scantron |
PerlSetVar lonScansDir /home/httpd/scantron |
PerlSetVar lonScriptTimeout 10 |
PerlSetVar lonScriptTimeout 10 |
PerlSetVar BugzillaHost http://bugs.lon-capa.org/ |
PerlSetVar BugzillaHost http://bugs.lon-capa.org/ |