File:  [LON-CAPA] / loncom / loncapa_apache.conf
Revision 1.215.2.4: download - view: text, annotated - select for diffs
Fri Dec 14 23:05:17 2012 UTC (11 years, 5 months ago) by raeburn
Branches: version_2_11_X
- For 2.11
  - Backport 1.218, 1.219.

    1: ##
    2: ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
    3: ##
    4: ## $Id: loncapa_apache.conf,v 1.215.2.4 2012/12/14 23:05:17 raeburn Exp $
    5: ##
    6: 
    7: #
    8: # LON-CAPA Section (extensions to httpd.conf daemon configuration)
    9: #
   10: # ================================================================ DocumentRoot
   11: 
   12: DocumentRoot "/home/httpd/html"
   13: 
   14: # ======================================================================== User
   15: 
   16: User www
   17: Group www
   18: 
   19: # ======================================================= Shared Object Modules
   20: 
   21: LoadModule perl_module       modules/libperl.so
   22: <IfDefine !MODPERL2>
   23: AddModule mod_perl.c
   24: </IfDefine>
   25: 
   26: <IfDefine MODPERL2>
   27: PerlSetVar	MODPERL2	1
   28: </IfDefine>
   29: # =============================================================== Miscellaneous
   30: 
   31: ServerAdmin korte@lite.msu.edu
   32: ExtendedStatus On
   33: #
   34: # LON-CAPA Section (extensions to srm.conf name space servicing)
   35: #
   36: # ===================================================================== Aliases
   37: 
   38: Alias /zipspool/ /home/httpd/zipspool/
   39: Alias /prtspool/ /home/httpd/prtspool/
   40: Alias /captchaspool/ /home/httpd/captchaspool/
   41: Alias /webdav/ /home/httpd/html/priv/
   42: ScriptAlias /cgi-bin/ "/home/httpd/cgi-bin/"
   43: <IfModule mod_dav_fs.c>
   44:     DAVLockDB /home/httpd/webdav/DAVLock
   45: </IfModule>
   46: 
   47: # ================================================================= Directories
   48: 
   49: # ------------------------------------------------------------- Access Handlers
   50: 
   51: PerlTransHandler	Apache::lontrans
   52: PerlCleanupHandler	Apache::lonacc::cleanup
   53: 
   54: PerlAuthenHandler Apache::checkauthen
   55: PerlSetVar lonOtherAuthen no
   56: 
   57: <IfModule mod_shib>
   58:     PerlAuthenHandler Apache::lonshibauth
   59:     PerlSetVar lonOtherAuthen yes
   60:     PerlSetVar lonOtherAuthenType Shibboleth
   61: </IfModule>
   62: 
   63: #PerlWarn On
   64: <LocationMatch "^/+res/adm/pages/[^/]+\.(gif|png)$">
   65: PerlAuthenHandler	'sub { return OK }' 
   66: </LocationMatch>
   67: 
   68: # Send proper expires header to avoid unnecessary HTTP request for static content
   69: <LocationMatch "^(/adm/lonIcons|/adm/jQuery|/adm/jsMath|/res/adm/pages|/ckeditor)">
   70:         ExpiresActive On
   71:         ExpiresDefault "access plus 12 hours"
   72:         Header set Cache-Control "public, no-transform"
   73: </LocationMatch>
   74: 
   75: <LocationMatch "^/+res.*">
   76: 
   77: AuthType LONCAPA
   78: Require valid-user
   79: 
   80: PerlAccessHandler      Apache::publiccheck
   81: PerlAuthzHandler       Apache::lonacc
   82: PerlHeaderParserHandler Apache::lonrep
   83: ErrorDocument     403 /adm/login
   84: ErrorDocument     404 /adm/notfound.html
   85: ErrorDocument     406 /adm/roles
   86: ErrorDocument	  500 /adm/errorhandler
   87: </LocationMatch>
   88: 
   89: 
   90: <LocationMatch "/.*">
   91: </LocationMatch>
   92: 
   93: 
   94: <LocationMatch "^/+enc.*">
   95: SetHandler perl-script
   96: PerlHandler       Apache::lonencurl
   97: ErrorDocument     403 /adm/login
   98: ErrorDocument     404 /adm/notfound.html
   99: ErrorDocument     406 /adm/roles
  100: ErrorDocument	  500 /adm/errorhandler
  101: </LocationMatch>
  102: 
  103: <Location /adm/portfolio>
  104: AuthType LONCAPA
  105: Require valid-user
  106: PerlAuthzHandler Apache::lonacc
  107: SetHandler perl-script
  108: PerlHandler Apache::portfolio
  109: </Location>
  110: 
  111: <Location /adm/coursegrp_portfolio>
  112: AuthType LONCAPA
  113: Require valid-user
  114: PerlAuthzHandler Apache::lonacc
  115: SetHandler perl-script
  116: PerlHandler Apache::portfolio
  117: </Location>
  118: 
  119: <Location /adm/pdfupload>
  120: AuthType LONCAPA
  121: Require valid-user
  122: PerlAuthzHandler Apache::lonacc
  123: SetHandler perl-script
  124: PerlHandler             Apache::lonpdfupload
  125: ErrorDocument     403 /adm/login
  126: ErrorDocument     404 /adm/notfound.html
  127: ErrorDocument     406 /adm/roles
  128: ErrorDocument     500 /adm/errorhandler
  129: </Location>
  130: 
  131: <LocationMatch "^/+userfiles.*">
  132: PerlAccessHandler       Apache::lontokacc
  133: PerlCleanupHandler	Apache::lontokacc::removefile
  134: PerlCleanupHandler	Apache::lonacc::cleanup
  135: </LocationMatch>
  136: 
  137: <LocationMatch "^/+uploaded.*">
  138: AuthType LONCAPA
  139: Require valid-user
  140: PerlAuthzHandler	Apache::lonacc
  141: PerlHandler 		Apache::londatecheck
  142: PerlHandler  		Apache::lonipcheck
  143: PerlHeaderParserHandler Apache::lonuploadrep
  144: ErrorDocument     403 /adm/login
  145: ErrorDocument     404 /adm/notfound.html
  146: ErrorDocument     406 /adm/roles
  147: ErrorDocument	  500 /adm/errorhandler
  148: </LocationMatch>
  149: 
  150: <LocationMatch "^/+editupload.*">
  151: AuthType LONCAPA
  152: Require valid-user
  153: PerlAuthzHandler	Apache::lonacc
  154: ErrorDocument     403 /adm/login
  155: ErrorDocument     406 /adm/roles
  156: ErrorDocument	  500 /adm/errorhandler
  157: </LocationMatch>
  158: 
  159: <LocationMatch "^/+uploaded/.*/.*/internal/.*">
  160: PerlAuthenHandler	Apache::lonuploadedacc
  161: PerlAuthzHandler	Apache::lonuploadedacc::skip_phase
  162: PerlAccessHandler	Apache::lonuploadedacc::skip_phase
  163: </LocationMatch>
  164: 
  165: <LocationMatch "^/+uploaded/.*/.*/portfolio/.*">
  166: PerlAccessHandler      Apache::publiccheck
  167: AuthType LONCAPA
  168: Require valid-user
  169: PerlAuthzHandler       Apache::lonacc
  170: </LocationMatch>
  171: 
  172: <LocationMatch "^/+uploaded/.*/.*/groups/.*/portfolio/.*">
  173: PerlAccessHandler      Apache::publiccheck
  174: AuthType LONCAPA
  175: Require valid-user
  176: PerlAuthzHandler       Apache::lonacc
  177: </LocationMatch>
  178: 
  179: <LocationMatch "^/+uploaded/.*\.page$">
  180: SetHandler perl-script
  181: PerlHandler Apache::lonpage
  182: </LocationMatch>
  183: 
  184: <LocationMatch "^/+uploaded/.*\.sequence$">
  185: SetHandler perl-script
  186: PerlHandler Apache::lonsequence
  187: </LocationMatch>
  188: 
  189: <LocationMatch "^/+public/.*/syllabus$">
  190: PerlAccessHandler      Apache::publiccheck
  191: AuthType LONCAPA
  192: Require valid-user
  193: PerlAuthzHandler	Apache::lonacc
  194: SetHandler              perl-script
  195: PerlHandler             Apache::lonsyllabus
  196: ErrorDocument     404 /adm/notfound.html
  197: ErrorDocument	  500 /adm/errorhandler
  198: </LocationMatch>
  199: 
  200: <LocationMatch "^/+(public|adm)/.*(\.rss|_rss\.html)$">
  201: PerlAccessHandler      Apache::publiccheck
  202: AuthType LONCAPA
  203: Require valid-user
  204: PerlAuthzHandler	Apache::lonacc
  205: SetHandler              perl-script
  206: PerlHandler             Apache::lonrss
  207: ErrorDocument     404 /adm/notfound.html
  208: ErrorDocument	  500 /adm/errorhandler
  209: </LocationMatch>
  210: 
  211: <LocationMatch "^/adm/.*/aboutme$">
  212: AuthType LONCAPA
  213: Require valid-user
  214: PerlAuthzHandler	Apache::lonacc
  215: SetHandler              perl-script
  216: PerlHandler             Apache::lonaboutme
  217: ErrorDocument     404 /adm/notfound.html
  218: ErrorDocument     406 /adm/notinit.html
  219: ErrorDocument	  500 /adm/errorhandler
  220: </LocationMatch>
  221: 
  222: <LocationMatch "^/adm/.*/aboutme/portfolio$">
  223: PerlAccessHandler       Apache::publiccheck
  224: AuthType LONCAPA
  225: Require valid-user
  226: PerlAuthzHandler	Apache::lonacc
  227: SetHandler              perl-script
  228: PerlHandler             Apache::lonaboutme
  229: ErrorDocument     404 /adm/notfound.html
  230: ErrorDocument     406 /adm/notinit.html
  231: ErrorDocument	  500 /adm/errorhandler
  232: </LocationMatch>
  233: 
  234: <LocationMatch "^/adm/.*/smppg$">
  235: AuthType LONCAPA
  236: Require valid-user
  237: PerlAuthzHandler	Apache::lonacc
  238: SetHandler              perl-script
  239: PerlHandler             Apache::londatecheck
  240: PerlHandler		Apache::lonipcheck
  241: PerlHandler             Apache::lonsimplepage
  242: ErrorDocument     404 /adm/notfound.html
  243: ErrorDocument     406 /adm/notinit.html
  244: ErrorDocument	  500 /adm/errorhandler
  245: </LocationMatch>
  246: 
  247: <LocationMatch "^/adm/.*/bulletinboard$">
  248: AuthType LONCAPA
  249: Require valid-user
  250: PerlAuthzHandler	Apache::lonacc
  251: SetHandler              perl-script
  252: PerlHandler             Apache::londatecheck
  253: PerlHandler		Apache::lonipcheck
  254: PerlHandler             Apache::lonbulletin
  255: ErrorDocument     404 /adm/notfound.html
  256: ErrorDocument     406 /adm/notinit.html
  257: ErrorDocument	  500 /adm/errorhandler
  258: </LocationMatch>
  259: 
  260: <LocationMatch "\.problem/smpedit$">
  261: AuthType LONCAPA
  262: Require valid-user
  263: PerlAuthzHandler	Apache::lonacc
  264: SetHandler              perl-script
  265: PerlHandler             Apache::lonsimpleproblemedit
  266: ErrorDocument     404 /adm/notfound.html
  267: ErrorDocument     406 /adm/notinit.html
  268: ErrorDocument	  500 /adm/errorhandler
  269: </LocationMatch>
  270: 
  271: <LocationMatch "^/+priv/.*">
  272: AuthType LONCAPA
  273: Require valid-user
  274: PerlAuthzHandler Apache::loncacc
  275: SetHandler        perl-script
  276: ErrorDocument     403 /adm/login
  277: ErrorDocument     404 /adm/notfound.html
  278: ErrorDocument     406 /adm/unauthorized
  279: ErrorDocument	  500 /adm/errorhandler
  280: </LocationMatch>
  281: 
  282: <LocationMatch "^/+webdav/[\w\-]+/[\w\-]+/">
  283:   <IfModule mod_dav.c>
  284:     <IfModule mod_ssl.c>
  285:       AuthType Basic
  286:       AuthName "LONCAPA username,domain"
  287:       Require valid-user
  288:       SSLRequireSSL
  289:       PerlAuthenHandler Apache::lonwebdavauth
  290:       PerlAuthzHandler Apache::lonwebdavacc
  291:       Dav On
  292:       DirectoryIndex index.missing
  293:       Options Indexes FollowSymLinks
  294:       ErrorDocument     403 /adm/nowebdav.html
  295:       ErrorDocument     404 /adm/notfound.html
  296:       ErrorDocument     406 /adm/unauthorized
  297:       ErrorDocument     500 /adm/errorhandler
  298:     </IfModule>
  299:     <IfModule !mod_ssl.c>
  300:       <IfModule mod_rewrite.c>
  301:         RewriteEngine on
  302:         RewriteRule .* http://%{HTTP_HOST}/adm/nowebdav.html [L]
  303:       </IfModule>
  304:     </IfModule>
  305:   </IfModule>
  306:   <IfModule !mod_dav.c>
  307:     <IfModule mod_rewrite.c>
  308:       RewriteEngine on
  309:       RewriteRule .* http://%{HTTP_HOST}/adm/nowebdav.html [L]
  310:     </IfModule>
  311:   </IfModule>
  312: </LocationMatch>
  313: 
  314: <LocationMatch "^/+raw.*">
  315: PerlAccessHandler Apache::lonracc
  316: </LocationMatch>
  317: 
  318: <LocationMatch "^/adm/helper/.*\.helper$">
  319: AuthType LONCAPA
  320: Require valid-user
  321: PerlAuthzHandler  Apache::lonacc
  322: SetHandler        perl-script
  323: PerlHandler       Apache::lonhelper
  324: ErrorDocument     403 /adm/login
  325: ErrorDocument     404 /adm/notfound.html
  326: ErrorDocument     406 /adm/unauthorized
  327: ErrorDocument     500 /adm/errorhandler
  328: </LocationMatch>
  329: 
  330: <LocationMatch "/prtspool">
  331: AuthType LONCAPA
  332: Require valid-user
  333: PerlAuthzHandler Apache::lonacc
  334: ErrorDocument     403 /adm/login
  335: ErrorDocument     404 /adm/notfound.html
  336: ErrorDocument     406 /adm/roles
  337: ErrorDocument     413 /adm/overloaded.txt
  338: ErrorDocument	  500 /adm/errorhandler
  339: </LocationMatch>
  340: 
  341: <LocationMatch "/zipspool">
  342: AuthType LONCAPA
  343: Require valid-user
  344: PerlAuthzHandler Apache::lonacc
  345: ErrorDocument     403 /adm/login
  346: ErrorDocument     404 /adm/notfound.html
  347: ErrorDocument     406 /adm/roles
  348: ErrorDocument     413 /adm/overloaded.txt
  349: ErrorDocument	  500 /adm/errorhandler
  350: </LocationMatch>
  351: # ------------------------------------------------------------------------- RAT
  352: 
  353: <LocationMatch "^/+priv/.*\.sequence$">
  354: SetHandler perl-script
  355: PerlHandler Apache::lonratedt
  356: </LocationMatch>
  357: 
  358: <LocationMatch "^/+priv/.*\.page$">
  359: SetHandler perl-script
  360: PerlHandler Apache::lonratedt
  361: </LocationMatch>
  362: 
  363: <LocationMatch "^/+priv/.*\/ratserver$">
  364: SetHandler perl-script
  365: PerlHandler Apache::lonratsrv
  366: </LocationMatch>
  367: 
  368: <LocationMatch "^/+priv/.*\/adveditmenu$">
  369: SetHandler perl-script
  370: PerlHandler Apache::lonratmenu
  371: </LocationMatch>
  372: 
  373: <Location /adm/ratparms>
  374: AuthType LONCAPA
  375: Require valid-user
  376: PerlAuthzHandler       Apache::lonacc
  377: SetHandler perl-script
  378: PerlHandler Apache::lonratparms
  379: ErrorDocument     403 /adm/login
  380: ErrorDocument	  500 /adm/errorhandler
  381: </Location>
  382: 
  383: # --------------------------------------------- Resource Space Content Handlers
  384: 
  385: <LocationMatch "^/+res.*/$">
  386: SetHandler perl-script
  387: PerlHandler Apache::lonindexer
  388: PerlCleanupHandler Apache::lonindexer::cleanup
  389: PerlCleanupHandler	Apache::lonacc::cleanup
  390: </LocationMatch>
  391: 
  392: <LocationMatch "^/+res.*\.tex$">
  393: SetHandler perl-script
  394: PerlHandler Apache::lontex
  395: </LocationMatch>
  396: 
  397: <LocationMatch "^/+res/.*\.page$">
  398: SetHandler perl-script
  399: PerlHandler Apache::lonpage
  400: </LocationMatch>
  401: 
  402: <LocationMatch "^/+res/.*\.sequence$">
  403: SetHandler perl-script
  404: PerlHandler Apache::lonsequence
  405: </LocationMatch>
  406: 
  407: <LocationMatch "^/+(res|priv|public|uploaded|editupload|adm)/.*\.meta$">
  408: PerlAccessHandler      Apache::publiccheck
  409: SetHandler perl-script
  410: PerlHandler Apache::lonmeta
  411: ErrorDocument     413 /adm/overloaded.txt
  412: </LocationMatch>
  413: 
  414: <LocationMatch "^/adm/bombs/">
  415: AuthType LONCAPA
  416: Require valid-user
  417: SetHandler perl-script
  418: PerlAuthzHandler Apache::lonacc
  419: PerlHandler Apache::lonmeta
  420: </LocationMatch>
  421: 
  422: 
  423: 
  424: <LocationMatch "^/+(res|priv)/.*\.rights$">
  425: SetHandler perl-script
  426: PerlHandler Apache::lonrights
  427: </LocationMatch>
  428: 
  429: <LocationMatch "^/+(uploaded|res|priv)/.*\.(xml|html|htm|xhtml|xhtm|sty)$">
  430: SetHandler perl-script
  431: PerlHandler Apache::londatecheck
  432: PerlHandler Apache::lonipcheck
  433: PerlHandler Apache::lonxml
  434: </LocationMatch>
  435: 
  436: <LocationMatch "^/+(res|priv).*\.(task|problem|exam|quiz|assess|survey|form|library)$">
  437: SetHandler perl-script
  438: PerlHandler Apache::lonhomework
  439: </LocationMatch>
  440: 
  441: <LocationMatch "^/+priv/.*\.(js|css|txt|tex)$">
  442: SetHandler perl-script
  443: PerlHandler Apache::lonxml
  444: </LocationMatch>
  445: 
  446: <LocationMatch "^/adm/wrapper/">
  447: AuthType LONCAPA
  448: Require valid-user
  449: PerlAuthzHandler       Apache::lonacc
  450: PerlHandler Apache::londatecheck
  451: PerlHandler Apache::lonipcheck
  452: SetHandler perl-script
  453: PerlHandler Apache::lonwrapper
  454: ErrorDocument     403 /adm/login
  455: ErrorDocument	  500 /adm/errorhandler
  456: </LocationMatch>
  457: 
  458: <LocationMatch "^/adm/source">
  459: AuthType LONCAPA
  460: Require valid-user
  461: PerlAuthzHandler       Apache::lonacc
  462: SetHandler perl-script
  463: PerlHandler Apache::lonsource
  464: ErrorDocument     403 /adm/login
  465: ErrorDocument     406 /adm/roles
  466: ErrorDocument	  500 /adm/errorhandler
  467: </LocationMatch>
  468: 
  469: 
  470: <LocationMatch "^/adm/localize/">
  471: AuthType LONCAPA
  472: Require valid-user
  473: PerlAuthzHandler       Apache::lonacc
  474: SetHandler perl-script
  475: PerlHandler Apache::lonlocalize
  476: ErrorDocument     403 /adm/login
  477: ErrorDocument	  500 /adm/errorhandler
  478: </LocationMatch>
  479: 
  480: # -------------------------------------------------------------- Admin Programs
  481: 
  482: <Location /adm/randomlabel.png>
  483: AuthType LONCAPA
  484: Require valid-user
  485: PerlAuthzHandler       Apache::lonacc
  486: SetHandler perl-script
  487: PerlHandler Apache::randomlylabel
  488: ErrorDocument     403 /adm/login
  489: ErrorDocument	  500 /adm/errorhandler
  490: </Location>
  491: 
  492: <Location /adm/imagechoice>
  493: AuthType LONCAPA
  494: Require valid-user
  495: PerlAuthzHandler       Apache::lonacc
  496: SetHandler perl-script
  497: PerlHandler Apache::imagechoice
  498: ErrorDocument     403 /adm/login
  499: ErrorDocument	  500 /adm/errorhandler
  500: </Location>
  501: 
  502: <Location /adm/searchcourse>
  503: AuthType LONCAPA
  504: Require valid-user
  505: PerlAuthzHandler       Apache::lonacc
  506: SetHandler perl-script
  507: PerlHandler Apache::lonsearchcourse
  508: ErrorDocument     403 /adm/login
  509: ErrorDocument     500 /adm/errorhandler
  510: </Location>
  511: 
  512: <Location /adm/statistics>
  513: AuthType LONCAPA
  514: Require valid-user
  515: PerlAuthzHandler       Apache::lonacc
  516: SetHandler perl-script
  517: PerlHandler Apache::lonstatistics
  518: ErrorDocument     403 /adm/login
  519: ErrorDocument     413 /adm/overloaded.txt
  520: ErrorDocument	  500 /adm/errorhandler
  521: </Location>
  522: 
  523: <Location /adm/trackstudent>
  524: AuthType LONCAPA
  525: Require valid-user
  526: PerlAuthzHandler       Apache::lonacc
  527: SetHandler perl-script
  528: PerlHandler Apache::lontrackstudent
  529: ErrorDocument     403 /adm/login
  530: ErrorDocument     413 /adm/overloaded.txt
  531: ErrorDocument	  500 /adm/errorhandler
  532: </Location>
  533: 
  534: <Location /adm/roles>
  535: AuthType LONCAPA
  536: Require valid-user
  537: PerlAuthzHandler       Apache::lonacc
  538: SetHandler perl-script
  539: PerlHandler Apache::lonroles
  540: ErrorDocument     403 /adm/login
  541: ErrorDocument     409 /adm/preferences?action=lockwarning
  542: ErrorDocument	  500 /adm/errorhandler
  543: </Location>
  544: 
  545: <Location /adm/menu>
  546: AuthType LONCAPA
  547: Require valid-user
  548: PerlAuthzHandler       Apache::lonacc
  549: SetHandler perl-script
  550: PerlHandler Apache::lonmainmenu
  551: ErrorDocument     403 /adm/login
  552: ErrorDocument	  500 /adm/errorhandler
  553: </Location>
  554: 
  555: <Location /adm/remote>
  556: AuthType LONCAPA
  557: Require valid-user
  558: PerlAuthzHandler       Apache::lonacc
  559: SetHandler perl-script
  560: PerlHandler Apache::lonremote
  561: ErrorDocument     403 /adm/login
  562: ErrorDocument     500 /adm/errorhandler
  563: </Location>
  564: 
  565: <Location /adm/pickauthor>
  566: AuthType LONCAPA
  567: Require valid-user
  568: PerlAuthzHandler       Apache::lonacc
  569: SetHandler perl-script
  570: PerlHandler Apache::lonpickauthor
  571: ErrorDocument     403 /adm/login
  572: ErrorDocument     500 /adm/errorhandler
  573: </Location>
  574: 
  575: <Location /adm/pickstudent>
  576: AuthType LONCAPA
  577: Require valid-user
  578: PerlAuthzHandler       Apache::lonacc
  579: SetHandler perl-script
  580: PerlHandler Apache::lonpickstudent
  581: ErrorDocument     403 /adm/login
  582: ErrorDocument	  500 /adm/errorhandler
  583: </Location>
  584: 
  585: <Location /adm/pickuser>
  586: AuthType LONCAPA
  587: Require valid-user
  588: PerlAuthzHandler       Apache::lonacc
  589: SetHandler perl-script
  590: PerlHandler Apache::lonpickuser
  591: ErrorDocument     403 /adm/login
  592: ErrorDocument     406 /adm/roles
  593: ErrorDocument     500 /adm/errorhandler
  594: </Location>
  595: 
  596: <Location /adm/pickcourse>
  597: AuthType LONCAPA
  598: Require valid-user
  599: PerlAuthzHandler       Apache::lonacc
  600: SetHandler perl-script
  601: PerlHandler Apache::lonpickcourse
  602: ErrorDocument     403 /adm/login
  603: ErrorDocument	  500 /adm/errorhandler
  604: </Location>
  605: 
  606: <Location /adm/pickcode>
  607: AuthType LONCAPA
  608: Require valid-user
  609: PerlAuthzHandler       Apache::lonacc
  610: SetHandler perl-script
  611: PerlHandler Apache::lonpickcode
  612: ErrorDocument     403 /adm/login
  613: ErrorDocument	  500 /adm/errorhandler
  614: </Location>
  615: 
  616: <Location /adm/dependencies>
  617: AuthType LONCAPA
  618: Require valid-user
  619: PerlAuthzHandler       Apache::lonacc
  620: SetHandler perl-script
  621: PerlHandler Apache::londependencies
  622: ErrorDocument     403 /adm/login
  623: ErrorDocument     406 /adm/roles
  624: ErrorDocument     500 /adm/errorhandler
  625: </Location>
  626: 
  627: <Location /adm/login>
  628: SetHandler perl-script
  629: PerlHandler Apache::lonlogin
  630: </Location>
  631: 
  632: <Location /adm/restrictedaccess>
  633: PerlAccessHandler      Apache::publiccheck
  634: AuthType LONCAPA
  635: Require valid-user
  636: SetHandler perl-script
  637: PerlAuthzHandler       Apache::lonacc
  638: PerlHandler Apache::restrictedaccess
  639: ErrorDocument	  500 /adm/errorhandler
  640: </Location>
  641: 
  642: <Location /adm/blockedaccess>
  643: PerlAccessHandler      Apache::publiccheck
  644: AuthType LONCAPA
  645: Require valid-user
  646: SetHandler perl-script
  647: PerlAuthzHandler       Apache::lonacc
  648: PerlHandler Apache::blockedaccess
  649: ErrorDocument     500 /adm/errorhandler
  650: </Location>
  651: 
  652: <Location /adm/logout>
  653: AuthType LONCAPA
  654: Require valid-user
  655: PerlAuthzHandler       Apache::lonacc
  656: SetHandler perl-script
  657: PerlHandler Apache::lonlogout
  658: ErrorDocument     403 /adm/login
  659: ErrorDocument     409 /adm/preferences?action=lockwarning
  660: ErrorDocument	  500 /adm/errorhandler
  661: </Location>
  662: 
  663: <Location /adm/switchserver>
  664: AuthType LONCAPA
  665: Require valid-user
  666: PerlAuthzHandler       Apache::lonacc
  667: SetHandler perl-script
  668: PerlHandler Apache::switchserver
  669: ErrorDocument     403 /adm/login
  670: ErrorDocument	  500 /adm/errorhandler
  671: </Location>
  672: 
  673: <Location /adm/authenticate>
  674: SetHandler perl-script
  675: PerlHandler Apache::lonauth
  676: </Location>
  677: 
  678: <Location /adm/migrateuser>
  679: SetHandler perl-script
  680: PerlHandler Apache::migrateuser
  681: </Location>
  682: 
  683: <Location /adm/sso>
  684:   <IfModule mod_shib>
  685:     AuthType shibboleth
  686:     ShibUseEnvironment On
  687:     ShibRequestSetting requireSession 1
  688:     ShibRequestSetting redirectToSSL 443
  689:     require valid-user
  690:     PerlAuthzHandler       Apache::lonshibacc
  691:     PerlAuthzHandler       Apache::lonacc
  692:   </IfModule>
  693:   <IfModule !mod_shib>
  694:     PerlTypeHandler        Apache::lonnoshib
  695:   </IfModule>
  696: </Location>
  697: 
  698: <Location /adm/annotations>
  699: AuthType LONCAPA
  700: Require valid-user
  701: PerlAuthzHandler       Apache::lonacc
  702: SetHandler perl-script
  703: PerlHandler Apache::admannotations
  704: ErrorDocument     403 /adm/login
  705: ErrorDocument	  500 /adm/errorhandler
  706: </Location>
  707: 
  708: <Location /adm/spellcheck>
  709: AuthType LONCAPA
  710: Require valid-user
  711: PerlAuthzHandler       Apache::lonacc
  712: SetHandler perl-script
  713: PerlHandler Apache::lonspeller
  714: ErrorDocument     403 /adm/login
  715: ErrorDocument	  500 /adm/errorhandler
  716: </Location>
  717: 
  718: <Location /adm/flip>
  719: AuthType LONCAPA
  720: Require valid-user
  721: PerlAuthzHandler       Apache::lonacc
  722: SetHandler perl-script
  723: PerlHandler Apache::lonpageflip
  724: PerlCleanupHandler Apache::lonpageflip::cleanup
  725: PerlCleanupHandler	Apache::lonacc::cleanup
  726: ErrorDocument     406 /adm/roles
  727: ErrorDocument     403 /adm/login
  728: ErrorDocument	  500 /adm/errorhandler
  729: </Location>
  730: 
  731: <Location /adm/ambiguous>
  732: AuthType LONCAPA
  733: Require valid-user
  734: PerlAuthzHandler       Apache::lonacc
  735: SetHandler perl-script
  736: PerlHandler Apache::lonambiguous
  737: PerlCleanupHandler Apache::lonambiguous::cleanup
  738: PerlCleanupHandler	Apache::lonacc::cleanup
  739: ErrorDocument     403 /adm/login
  740: ErrorDocument	  500 /adm/errorhandler
  741: </Location>
  742: 
  743: <Location /adm/email>
  744: AuthType LONCAPA
  745: Require valid-user
  746: PerlAuthzHandler       Apache::lonacc
  747: SetHandler perl-script
  748: PerlHandler Apache::lonmsgdisplay
  749: ErrorDocument     403 /adm/login
  750: ErrorDocument	  500 /adm/errorhandler
  751: </Location>
  752: 
  753: <Location /adm/notify>
  754: AuthType LONCAPA
  755: Require valid-user
  756: PerlAuthzHandler       Apache::lonacc
  757: SetHandler perl-script
  758: PerlHandler Apache::lonnotify
  759: ErrorDocument     403 /adm/login
  760: ErrorDocument     500 /adm/errorhandler
  761: </Location>
  762: 
  763: <Location /adm/parmset>
  764: AuthType LONCAPA
  765: Require valid-user
  766: PerlAuthzHandler       Apache::lonacc
  767: SetHandler perl-script
  768: PerlHandler Apache::lonparmset
  769: ErrorDocument     403 /adm/login
  770: ErrorDocument     406 /adm/roles
  771: ErrorDocument	  500 /adm/errorhandler
  772: </Location>
  773: 
  774: <Location /adm/courseprefs>
  775: AuthType LONCAPA
  776: Require valid-user
  777: PerlAuthzHandler       Apache::lonacc
  778: SetHandler perl-script
  779: PerlHandler Apache::courseprefs
  780: ErrorDocument     403 /adm/login
  781: ErrorDocument     406 /adm/roles
  782: ErrorDocument     500 /adm/errorhandler
  783: </Location>
  784: 
  785: <Location /adm/slotrequest>
  786: AuthType LONCAPA
  787: Require valid-user
  788: PerlAuthzHandler       Apache::lonacc
  789: SetHandler perl-script
  790: PerlHandler Apache::slotrequest
  791: ErrorDocument     403 /adm/login
  792: ErrorDocument     406 /adm/roles
  793: ErrorDocument	  500 /adm/errorhandler
  794: </Location>
  795: 
  796: <Location /adm/wizard>
  797: AuthType LONCAPA
  798: Require valid-user
  799: PerlAuthzHandler       Apache::lonacc
  800: SetHandler perl-script
  801: PerlHandler Apache::lonwizard
  802: ErrorDocument     403 /adm/login
  803: ErrorDocument     406 /adm/roles
  804: ErrorDocument	  500 /adm/errorhandler
  805: </Location>
  806: 
  807: <Location /adm/grades>
  808: AuthType LONCAPA
  809: Require valid-user
  810: PerlAuthzHandler       Apache::lonacc
  811: SetHandler perl-script
  812: PerlHandler Apache::grades
  813: ErrorDocument     403 /adm/login
  814: ErrorDocument     406 /adm/roles
  815: ErrorDocument	  500 /adm/errorhandler
  816: </Location>
  817: 
  818: <Location /adm/requestcourse>
  819: AuthType LONCAPA
  820: Require valid-user
  821: PerlAuthzHandler       Apache::lonacc
  822: SetHandler perl-script
  823: PerlHandler Apache::lonrequestcourse
  824: ErrorDocument     403 /adm/login
  825: ErrorDocument     406 /adm/roles
  826: ErrorDocument     500 /adm/errorhandler
  827: </Location>
  828: 
  829: <Location /adm/createcourse>
  830: AuthType LONCAPA
  831: Require valid-user
  832: PerlAuthzHandler       Apache::lonacc
  833: SetHandler perl-script
  834: PerlHandler Apache::loncreatecourse
  835: ErrorDocument     403 /adm/login
  836: ErrorDocument     406 /adm/roles
  837: ErrorDocument	  500 /adm/errorhandler
  838: </Location>
  839: 
  840: <Location /adm/modifycourse>
  841: AuthType LONCAPA
  842: Require valid-user
  843: PerlAuthzHandler       Apache::lonacc
  844: SetHandler perl-script
  845: PerlHandler Apache::lonmodifycourse
  846: ErrorDocument     403 /adm/login
  847: ErrorDocument     406 /adm/roles
  848: ErrorDocument     500 /adm/errorhandler
  849: </Location>
  850: 
  851: <Location /adm/domainprefs>
  852: AuthType LONCAPA
  853: Require valid-user
  854: PerlAuthzHandler       Apache::lonacc
  855: SetHandler perl-script
  856: PerlHandler Apache::domainprefs
  857: ErrorDocument     403 /adm/login
  858: ErrorDocument     406 /adm/roles
  859: ErrorDocument     500 /adm/errorhandler
  860: </Location>
  861: 
  862: <Location /adm/domainstatus>
  863: PerlAccessHandler       Apache::lonstatusacc
  864: SetHandler perl-script
  865: PerlHandler Apache::domainstatus
  866: ErrorDocument     403 /adm/login
  867: ErrorDocument     406 /adm/roles
  868: ErrorDocument     500 /adm/errorhandler
  869: </Location>
  870: 
  871: <Location /adm/createuser>
  872: AuthType LONCAPA
  873: Require valid-user
  874: PerlAuthzHandler       Apache::lonacc
  875: SetHandler perl-script
  876: PerlHandler Apache::loncreateuser
  877: ErrorDocument     403 /adm/login
  878: ErrorDocument     406 /adm/roles
  879: ErrorDocument	  500 /adm/errorhandler
  880: </Location>
  881: 
  882: <Location /adm/publish>
  883: AuthType LONCAPA
  884: Require valid-user
  885: PerlAuthzHandler       Apache::lonacc
  886: SetHandler perl-script
  887: PerlHandler Apache::lonpublisher
  888: ErrorDocument     403 /adm/login
  889: ErrorDocument     404 /adm/notfound.html
  890: ErrorDocument     406 /adm/unauthorized
  891: ErrorDocument	  500 /adm/errorhandler
  892: </Location>
  893: 
  894: <LocationMatch "^/+priv/.*/$">
  895: AuthType LONCAPA
  896: Require valid-user
  897: PerlAuthzHandler       Apache::loncacc
  898: SetHandler perl-script
  899: PerlHandler Apache::lonpubdir
  900: ErrorDocument     403 /adm/login
  901: ErrorDocument     404 /adm/notfound.html
  902: ErrorDocument     406 /adm/unauthorized
  903: ErrorDocument	  500 /adm/errorhandler
  904: </LocationMatch>
  905: 
  906: <Location /adm/unauthorized>
  907: AuthType LONCAPA
  908: Require valid-user
  909: PerlAuthzHandler       Apache::lonacc
  910: SetHandler perl-script
  911: PerlHandler Apache::lonunauthorized
  912: ErrorDocument     403 /adm/login
  913: ErrorDocument     404 /adm/notfound.html
  914: ErrorDocument	  500 /adm/errorhandler
  915: </Location>
  916: 
  917: <Location /adm/retrieve>
  918: AuthType LONCAPA
  919: Require valid-user
  920: PerlAuthzHandler       Apache::lonacc
  921: SetHandler perl-script
  922: PerlHandler Apache::lonretrieve
  923: ErrorDocument     403 /adm/login
  924: ErrorDocument     404 /adm/notfound.html
  925: ErrorDocument     406 /adm/unauthorized
  926: ErrorDocument	  500 /adm/errorhandler
  927: </Location>
  928: 
  929: <Location /adm/cleanup>
  930: AuthType LONCAPA
  931: Require valid-user
  932: PerlAuthzHandler       Apache::lonacc
  933: SetHandler perl-script
  934: PerlHandler Apache::loncleanup
  935: ErrorDocument     403 /adm/login
  936: ErrorDocument     404 /adm/notfound.html
  937: ErrorDocument     406 /adm/unauthorized
  938: ErrorDocument	  500 /adm/errorhandler
  939: </Location>
  940: 
  941: <Location /adm/cfile>
  942: AuthType LONCAPA
  943: Require valid-user
  944: PerlAuthzHandler       Apache::lonacc
  945: SetHandler perl-script
  946: PerlHandler Apache::loncfile
  947: ErrorDocument     403 /adm/login
  948: ErrorDocument     404 /adm/notfound.html
  949: ErrorDocument     406 /adm/unauthorized
  950: ErrorDocument	  500 /adm/errorhandler
  951: </Location>
  952: 
  953: <Location /adm/diff>
  954: AuthType LONCAPA
  955: Require valid-user
  956: PerlAuthzHandler       Apache::lonacc
  957: SetHandler perl-script
  958: PerlHandler Apache::londiff
  959: ErrorDocument     403 /adm/login
  960: ErrorDocument     404 /adm/notfound.html
  961: ErrorDocument     406 /adm/unauthorized
  962: ErrorDocument	  500 /adm/errorhandler
  963: </Location>
  964: 
  965: <Location /adm/upload>
  966: AuthType LONCAPA
  967: Require valid-user
  968: PerlAuthzHandler       Apache::lonacc
  969: SetHandler perl-script
  970: PerlHandler Apache::lonupload
  971: ErrorDocument     403 /adm/login
  972: ErrorDocument     404 /adm/notfound.html
  973: ErrorDocument     406 /adm/unauthorized
  974: ErrorDocument	  500 /adm/errorhandler
  975: </Location>
  976: 
  977: <Location /adm/imsimport>
  978: AuthType LONCAPA
  979: Require valid-user
  980: PerlAuthzHandler       Apache::lonacc
  981: SetHandler perl-script
  982: PerlHandler Apache::imsimport
  983: ErrorDocument     403 /adm/login
  984: ErrorDocument     404 /adm/notfound.html
  985: ErrorDocument     406 /adm/unauthorized
  986: ErrorDocument     500 /adm/errorhandler
  987: </Location>
  988: 
  989: <Location /adm/testbank>
  990: AuthType LONCAPA
  991: Require valid-user
  992: PerlAuthzHandler       Apache::lonacc
  993: SetHandler perl-script
  994: PerlHandler Apache::testbankimport
  995: ErrorDocument     403 /adm/login
  996: ErrorDocument     404 /adm/notfound.html
  997: ErrorDocument     406 /adm/unauthorized
  998: ErrorDocument     500 /adm/errorhandler
  999: </Location>
 1000: 
 1001: <Location /adm/assesscalc>
 1002: AuthType LONCAPA
 1003: Require valid-user
 1004: PerlAuthzHandler       Apache::lonacc
 1005: SetHandler perl-script
 1006: PerlHandler Apache::lonspreadsheet
 1007: ErrorDocument     403 /adm/login
 1008: ErrorDocument     406 /adm/roles
 1009: ErrorDocument     413 /adm/overloaded.txt
 1010: ErrorDocument	  500 /adm/errorhandler
 1011: </Location>
 1012: 
 1013: <Location /adm/studentcalc>
 1014: AuthType LONCAPA
 1015: Require valid-user
 1016: PerlAuthzHandler       Apache::lonacc
 1017: SetHandler perl-script
 1018: PerlHandler Apache::lonspreadsheet
 1019: ErrorDocument     403 /adm/login
 1020: ErrorDocument     406 /adm/roles
 1021: ErrorDocument     413 /adm/overloaded.txt
 1022: ErrorDocument	  500 /adm/errorhandler
 1023: </Location>
 1024: 
 1025: <Location /adm/classcalc>
 1026: AuthType LONCAPA
 1027: Require valid-user
 1028: PerlAuthzHandler       Apache::lonacc
 1029: SetHandler perl-script
 1030: PerlHandler Apache::lonspreadsheet
 1031: ErrorDocument     403 /adm/login
 1032: ErrorDocument     406 /adm/roles
 1033: ErrorDocument     413 /adm/overloaded.txt
 1034: ErrorDocument	  500 /adm/errorhandler
 1035: </Location>
 1036: 
 1037: <Location /adm/dropadd>
 1038: AuthType LONCAPA
 1039: Require valid-user
 1040: PerlAuthzHandler       Apache::lonacc
 1041: SetHandler perl-script
 1042: PerlHandler Apache::londropadd
 1043: ErrorDocument     403 /adm/login
 1044: ErrorDocument     406 /adm/roles
 1045: ErrorDocument	  500 /adm/errorhandler
 1046: </Location>
 1047: 
 1048: <Location /adm/viewclasslist>
 1049: AuthType LONCAPA
 1050: Require valid-user
 1051: PerlAuthzHandler       Apache::lonacc
 1052: SetHandler perl-script
 1053: PerlHandler Apache::lonviewclasslist
 1054: ErrorDocument     403 /adm/login
 1055: ErrorDocument     406 /adm/roles
 1056: ErrorDocument	  500 /adm/errorhandler
 1057: </Location>
 1058: 
 1059: <Location /adm/coursegroups>
 1060: AuthType LONCAPA
 1061: Require valid-user
 1062: PerlAuthzHandler       Apache::lonacc
 1063: SetHandler perl-script
 1064: PerlHandler Apache::loncoursegroups
 1065: ErrorDocument     403 /adm/login
 1066: ErrorDocument     406 /adm/roles
 1067: ErrorDocument     500 /adm/errorhandler
 1068: </Location>
 1069: 
 1070: <Location /adm/groupboards>
 1071: AuthType LONCAPA
 1072: Require valid-user
 1073: PerlAuthzHandler       Apache::lonacc
 1074: SetHandler perl-script
 1075: PerlHandler Apache::groupboards
 1076: ErrorDocument     403 /adm/login
 1077: ErrorDocument     406 /adm/roles
 1078: ErrorDocument     500 /adm/errorhandler
 1079: </Location>
 1080: 
 1081: <Location /adm/grouproster>
 1082: AuthType LONCAPA
 1083: Require valid-user
 1084: PerlAuthzHandler       Apache::lonacc
 1085: SetHandler perl-script
 1086: PerlHandler Apache::grouproster
 1087: ErrorDocument     403 /adm/login
 1088: ErrorDocument     406 /adm/roles
 1089: ErrorDocument     500 /adm/errorhandler
 1090: </Location>
 1091: 
 1092: <Location /adm/whatsnew>
 1093: AuthType LONCAPA
 1094: Require valid-user
 1095: PerlAuthzHandler       Apache::lonacc
 1096: SetHandler perl-script
 1097: PerlHandler Apache::lonwhatsnew
 1098: ErrorDocument     403 /adm/login
 1099: ErrorDocument     406 /adm/roles
 1100: ErrorDocument     500 /adm/errorhandler
 1101: </Location>
 1102: 
 1103: <Location /adm/populate>
 1104: AuthType LONCAPA
 1105: Require valid-user
 1106: PerlAuthzHandler       Apache::lonacc
 1107: SetHandler perl-script
 1108: PerlHandler Apache::lonpopulate
 1109: ErrorDocument     403 /adm/login
 1110: ErrorDocument     406 /adm/roles
 1111: ErrorDocument     500 /adm/errorhandler
 1112: </Location>
 1113: 
 1114: <Location /adm/managekeys>
 1115: AuthType LONCAPA
 1116: Require valid-user
 1117: PerlAuthzHandler       Apache::lonacc
 1118: SetHandler perl-script
 1119: PerlHandler Apache::lonmanagekeys
 1120: ErrorDocument     403 /adm/login
 1121: ErrorDocument     406 /adm/roles
 1122: ErrorDocument	  500 /adm/errorhandler
 1123: </Location>
 1124: 
 1125: <Location /adm/printout>
 1126: AuthType LONCAPA
 1127: Require valid-user
 1128: PerlAuthzHandler       Apache::lonacc
 1129: SetHandler perl-script
 1130: PerlHandler Apache::lonprintout
 1131: ErrorDocument     403 /adm/login
 1132: ErrorDocument     413 /adm/overloaded.txt
 1133: ErrorDocument	  500 /adm/errorhandler
 1134: </Location>
 1135: 
 1136: <Location /adm/feedback>
 1137: AuthType LONCAPA
 1138: Require valid-user
 1139: PerlAuthzHandler       Apache::lonacc
 1140: SetHandler perl-script
 1141: PerlHandler Apache::lonfeedback
 1142: ErrorDocument     403 /adm/login
 1143: ErrorDocument	  500 /adm/errorhandler
 1144: </Location>
 1145: 
 1146: <Location /adm/coursedocs>
 1147: AuthType LONCAPA
 1148: Require valid-user
 1149: PerlAuthzHandler       Apache::lonacc
 1150: SetHandler perl-script
 1151: PerlHandler Apache::londocs
 1152: PerlCleanupHandler Apache::londocs::untiehash
 1153: PerlCleanupHandler	Apache::lonacc::cleanup
 1154: ErrorDocument     403 /adm/login
 1155: ErrorDocument	  500 /adm/errorhandler
 1156: </Location>
 1157: 
 1158: <Location /adm/supplemental>
 1159: AuthType LONCAPA
 1160: Require valid-user
 1161: PerlAuthzHandler       Apache::lonacc
 1162: SetHandler perl-script
 1163: PerlHandler Apache::londocs
 1164: PerlCleanupHandler Apache::londocs::untiehash
 1165: PerlCleanupHandler      Apache::lonacc::cleanup
 1166: ErrorDocument     403 /adm/login
 1167: ErrorDocument     500 /adm/errorhandler
 1168: </Location>
 1169: 
 1170: <Location /adm/imsimportdocs>
 1171: AuthType LONCAPA
 1172: Require valid-user
 1173: PerlAuthzHandler       Apache::lonacc
 1174: SetHandler perl-script
 1175: PerlHandler Apache::imsimportdocs
 1176: ErrorDocument     403 /adm/login
 1177: ErrorDocument     500 /adm/errorhandler
 1178: </Location>
 1179: 
 1180: <LocationMatch "^/adm/announcements">
 1181: AuthType LONCAPA
 1182: Require valid-user
 1183: PerlAuthzHandler       Apache::lonacc
 1184: SetHandler perl-script
 1185: PerlHandler Apache::lonannounce
 1186: ErrorDocument     403 /adm/login
 1187: ErrorDocument	  500 /adm/errorhandler
 1188: </LocationMatch>
 1189: 
 1190: <Location /adm/chat>
 1191: AuthType LONCAPA
 1192: Require valid-user
 1193: PerlAuthzHandler       Apache::lonacc
 1194: SetHandler perl-script
 1195: PerlHandler Apache::lonchat
 1196: ErrorDocument	  500 /adm/errorhandler
 1197: </Location>
 1198: 
 1199: <Location /adm/chatfetch>
 1200: AuthType LONCAPA
 1201: Require valid-user
 1202: PerlAuthzHandler       Apache::lonacc
 1203: SetHandler perl-script
 1204: PerlHandler Apache::lonchatfetch
 1205: ErrorDocument     413 /adm/overloaded.txt
 1206: ErrorDocument	  500 /adm/errorhandler
 1207: </Location>
 1208: 
 1209: <Location /adm/groupchat>
 1210: AuthType LONCAPA
 1211: Require valid-user
 1212: PerlAuthzHandler       Apache::lonacc
 1213: SetHandler perl-script
 1214: PerlHandler Apache::longroupchat
 1215: ErrorDocument     403 /adm/login
 1216: ErrorDocument     500 /adm/errorhandler
 1217: </Location>
 1218: 
 1219: <Location /adm/evaluate>
 1220: AuthType LONCAPA
 1221: Require valid-user
 1222: PerlAuthzHandler       Apache::lonacc
 1223: SetHandler perl-script
 1224: PerlHandler Apache::lonevaluate
 1225: ErrorDocument     403 /adm/login
 1226: ErrorDocument	  500 /adm/errorhandler
 1227: </Location>
 1228: 
 1229: <Location /adm/preferences>
 1230: AuthType LONCAPA
 1231: Require valid-user
 1232: PerlAuthzHandler       Apache::lonacc
 1233: SetHandler perl-script
 1234: PerlHandler Apache::lonpreferences
 1235: ErrorDocument     403 /adm/login
 1236: ErrorDocument	  500 /adm/errorhandler
 1237: </Location>
 1238: 
 1239: <Location /adm/communicate>
 1240: AuthType LONCAPA
 1241: Require valid-user
 1242: PerlAuthzHandler       Apache::lonacc
 1243: SetHandler perl-script
 1244: PerlHandler Apache::loncommunicate
 1245: ErrorDocument     403 /adm/login
 1246: ErrorDocument	  500 /adm/errorhandler
 1247: </Location>
 1248: 
 1249: <Location /adm/searchcat>
 1250: AuthType LONCAPA
 1251: Require valid-user
 1252: PerlAuthzHandler       Apache::lonacc
 1253: SetHandler perl-script
 1254: PerlHandler Apache::lonsearchcat
 1255: PerlCleanupHandler Apache::lonsearchcat::cleanup
 1256: PerlCleanupHandler	Apache::lonacc::cleanup
 1257: ErrorDocument     403 /adm/login
 1258: ErrorDocument     413 /adm/overloaded.txt
 1259: ErrorDocument	  500 /adm/errorhandler
 1260: </Location>
 1261: 
 1262: <Location /adm/navmaps>
 1263: AuthType LONCAPA
 1264: Require valid-user
 1265: PerlAuthzHandler       Apache::lonacc
 1266: SetHandler perl-script
 1267: PerlHandler Apache::lonnavdisplay
 1268: ErrorDocument     403 /adm/login
 1269: ErrorDocument     406 /adm/roles
 1270: ErrorDocument	  500 /adm/errorhandler
 1271: </Location>
 1272: 
 1273: <Location /adm/quickgrades>
 1274: AuthType LONCAPA
 1275: Require valid-user
 1276: PerlAuthzHandler       Apache::lonacc
 1277: SetHandler perl-script
 1278: PerlHandler Apache::lonquickgrades
 1279: ErrorDocument     403 /adm/login
 1280: ErrorDocument     406 /adm/roles
 1281: ErrorDocument     500 /adm/errorhandler
 1282: </Location>
 1283: 
 1284: <Location /adm/groupsort>
 1285: AuthType LONCAPA
 1286: Require valid-user
 1287: PerlAuthzHandler	Apache::lonacc
 1288: SetHandler perl-script
 1289: PerlHandler Apache::groupsort
 1290: PerlCleanupHandler Apache::groupsort::cleanup
 1291: PerlCleanupHandler	Apache::lonacc::cleanup
 1292: ErrorDocument     403 /adm/login
 1293: ErrorDocument	  500 /adm/errorhandler
 1294: </Location>
 1295: 
 1296: <Location /adm/wishlist>
 1297: AuthType LONCAPA
 1298: Require valid-user
 1299: PerlAuthzHandler       Apache::lonacc
 1300: SetHandler perl-script
 1301: PerlHandler Apache::lonwishlistdisplay
 1302: ErrorDocument     403 /adm/login
 1303: ErrorDocument     406 /adm/roles
 1304: ErrorDocument     500 /adm/errorhandler
 1305: </Location>
 1306: 
 1307: <Location /adm/setblock>
 1308: AuthType LONCAPA
 1309: Require valid-user
 1310: PerlAuthzHandler       Apache::lonacc
 1311: SetHandler             perl-script
 1312: PerlHandler            Apache::lonblockingmenu
 1313: ErrorDocument     403 /adm/login
 1314: ErrorDocument     406 /adm/roles
 1315: ErrorDocument     500 /adm/errorhandler
 1316: </Location>
 1317: 
 1318: <Location /adm/blockingstatus>
 1319: PerlAccessHandler      Apache::publiccheck
 1320: AuthType LONCAPA
 1321: Require valid-user
 1322: PerlAuthzHandler       Apache::lonacc
 1323: SetHandler             perl-script
 1324: PerlHandler            Apache::lonblockingstatus
 1325: </Location>
 1326: 
 1327: <Location /adm/errorhandler>
 1328: SetHandler perl-script
 1329: PerlHandler Apache::lonerrorhandler
 1330: </Location>
 1331: 
 1332: <LocationMatch "^/adm/help/.*\.hlp$">
 1333: AuthType LONCAPA
 1334: Require valid-user
 1335: PerlAccessHandler      Apache::publiccheck
 1336: PerlAuthzHandler	Apache::lonacc
 1337: SetHandler perl-script
 1338: PerlHandler Apache::lonhelp
 1339: ErrorDocument	  500 /adm/errorhandler
 1340: </LocationMatch>
 1341: 
 1342: <LocationMatch "^/adm/helpmenu">
 1343: AuthType LONCAPA
 1344: Require valid-user
 1345: PerlAuthzHandler       Apache::lonacc
 1346: SetHandler perl-script
 1347: PerlHandler Apache::lonhelpmenu
 1348: ErrorDocument	  500 /adm/errorhandler
 1349: </LocationMatch>
 1350: 
 1351: <LocationMatch "^/adm/support">
 1352: AuthType LONCAPA
 1353: Require valid-user
 1354: PerlAuthzHandler       Apache::lonacc
 1355: SetHandler perl-script
 1356: PerlHandler Apache::lonsupportreq
 1357: ErrorDocument	  500 /adm/errorhandler
 1358: </LocationMatch>
 1359: 
 1360: <LocationMatch "^/adm/helpdesk">
 1361: SetHandler perl-script
 1362: PerlHandler Apache::lonsupportreq
 1363: ErrorDocument	  500 /adm/errorhandler
 1364: </LocationMatch>
 1365: 
 1366: <LocationMatch "^/adm/css">
 1367: SetHandler perl-script
 1368: PerlHandler Apache::loncss
 1369: ErrorDocument	  500 /adm/errorhandler
 1370: </LocationMatch>
 1371: 
 1372: <LocationMatch "^/adm/coursecatalog">
 1373: SetHandler perl-script
 1374: PerlHandler Apache::coursecatalog
 1375: ErrorDocument	  500 /adm/errorhandler
 1376: </LocationMatch>
 1377: 
 1378: <LocationMatch "^/adm/resetpw">
 1379: SetHandler perl-script
 1380: PerlHandler Apache::resetpw
 1381: ErrorDocument     500 /adm/errorhandler
 1382: </LocationMatch>
 1383: 
 1384: <LocationMatch "^/adm/selfenroll">
 1385: SetHandler perl-script
 1386: PerlHandler Apache::selfenroll
 1387: ErrorDocument     500 /adm/errorhandler
 1388: </LocationMatch>
 1389: 
 1390: <LocationMatch "^/adm/createaccount">
 1391: SetHandler perl-script
 1392: PerlHandler Apache::createaccount
 1393: ErrorDocument     500 /adm/errorhandler
 1394: </LocationMatch>
 1395: 
 1396: <LocationMatch "^/adm/dns">
 1397: SetHandler perl-script
 1398: PerlHandler Apache::londns
 1399: ErrorDocument     500 /adm/errorhandler
 1400: </LocationMatch>
 1401: 
 1402: <LocationMatch "^/ajax/spellcheck">
 1403: SetHandler perl-script
 1404: PerlHandler Apache::spellcheck
 1405: </LocationMatch>
 1406: 
 1407: 
 1408: # ------------------------------------------------- Backdoor Adm Tests/Programs
 1409: 
 1410: <Location /adm/test>
 1411: PerlAccessHandler Apache::lonstatusacc
 1412: SetHandler perl-script
 1413: PerlHandler Apache::lontest
 1414: </Location>
 1415: 
 1416: # ------------------------------------------------------- Shutting down a child
 1417: 
 1418: PerlChildExitHandler Apache::lonacc::goodbye
 1419: 
 1420: #
 1421: # LON-CAPA Section (extensions to access.conf permission configuration)
 1422: #
 1423: # =========================================================== Directory Options
 1424: 
 1425: # Start out with "no"
 1426: 
 1427: <Directory />
 1428: Options None
 1429: AllowOverride None
 1430: order deny,allow
 1431: deny from all
 1432: </Directory>
 1433: 
 1434: # Allow uploaded files to be served
 1435: 
 1436: <Directory "/home/httpd/lonUsers">
 1437: Options Includes FollowSymLinks
 1438: AllowOverride None
 1439: order allow,deny
 1440: allow from all
 1441: </Directory>
 1442:  
 1443: # Allow construction space files to be served
 1444: 
 1445: <Directory "/home/*/public_html/" >
 1446: Options Includes FollowSymLinks
 1447: AllowOverride
 1448: order allow,deny
 1449: allow from all
 1450: </Directory>
 1451: 
 1452: # Yes to symbolic links and server-side includes
 1453: 
 1454: <Directory /home/httpd/html>
 1455: Options Includes FollowSymLinks
 1456: AllowOverride None
 1457: order allow,deny
 1458: allow from all
 1459: </Directory>
 1460: 
 1461: # If it is in cgi-bin, then it can be executed as a CGI script.
 1462: 
 1463: <Directory /home/httpd/cgi-bin>
 1464: AllowOverride None
 1465: Options ExecCGI FollowSymLinks
 1466: order allow,deny
 1467: allow from all
 1468: </Directory>
 1469: 
 1470: # Allow serving of files in prtspool
 1471: 
 1472: <Directory "/home/httpd/prtspool/">
 1473: Options Includes FollowSymLinks
 1474: AllowOverride None
 1475: order allow,deny
 1476: allow from all
 1477: </Directory>
 1478: 
 1479: # Allow serving of files in zipspool
 1480: 
 1481: <Directory "/home/httpd/zipspool/">
 1482: Options Includes FollowSymLinks
 1483: AllowOverride None
 1484: order allow,deny
 1485: allow from all
 1486: </Directory>
 1487: 
 1488: # Allow serving of files in captchaspool
 1489: 
 1490: <Directory "/home/httpd/captchaspool/">
 1491: Options Includes FollowSymLinks
 1492: AllowOverride None
 1493: order allow,deny
 1494: allow from all
 1495: </Directory>
 1496: 
 1497: # ============================================================= Access Handlers
 1498: 
 1499: # ------------------------------------------------- Allow server-status reports
 1500: <Location /server-status>
 1501: PerlAccessHandler Apache::lonstatusacc
 1502: SetHandler server-status
 1503: </Location>
 1504: 
 1505: # ------------------------ Allow LON-CAPA "low-level" connection status reports
 1506: <LocationMatch "^/+lon-status/.*">
 1507: PerlAccessHandler Apache::lonstatusacc
 1508: ErrorDocument     406 /adm/roles
 1509: ErrorDocument     500 /adm/errorhandler
 1510: </LocationMatch>
 1511: 
 1512: # ------------------- Allow access to local system documentation from localhost
 1513: Alias /doc /usr/doc
 1514: <Directory /usr/doc>
 1515: order deny,allow
 1516: deny from all
 1517: allow from localhost
 1518: Options Indexes FollowSymLinks
 1519: </Directory>
 1520: 
 1521: # ******** THESE "SHOULD" NEVER BE ALTERED BY THE USER ************************
 1522: # ====================================== Internal Settings / Perl Configuration
 1523: 
 1524: PerlSetVar	 lonVersion   '<!-- VERSION -->'
 1525: PerlSetVar       lonIDsDir    /home/httpd/lonIDs
 1526: PerlSetVar       lonDAVsessDir /home/httpd/webdav/sessionIDs
 1527: PerlSetVar       lonTabDir    /home/httpd/lonTabs
 1528: PerlSetVar       lonUsersDir  /home/httpd/lonUsers
 1529: PerlSetVar       lonIconsURL  /adm/lonIcons
 1530: PerlSetVar       londPort     5663
 1531: PerlSetVar       lonSysEMail  korte@lite.msu.edu
 1532: PerlSetVar       lonDaemons   /home/httpd/perl
 1533: PerlSetVar       lonLib       /home/httpd/lib
 1534: PerlSetVar       lonSockDir   /home/httpd/sockets
 1535: PerlSetVar       lonSockCreate   /home/httpd/sockets/common
 1536: PerlSetVar       lonDocRoot   /home/httpd/html
 1537: PerlSetVar       lonPrtDir    /home/httpd/prtspool
 1538: PerlSetVar       lonIncludes  /home/httpd/html/res/adm/includes
 1539: PerlSetVar       lonZipDir    /home/httpd/zipspool
 1540: PerlSetVar       lonCaptchaDir     /home/httpd/captchaspool
 1541: PerlSetVar       lonCaptchaDb     /home/httpd/captchadb 
 1542: PerlSetVar       lonFontsDir     /home/httpd/html/adm/fonts
 1543: # & separated list of : separated fields in order of
 1544: # - internal name to call it, 
 1545: # - regexp that it should match (done case-insensitively)
 1546: # - regexp that is should not match (done case-insensitively)
 1547: # - regexp that will pull out the version number into $1
 1548: # - a number that describes the minimum version that has mathml support
 1549: # - a number that describes the minimum number version that has unicode support
 1550: 
 1551: PerlSetVar       lonBrowsDet  explorer:msie:netscape:msie\s(\d+\.\d+)\;:9999:5&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&chrome:chrome:shouldnotmatch:chrome\/(\d+\.\d+):9999:1
 1552: 
 1553: PerlSetVar       lonTextBrowsers windows\s+ce:lynx
 1554: PerlSetVar       lonScansDir  /home/httpd/scantron
 1555: PerlSetVar       lonScriptTimeout 10
 1556: PerlSetVar	 BugzillaHost	http://bugs.lon-capa.org/
 1557: PerlSetVar	 FAQHost	http://help.lon-capa.org/
 1558: # -----------------------------------------------------------------------------
 1559: # NOTE: lonSqlAccess key is the password for the MySQL user
 1560: # www@localhost.  This value must always be "localhostkey".
 1561: # The only security risk occurs when somebody logs in as 'www' on your system
 1562: # (in which case you have much bigger problems than whether or not they
 1563: # can access the non-authoritative loncapa database on your machine).
 1564: 
 1565: PerlSetVar       lonSqlAccess   localhostkey
 1566: 
 1567: #----------------------------------------------------------------------------
 1568: #
 1569: #   Parameters used by secure lond/lonc
 1570: 
 1571: #
 1572: #   Secure lond/lonc require ssl certificate and private
 1573: #   key files to function correctly.  The certificate
 1574: #   files need not be terribly secure, but the private key files
 1575: #   should be set up so that only www (the lonc/lond effective user)
 1576: #   can read them.
 1577: # 
 1578: #   The definition below is the full path to the directory that
 1579: #   contains the certificate and key files:
 1580: 
 1581: PerlSetVar lonCertificateDirectory /home/httpd/lonCerts
 1582: 
 1583: #
 1584: #  Secure lond/lonc require two certificates and a private host key.
 1585: #  The certificates required are that of the lonCAPA certificate authority
 1586: #  and the certificate that authority issued to this host.
 1587: #  lonnetCertificateAuthority is the name of the file that contains the
 1588: #                            lonCAPA certificate authority's certificate.
 1589: #  lonnetCertificate is the name of the file that contains the certificate
 1590: #                    issued to the host by the certificate authority.
 1591: #  Both of these variables are names of files assumed to be in 
 1592: #  lonCertificateDirectory:
 1593: 
 1594: PerlSetVar lonnetCertificateAuthority loncapaCA.pem
 1595: PerlSetVar lonnetCertificate          lonhostcert.pem
 1596: 
 1597: #
 1598: #  To generate the request for a certificate, and to negotiate the
 1599: #  initial ssl connection, the host requires a private key.  This key
 1600: #  is created at lonCAPA install time.  Did we mention above that it
 1601: #  should be set so that only www can read it?  The variale below
 1602: #  is the name of the file relative to lonnetCertificateDirectory
 1603: #  that has the host's private key.  Did we remember to tell you to
 1604: #  keep the permissions on that file set to rw-------  (0600)?
 1605: #  
 1606: 
 1607: PerlSetVar lonnetPrivateKey         lonKey.pem
 1608: 
 1609: # Did we mention that the file described above must have
 1610: # permissions really locked down so that it can't be stolen?
 1611: 
 1612: #-------------------------------------------------------------------------
 1613: 
 1614: #   Parameters that define where all the ssl stuff is that's needed
 1615: #   to generate certificate requests and, on a system that's a CA
 1616: #   the certificate authority.
 1617: #    
 1618: #    SSLProgram    -> Path to the openssl command
 1619: #    SSLDirectory  -> Directory containing ssl configuration files etc.
 1620: #    SSLCAConfig   -> Name of the SSL config file for the certificate 
 1621: #                     Authority.
 1622: #    SSLCAFile     -> Full path to the Certificate authority file 
 1623: #                    (on the cert manager system).
 1624: #    SSLEmail      -> E-mail address of loncapa certificate manager.
 1625: #    The following are good for the loncapa redhat installs and
 1626: #    the loncapa certificate authority system:
 1627: #
 1628: PerlSetVar SSLProgram	/usr/bin/openssl
 1629: PerlSetVar SSLDirectory /usr/share/ssl
 1630: PerlSetVar SSLCAConfig  loncapaca
 1631: PerlSetVar SSLCAFile    /usr/share/ssl/loncapaca/cacert.pem
 1632: PerlSetVar SSLEmail     certificate@lon-capa.org
 1633: 
 1634: #-------------------------------------------------------------------------
 1635: 
 1636: 
 1637: # ====================================== Include support for SSL rewrites
 1638: 
 1639: Include conf/loncapa_rewrite.conf
 1640: 
 1641: 
 1642: # ====================================== Include machine-specific configuration
 1643: 
 1644: Include conf/loncapa.conf
 1645: 
 1646: # ================================================= Include local configuration
 1647: 
 1648: Include conf/loncapa_apache_local*.conf
 1649: 
 1650: # ================================================== Initiate mod_perl starting
 1651: 
 1652: PerlRequire      conf/startup.pl
 1653: <IfDefine !MODPERL2>
 1654: PerlFreshRestart On
 1655: </IfDefine>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>