--- loncom/Attic/access.conf 2000/07/11 01:42:33 1.3 +++ loncom/Attic/access.conf 2000/08/30 11:11:26 1.4 @@ -1,7 +1,7 @@ ## modified for LearningOnline Network ## Gerd Kortemeyer ## -## 7/8,7/10,7/14,11/22,01/06,01/20,01/21,5/29,5/31,7/1,7/10 +## 7/8,7/10,7/14,11/22,01/06,01/20,01/21,5/29,5/31,7/1,7/10,8/22,8/29 ## ## access.conf -- Apache HTTP server configuration file ## @@ -153,12 +153,15 @@ PerlSetVar lonBrowsDet netscape:m PerlRequire conf/startup.pl PerlFreshRestart On -# ----------------------------------------------------------------- Directories +# ================================================================= Directories + +# ------------------------------------------------------------- Access Handlers PerlAccessHandler Apache::lonacc PerlHeaderParserHandler Apache::lonrep ErrorDocument 403 /adm/login +ErrorDocument 404 /adm/notfound.html ErrorDocument 406 /adm/roles @@ -173,10 +176,7 @@ ErrorDocument 404 /adm/notfound.html ErrorDocument 406 /adm/unauthorized.html - -SetHandler perl-script -PerlHandler Apache::lonindexer - +# ------------------------------------------------------------------------- RAT SetHandler perl-script @@ -198,11 +198,34 @@ SetHandler perl-script PerlHandler Apache::lonratsrv - +# --------------------------------------------- Resource Space Content Handlers + + +SetHandler perl-script +PerlHandler Apache::lonindexer + + + SetHandler perl-script PerlHandler Apache::lontex + +SetHandler perl-script +PerlHandler Apache::lonpage + + + +SetHandler perl-script +PerlHandler Apache::lonxml + + + +SetHandler perl-script +PerlHandler Apache::lonhomework + +# -------------------------------------------------------------- Admin Programs + PerlAccessHandler Apache::lonacc SetHandler perl-script @@ -226,6 +249,23 @@ SetHandler perl-script PerlHandler Apache::lonauth + +SetHandler perl-script +PerlHandler Apache::admannotations + + + + +# ------------------------------------------------------------------ Test Trash + + +SetHandler perl-script +PerlAccessHandler Apache::lonacc +PerlHandler Apache::lontest + + + +