--- loncom/Attic/srm.conf 2001/01/03 18:25:43 1.2 +++ loncom/Attic/srm.conf 2001/03/03 16:59:15 1.8 @@ -289,6 +289,8 @@ ErrorDocument 403 /adm/login ErrorDocument 404 /adm/notfound.html ErrorDocument 406 /adm/unauthorized.html ErrorDocument 500 /adm/errorhandler +Options Indexes +AllowOverride None </LocationMatch> # ------------------------------------------------------------------------- RAT @@ -308,6 +310,11 @@ SetHandler perl-script PerlHandler Apache::lonratsrv </LocationMatch> +<LocationMatch "^/\~.*\/ratparms$"> +SetHandler perl-script +PerlHandler Apache::lonratparms +</LocationMatch> + # --------------------------------------------- Resource Space Content Handlers <LocationMatch "^/res/.*/$"> @@ -335,7 +342,7 @@ SetHandler perl-script PerlHandler Apache::lonmeta </LocationMatch> -<LocationMatch "^/res/.*\.(xml|html|htm|xhtml|xhtm)$"> +<LocationMatch "^/(res|\~).*\.(xml|html|htm|xhtml|xhtm)$"> SetHandler perl-script PerlHandler Apache::lonxml </LocationMatch> @@ -422,6 +429,33 @@ ErrorDocument 406 /adm/roles ErrorDocument 500 /adm/errorhandler </Location> +<Location /adm/grades> +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::grades +ErrorDocument 403 /adm/login +ErrorDocument 406 /adm/roles +ErrorDocument 500 /adm/errorhandler +</Location> + +<Location /adm/createcourse> +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::loncreatecourse +ErrorDocument 403 /adm/login +ErrorDocument 406 /adm/roles +ErrorDocument 500 /adm/errorhandler +</Location> + +<Location /adm/createuser> +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::loncreateuser +ErrorDocument 403 /adm/login +ErrorDocument 406 /adm/roles +ErrorDocument 500 /adm/errorhandler +</Location> + <Location /adm/publish> PerlAccessHandler Apache::lonacc SetHandler perl-script @@ -457,6 +491,15 @@ PerlHandler Apache::lonspreadsheet ErrorDocument 403 /adm/login ErrorDocument 406 /adm/roles ErrorDocument 500 /adm/errorhandler +</Location> + +<Location /adm/chart> +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::lonchart +ErrorDocument 403 /adm/login +ErrorDocument 406 /adm/roles +ErrorDocument 500 /adm/errorhandler </Location> <Location /adm/dropadd>