--- loncom/Attic/access.conf 2000/09/23 19:53:03 1.6 +++ loncom/Attic/access.conf 2000/12/06 20:33:52 1.21 @@ -7,6 +7,10 @@ ## ## 9/21,9/23 ## +## Gerd Kortemeyer +## +## 10/3,10/5,10/12,10/16,10/20,11/2,11/6,11/10,11/20,11/23,11/28,12/06 +## ## access.conf -- Apache HTTP server configuration file ## @@ -134,10 +138,14 @@ PerlSetVar lonDefDomain {[[[[lonDe PerlSetVar lonLoadLim {[[[[lonLoadLim]]]]} -# Expiration for local copies in seconds +# Expiration for local copies and tokens in seconds PerlSetVar lonExpire {[[[[lonExpire]]]]} +# Key to issue receipts + +PerlSetVar lonReceipt {[[[[lonReceipt]]]]} + # ----------------------------------------------------------- Internal Settings PerlSetVar lonIDsDir /home/httpd/lonIDs @@ -169,6 +177,15 @@ ErrorDocument 404 /adm/notfound.html ErrorDocument 406 /adm/roles + +PerlAccessHandler Apache::loncacc +SetHandler perl-script +PerlHandler Apache::lonconstruct +ErrorDocument 403 /adm/login +ErrorDocument 404 /adm/notfound.html +ErrorDocument 406 /adm/unauthorized.html + + PerlAccessHandler Apache::lonracc @@ -182,11 +199,6 @@ ErrorDocument 406 /adm/unauthorized. # ------------------------------------------------------------------------- RAT - -SetHandler perl-script -PerlHandler Apache::lonratedt - - SetHandler perl-script PerlHandler Apache::lonratedt @@ -219,15 +231,31 @@ SetHandler perl-script PerlHandler Apache::lonpage - + +SetHandler perl-script +PerlHandler Apache::lonsequence + + + +SetHandler perl-script +PerlHandler Apache::lonmeta + + + SetHandler perl-script PerlHandler Apache::lonxml - + SetHandler perl-script PerlHandler Apache::lonhomework + + +SetHandler perl-script +PerlHandler Apache::lonspreadsheet + + # -------------------------------------------------------------- Admin Programs @@ -246,6 +274,7 @@ PerlHandler Apache::lonlogin PerlAccessHandler Apache::lonacc SetHandler perl-script PerlHandler Apache::lonlogout +ErrorDocument 403 /adm/login @@ -254,7 +283,55 @@ PerlHandler Apache::lonauth +PerlAccessHandler Apache::lonacc SetHandler perl-script PerlHandler Apache::admannotations +ErrorDocument 403 /adm/login + + + +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::admbookmarks +ErrorDocument 403 /adm/login + + + +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::lonpageflip +ErrorDocument 406 /adm/roles +ErrorDocument 403 /adm/login + + + +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::lonambiguous +ErrorDocument 403 /adm/login + + + +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::lonmsg +ErrorDocument 403 /adm/login + + + +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::lonparmset +ErrorDocument 403 /adm/login +ErrorDocument 406 /adm/roles + + + +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::lonpublisher +ErrorDocument 403 /adm/login +ErrorDocument 404 /adm/notfound.html +ErrorDocument 406 /adm/unauthorized.html