--- loncom/Attic/access.conf 2000/10/05 21:36:02 1.8 +++ loncom/Attic/access.conf 2000/10/20 21:09:02 1.11 @@ -9,7 +9,7 @@ ## ## Gerd Kortemeyer ## -## 10/3,10/5 +## 10/3,10/5,10/12,10/16,10/20 ## ## access.conf -- Apache HTTP server configuration file ## @@ -218,6 +218,16 @@ SetHandler perl-script PerlHandler Apache::lonpage </LocationMatch> +<LocationMatch "^/res/.*\.sequence$> +SetHandler perl-script +PerlHandler Apache::lonsequence +</LocationMatch> + +<LocationMatch "^/res/.*\.meta$> +SetHandler perl-script +PerlHandler Apache::lonmeta +</LocationMatch> + <LocationMatch "^/res/.*\.xml$"> SetHandler perl-script PerlHandler Apache::lonxml @@ -269,3 +279,17 @@ ErrorDocument 406 /adm/roles ErrorDocument 403 /adm/login </Location> +<Location /adm/ambiguous> +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::lonambiguous +ErrorDocument 403 /adm/login +</Location> + +<LocationMatch "^/adm/email/"> +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::lonmsg +ErrorDocument 403 /adm/login +</LocationMatch> +