Annotation of loncom/loncapa_apache.conf, revision 1.166

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

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