version 1.133, 2006/05/08 18:54:27
|
version 1.168, 2007/07/30 21:50:10
|
Line 35 ExtendedStatus On
|
Line 35 ExtendedStatus On
|
# |
# |
# ===================================================================== Aliases |
# ===================================================================== Aliases |
|
|
|
Alias /zipspool/ /home/httpd/zipspool/ |
Alias /prtspool/ /home/httpd/prtspool/ |
Alias /prtspool/ /home/httpd/prtspool/ |
ScriptAlias /cgi-bin/ "/home/httpd/cgi-bin/" |
ScriptAlias /cgi-bin/ "/home/httpd/cgi-bin/" |
|
|
Line 50 PerlSetVar lonOtherAuthen no
|
Line 51 PerlSetVar lonOtherAuthen no
|
|
|
#PerlWarn On |
#PerlWarn On |
<LocationMatch "^/+res.*"> |
<LocationMatch "^/+res.*"> |
#AuthName "LON-CAPA Auth" |
|
|
|
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
|
|
PerlAccessHandler Apache::publiccheck |
PerlAccessHandler Apache::publiccheck |
Line 79 ErrorDocument 500 /adm/errorhandler
|
Line 79 ErrorDocument 500 /adm/errorhandler
|
</LocationMatch> |
</LocationMatch> |
|
|
<Location /adm/portfolio> |
<Location /adm/portfolio> |
AuthType Basic |
AuthType LONCAPA |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
|
SetHandler perl-script |
|
PerlHandler Apache::portfolio |
|
</Location> |
|
|
|
<Location /adm/coursegrp_portfolio> |
|
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 93 PerlCleanupHandler Apache::lonacc::clean
|
Line 101 PerlCleanupHandler Apache::lonacc::clean
|
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/+uploaded.*"> |
<LocationMatch "^/+uploaded.*"> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
PerlHeaderParserHandler Apache::lonuploadrep |
PerlHeaderParserHandler Apache::lonuploadrep |
Line 104 ErrorDocument 500 /adm/errorhandler
|
Line 112 ErrorDocument 500 /adm/errorhandler
|
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/+editupload.*"> |
<LocationMatch "^/+editupload.*"> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
Line 113 ErrorDocument 500 /adm/errorhandler
|
Line 121 ErrorDocument 500 /adm/errorhandler
|
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/+uploaded/.*/.*/internal/.*"> |
<LocationMatch "^/+uploaded/.*/.*/internal/.*"> |
PerlAccessHandler Apache::lonuploadedacc |
PerlAuthenHandler Apache::lonuploadedacc |
|
PerlAuthzHandler Apache::lonuploadedacc::skip_phase |
|
PerlAccessHandler Apache::lonuploadedacc::skip_phase |
|
</LocationMatch> |
|
|
|
<LocationMatch "^/+uploaded/.*/.*/portfolio/.*"> |
|
PerlAccessHandler Apache::publiccheck |
|
AuthType LONCAPA |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
</LocationMatch> |
</LocationMatch> |
|
|
|
<LocationMatch "^/+uploaded/.*/.*/groups/.*/portfolio/.*"> |
|
PerlAccessHandler Apache::publiccheck |
|
AuthType LONCAPA |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
|
</LocationMatch> |
|
|
<LocationMatch "^/+uploaded/.*\.page$"> |
<LocationMatch "^/+uploaded/.*\.page$"> |
SetHandler perl-script |
SetHandler perl-script |
Line 129 PerlHandler Apache::lonsequence
|
Line 152 PerlHandler Apache::lonsequence
|
|
|
<LocationMatch "^/+public/.*/syllabus$"> |
<LocationMatch "^/+public/.*/syllabus$"> |
PerlAccessHandler Apache::publiccheck |
PerlAccessHandler Apache::publiccheck |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 140 ErrorDocument 500 /adm/errorhandler
|
Line 163 ErrorDocument 500 /adm/errorhandler
|
|
|
<LocationMatch "^/+(public|adm)/.*(\.rss|_rss\.html)$"> |
<LocationMatch "^/+(public|adm)/.*(\.rss|_rss\.html)$"> |
PerlAccessHandler Apache::publiccheck |
PerlAccessHandler Apache::publiccheck |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 150 ErrorDocument 500 /adm/errorhandler
|
Line 173 ErrorDocument 500 /adm/errorhandler
|
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/adm/.*/aboutme$"> |
<LocationMatch "^/adm/.*/aboutme$"> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 160 ErrorDocument 406 /adm/notinit.html
|
Line 183 ErrorDocument 406 /adm/notinit.html
|
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/adm/.*/smppg$"> |
<LocationMatch "^/adm/.*/aboutme/portfolio$"> |
AuthType Basic |
PerlAccessHandler Apache::publiccheck |
|
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonsimplepage |
PerlHandler 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/.*/grppg$"> |
<LocationMatch "^/adm/.*/smppg$"> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler 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 406 /adm/notinit.html |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/adm/.*/bulletinboard$"> |
<LocationMatch "^/adm/.*/bulletinboard$"> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 195 ErrorDocument 500 /adm/errorhandler
|
Line 219 ErrorDocument 500 /adm/errorhandler
|
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "\.problem/smpedit$"> |
<LocationMatch "\.problem/smpedit$"> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 206 ErrorDocument 500 /adm/errorhandler
|
Line 230 ErrorDocument 500 /adm/errorhandler
|
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/+priv.*"> |
<LocationMatch "^/+priv.*"> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::loncacc |
PerlAuthzHandler Apache::loncacc |
SetHandler perl-script |
SetHandler perl-script |
Line 222 PerlAccessHandler Apache::lonracc
|
Line 246 PerlAccessHandler Apache::lonracc
|
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/+\~.*"> |
<LocationMatch "^/+\~.*"> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler 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 |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
AllowOverride None |
|
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/adm/helper/.*\.helper$"> |
<LocationMatch "^/adm/helper/.*\.helper$"> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonhelper |
PerlHandler Apache::lonhelper |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
Line 245 ErrorDocument 500 /adm/errorhandler
|
Line 268 ErrorDocument 500 /adm/errorhandler
|
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "/prtspool"> |
<LocationMatch "/prtspool"> |
AuthType Basic |
AuthType LONCAPA |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
|
ErrorDocument 403 /adm/login |
|
ErrorDocument 404 /adm/notfound.html |
|
ErrorDocument 406 /adm/roles |
|
ErrorDocument 413 /adm/overloaded.txt |
|
ErrorDocument 500 /adm/errorhandler |
|
</LocationMatch> |
|
|
|
<LocationMatch "/zipspool"> |
|
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
Line 277 PerlHandler Apache::lonratmenu
|
Line 311 PerlHandler Apache::lonratmenu
|
</LocationMatch> |
</LocationMatch> |
|
|
<Location /adm/ratparms> |
<Location /adm/ratparms> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 318 ErrorDocument 413 /adm/overloaded.tx
|
Line 352 ErrorDocument 413 /adm/overloaded.tx
|
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/adm/bombs/"> |
<LocationMatch "^/adm/bombs/"> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
SetHandler perl-script |
SetHandler perl-script |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
Line 344 PerlHandler Apache::lonhomework
|
Line 378 PerlHandler Apache::lonhomework
|
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/adm/wrapper/"> |
<LocationMatch "^/adm/wrapper/"> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 354 ErrorDocument 500 /adm/errorhandler
|
Line 388 ErrorDocument 500 /adm/errorhandler
|
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/adm/source"> |
<LocationMatch "^/adm/source"> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 366 ErrorDocument 500 /adm/errorhandler
|
Line 400 ErrorDocument 500 /adm/errorhandler
|
|
|
|
|
<LocationMatch "^/adm/localize/"> |
<LocationMatch "^/adm/localize/"> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 378 ErrorDocument 500 /adm/errorhandler
|
Line 412 ErrorDocument 500 /adm/errorhandler
|
# -------------------------------------------------------------- Admin Programs |
# -------------------------------------------------------------- Admin Programs |
|
|
<Location /adm/randomlabel.png> |
<Location /adm/randomlabel.png> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 388 ErrorDocument 500 /adm/errorhandler
|
Line 422 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/imagechoice> |
<Location /adm/imagechoice> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 398 ErrorDocument 500 /adm/errorhandler
|
Line 432 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/statistics> |
<Location /adm/statistics> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 409 ErrorDocument 500 /adm/errorhandler
|
Line 443 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/trackstudent> |
<Location /adm/trackstudent> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 420 ErrorDocument 500 /adm/errorhandler
|
Line 454 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/roles> |
<Location /adm/roles> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 430 ErrorDocument 500 /adm/errorhandler
|
Line 464 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/menu> |
<Location /adm/menu> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 440 ErrorDocument 500 /adm/errorhandler
|
Line 474 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/remote> |
<Location /adm/remote> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 450 ErrorDocument 500 /adm/errorhandler
|
Line 484 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/pickstudent> |
<Location /adm/pickstudent> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 460 ErrorDocument 500 /adm/errorhandler
|
Line 494 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/pickcourse> |
<Location /adm/pickcourse> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 470 ErrorDocument 500 /adm/errorhandler
|
Line 504 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/pickcode> |
<Location /adm/pickcode> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 484 SetHandler perl-script
|
Line 518 SetHandler perl-script
|
PerlHandler Apache::lonlogin |
PerlHandler Apache::lonlogin |
</Location> |
</Location> |
|
|
|
<Location /adm/restrictedaccess> |
|
PerlAccessHandler Apache::publiccheck |
|
AuthType LONCAPA |
|
Require valid-user |
|
SetHandler perl-script |
|
PerlAuthzHandler Apache::lonacc |
|
PerlHandler Apache::restrictedaccess |
|
ErrorDocument 500 /adm/errorhandler |
|
</Location> |
|
|
|
<Location /adm/blockedaccess> |
|
PerlAccessHandler Apache::publiccheck |
|
AuthType LONCAPA |
|
Require valid-user |
|
SetHandler perl-script |
|
PerlAuthzHandler Apache::lonacc |
|
PerlHandler Apache::blockedaccess |
|
ErrorDocument 500 /adm/errorhandler |
|
</Location> |
|
|
<Location /adm/logout> |
<Location /adm/logout> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonlogout |
PerlHandler Apache::lonlogout |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
|
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/switchserver> |
<Location /adm/switchserver> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::switchserver |
PerlHandler Apache::switchserver |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
|
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/authenticate> |
<Location /adm/authenticate> |
Line 513 PerlHandler Apache::migrateuser
|
Line 569 PerlHandler Apache::migrateuser
|
</Location> |
</Location> |
|
|
<Location /adm/annotations> |
<Location /adm/annotations> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 523 ErrorDocument 500 /adm/errorhandler
|
Line 579 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/spellcheck> |
<Location /adm/spellcheck> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 533 ErrorDocument 500 /adm/errorhandler
|
Line 589 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/bookmarks> |
<Location /adm/bookmarks> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 543 ErrorDocument 500 /adm/errorhandler
|
Line 599 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/flip> |
<Location /adm/flip> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 556 ErrorDocument 500 /adm/errorhandler
|
Line 612 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/ambiguous> |
<Location /adm/ambiguous> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 568 ErrorDocument 500 /adm/errorhandler
|
Line 624 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/email> |
<Location /adm/email> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 578 ErrorDocument 500 /adm/errorhandler
|
Line 634 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/notify> |
<Location /adm/notify> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 588 ErrorDocument 500 /adm/errorhandler
|
Line 644 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/parmset> |
<Location /adm/parmset> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 599 ErrorDocument 500 /adm/errorhandler
|
Line 655 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/slotrequest> |
<Location /adm/slotrequest> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 610 ErrorDocument 500 /adm/errorhandler
|
Line 666 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/wizard> |
<Location /adm/wizard> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 621 ErrorDocument 500 /adm/errorhandler
|
Line 677 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/grades> |
<Location /adm/grades> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 632 ErrorDocument 500 /adm/errorhandler
|
Line 688 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/createcourse> |
<Location /adm/createcourse> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 643 ErrorDocument 500 /adm/errorhandler
|
Line 699 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/modifycourse> |
<Location /adm/modifycourse> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 653 ErrorDocument 406 /adm/roles
|
Line 709 ErrorDocument 406 /adm/roles
|
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
|
<Location /adm/domainprefs> |
|
AuthType LONCAPA |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
|
SetHandler perl-script |
|
PerlHandler Apache::domainprefs |
|
ErrorDocument 403 /adm/login |
|
ErrorDocument 406 /adm/roles |
|
ErrorDocument 500 /adm/errorhandler |
|
</Location> |
|
|
<Location /adm/createuser> |
<Location /adm/createuser> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 665 ErrorDocument 500 /adm/errorhandler
|
Line 732 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/publish> |
<Location /adm/publish> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 677 ErrorDocument 500 /adm/errorhandler
|
Line 744 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<LocationMatch "^/+\~.*/$"> |
<LocationMatch "^/+\~.*/$"> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::loncacc |
PerlAuthzHandler Apache::loncacc |
SetHandler perl-script |
SetHandler perl-script |
Line 689 ErrorDocument 500 /adm/errorhandler
|
Line 756 ErrorDocument 500 /adm/errorhandler
|
</LocationMatch> |
</LocationMatch> |
|
|
<Location /adm/pubdir> |
<Location /adm/pubdir> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 701 ErrorDocument 500 /adm/errorhandler
|
Line 768 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/unauthorized> |
<Location /adm/unauthorized> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 712 ErrorDocument 500 /adm/errorhandler
|
Line 779 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/retrieve> |
<Location /adm/retrieve> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 724 ErrorDocument 500 /adm/errorhandler
|
Line 791 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/cleanup> |
<Location /adm/cleanup> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 736 ErrorDocument 500 /adm/errorhandler
|
Line 803 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/cfile> |
<Location /adm/cfile> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 748 ErrorDocument 500 /adm/errorhandler
|
Line 815 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/diff> |
<Location /adm/diff> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 760 ErrorDocument 500 /adm/errorhandler
|
Line 827 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/upload> |
<Location /adm/upload> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 772 ErrorDocument 500 /adm/errorhandler
|
Line 839 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/imsimport> |
<Location /adm/imsimport> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 784 ErrorDocument 500 /adm/errorhandler
|
Line 851 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/testbank> |
<Location /adm/testbank> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 796 ErrorDocument 500 /adm/errorhandler
|
Line 863 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/assesscalc> |
<Location /adm/assesscalc> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 808 ErrorDocument 500 /adm/errorhandler
|
Line 875 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/studentcalc> |
<Location /adm/studentcalc> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 820 ErrorDocument 500 /adm/errorhandler
|
Line 887 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/classcalc> |
<Location /adm/classcalc> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 832 ErrorDocument 500 /adm/errorhandler
|
Line 899 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/dropadd> |
<Location /adm/dropadd> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 843 ErrorDocument 500 /adm/errorhandler
|
Line 910 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/viewclasslist> |
<Location /adm/viewclasslist> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 854 ErrorDocument 500 /adm/errorhandler
|
Line 921 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/coursegroups> |
<Location /adm/coursegroups> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 864 ErrorDocument 406 /adm/roles
|
Line 931 ErrorDocument 406 /adm/roles
|
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
|
<Location /adm/groupboards> |
|
AuthType LONCAPA |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
|
SetHandler perl-script |
|
PerlHandler Apache::groupboards |
|
ErrorDocument 403 /adm/login |
|
ErrorDocument 406 /adm/roles |
|
ErrorDocument 500 /adm/errorhandler |
|
</Location> |
|
|
|
<Location /adm/grouproster> |
|
AuthType LONCAPA |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
|
SetHandler perl-script |
|
PerlHandler Apache::grouproster |
|
ErrorDocument 403 /adm/login |
|
ErrorDocument 406 /adm/roles |
|
ErrorDocument 500 /adm/errorhandler |
|
</Location> |
|
|
<Location /adm/whatsnew> |
<Location /adm/whatsnew> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 876 ErrorDocument 500 /adm/errorhandler
|
Line 965 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/populate> |
<Location /adm/populate> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 887 ErrorDocument 500 /adm/errorhandler
|
Line 976 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/managekeys> |
<Location /adm/managekeys> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 898 ErrorDocument 500 /adm/errorhandler
|
Line 987 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/printout> |
<Location /adm/printout> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 909 ErrorDocument 500 /adm/errorhandler
|
Line 998 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/feedback> |
<Location /adm/feedback> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 919 ErrorDocument 500 /adm/errorhandler
|
Line 1008 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/coursedocs> |
<Location /adm/coursedocs> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 931 ErrorDocument 500 /adm/errorhandler
|
Line 1020 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/imsimportdocs> |
<Location /adm/imsimportdocs> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 940 ErrorDocument 403 /adm/login
|
Line 1029 ErrorDocument 403 /adm/login
|
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
<Location /adm/announcements> |
<LocationMatch "^/adm/announcements"> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonannounce |
PerlHandler Apache::lonannounce |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</LocationMatch> |
|
|
<Location /adm/chat> |
<Location /adm/chat> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 960 ErrorDocument 500 /adm/errorhandler
|
Line 1049 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/chatfetch> |
<Location /adm/chatfetch> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 969 ErrorDocument 413 /adm/overloaded.tx
|
Line 1058 ErrorDocument 413 /adm/overloaded.tx
|
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
|
<Location /adm/groupchat> |
|
AuthType LONCAPA |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
|
SetHandler perl-script |
|
PerlHandler Apache::longroupchat |
|
ErrorDocument 403 /adm/login |
|
ErrorDocument 500 /adm/errorhandler |
|
</Location> |
|
|
<Location /adm/evaluate> |
<Location /adm/evaluate> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 980 ErrorDocument 500 /adm/errorhandler
|
Line 1079 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/preferences> |
<Location /adm/preferences> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 990 ErrorDocument 500 /adm/errorhandler
|
Line 1089 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/communicate> |
<Location /adm/communicate> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 1000 ErrorDocument 500 /adm/errorhandler
|
Line 1099 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/searchcat> |
<Location /adm/searchcat> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 1013 ErrorDocument 500 /adm/errorhandler
|
Line 1112 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/navmaps> |
<Location /adm/navmaps> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonnavmaps |
PerlHandler Apache::lonnavdisplay |
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> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 1035 ErrorDocument 500 /adm/errorhandler
|
Line 1134 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<Location /adm/groupsort> |
<Location /adm/groupsort> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 1052 PerlHandler Apache::lonerrorhandler
|
Line 1151 PerlHandler Apache::lonerrorhandler
|
</Location> |
</Location> |
|
|
<LocationMatch "^/adm/help/.*\.hlp$"> |
<LocationMatch "^/adm/help/.*\.hlp$"> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
|
PerlAccessHandler Apache::publiccheck |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonhelp |
PerlHandler Apache::lonhelp |
|
ErrorDocument 500 /adm/errorhandler |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/adm/helpmenu"> |
<LocationMatch "^/adm/helpmenu"> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonhelpmenu |
PerlHandler Apache::lonhelpmenu |
|
ErrorDocument 500 /adm/errorhandler |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/adm/support"> |
<LocationMatch "^/adm/support"> |
AuthType Basic |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonsupportreq |
PerlHandler Apache::lonsupportreq |
|
ErrorDocument 500 /adm/errorhandler |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/adm/helpdesk"> |
<LocationMatch "^/adm/helpdesk"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonsupportreq |
PerlHandler Apache::lonsupportreq |
|
ErrorDocument 500 /adm/errorhandler |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/adm/css"> |
<LocationMatch "^/adm/css"> |
AuthType Basic |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
|
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::loncss |
PerlHandler Apache::loncss |
|
ErrorDocument 500 /adm/errorhandler |
|
</LocationMatch> |
|
|
|
<LocationMatch "^/adm/coursecatalog"> |
|
SetHandler perl-script |
|
PerlHandler Apache::coursecatalog |
|
ErrorDocument 500 /adm/errorhandler |
|
</LocationMatch> |
|
|
|
<LocationMatch "^/adm/resetpw"> |
|
SetHandler perl-script |
|
PerlHandler Apache::resetpw |
|
ErrorDocument 500 /adm/errorhandler |
|
</LocationMatch> |
|
|
|
<LocationMatch "^/adm/dns"> |
|
SetHandler perl-script |
|
PerlHandler Apache::londns |
|
ErrorDocument 500 /adm/errorhandler |
</LocationMatch> |
</LocationMatch> |
|
|
# ------------------------------------------------- Backdoor Adm Tests/Programs |
# ------------------------------------------------- Backdoor Adm Tests/Programs |
Line 1170 PerlChildExitHandler Apache::lonacc::goo
|
Line 1290 PerlChildExitHandler Apache::lonacc::goo
|
<Directory /> |
<Directory /> |
Options None |
Options None |
AllowOverride None |
AllowOverride None |
|
order deny,allow |
|
deny from all |
|
</Directory> |
|
|
|
# Allow uploaded files to be served |
|
|
|
<Directory "/home/httpd/lonUsers"> |
|
Options Includes FollowSymLinks |
|
AllowOverride None |
|
order allow,deny |
|
allow from all |
|
</Directory> |
|
|
|
# Allow construction space files to be served |
|
|
|
<Directory "/home/*/public_html/" > |
|
Options Includes FollowSymLinks |
|
AllowOverride |
|
order allow,deny |
|
allow from all |
</Directory> |
</Directory> |
|
|
# Yes to symbolic links and server-side includes |
# Yes to symbolic links and server-side includes |
Line 1185 allow from all
|
Line 1325 allow from all
|
|
|
<Directory /home/httpd/cgi-bin> |
<Directory /home/httpd/cgi-bin> |
AllowOverride None |
AllowOverride None |
Options ExecCGI |
Options ExecCGI FollowSymLinks |
|
order allow,deny |
|
allow from all |
|
</Directory> |
|
|
|
# Allow serving of files in prtspool |
|
|
|
<Directory "/home/httpd/prtspool/"> |
|
Options Includes FollowSymLinks |
|
AllowOverride None |
|
order allow,deny |
|
allow from all |
|
</Directory> |
|
|
|
# Allow serving of files in zipspool |
|
|
|
<Directory "/home/httpd/zipspool/"> |
|
Options Includes FollowSymLinks |
|
AllowOverride None |
|
order allow,deny |
|
allow from all |
</Directory> |
</Directory> |
|
|
# ============================================================= Access Handlers |
# ============================================================= Access Handlers |
Line 1228 PerlSetVar londPort 5663
|
Line 1388 PerlSetVar londPort 5663
|
PerlSetVar lonSysEMail korte@lite.msu.edu |
PerlSetVar lonSysEMail korte@lite.msu.edu |
PerlSetVar lonDaemons /home/httpd/perl |
PerlSetVar lonDaemons /home/httpd/perl |
PerlSetVar lonSockDir /home/httpd/sockets |
PerlSetVar lonSockDir /home/httpd/sockets |
|
PerlSetVar lonSockCreate /home/httpd/sockets/common |
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 |
# & sepeareted list of : seperated fileds inorder of |
PerlSetVar lonZipDir /home/httpd/zipspool |
|
PerlSetVar lonFontsDir /home/httpd/html/adm/fonts |
|
# & separated list of : separated fields in order of |
# - internal name to call it, |
# - internal name to call it, |
# - regexp that it should match (done case-insensitively) |
# - regexp that it should match (done case-insensitively) |
# - regexp that is should not match (done case-insensitively) |
# - regexp that is should not match (done case-insensitively) |
Line 1239 PerlSetVar lonIncludes /home/http
|
Line 1402 PerlSetVar lonIncludes /home/http
|
# - a number that describes the minimum version that has mathml support |
# - a number that describes the minimum version that has mathml support |
# - a number that describes the minimum number version that has unicode 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 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+)[\.\d+]:9999:84 |
|
|
PerlSetVar lonTextBrowsers windows\s+ce:lynx |
PerlSetVar lonTextBrowsers windows\s+ce:lynx |
PerlSetVar lonScansDir /home/httpd/scantron |
PerlSetVar lonScansDir /home/httpd/scantron |