Diff for /loncom/Attic/access.conf between versions 1.11 and 1.13

version 1.11, 2000/10/20 21:09:02 version 1.13, 2000/11/06 18:51:26
Line 9 Line 9
 ##  ##
 ## Gerd Kortemeyer  ## Gerd Kortemeyer
 ##  ##
 ## 10/3,10/5,10/12,10/16,10/20  ## 10/3,10/5,10/12,10/16,10/20,11/2,11/6
 ##  ##
 ## access.conf -- Apache HTTP server configuration file  ## access.conf -- Apache HTTP server configuration file
 ##  ##
Line 228  SetHandler perl-script Line 228  SetHandler perl-script
 PerlHandler Apache::lonmeta  PerlHandler Apache::lonmeta
 </LocationMatch>  </LocationMatch>
   
 <LocationMatch "^/res/.*\.xml$">  <LocationMatch "^/res/.*\.(xml|html|htm|xhtml|xhtm)$">
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::lonxml  PerlHandler Apache::lonxml
 </LocationMatch>  </LocationMatch>
Line 271  PerlHandler Apache::admannotations Line 271  PerlHandler Apache::admannotations
 ErrorDocument     403 /adm/login  ErrorDocument     403 /adm/login
 </Location>  </Location>
   
   <Location /adm/bookmarks>
   PerlAccessHandler       Apache::lonacc
   SetHandler perl-script
   PerlHandler Apache::admbookmarks
   ErrorDocument     403 /adm/login
   </Location>
   
 <Location /adm/flip>  <Location /adm/flip>
 PerlAccessHandler       Apache::lonacc  PerlAccessHandler       Apache::lonacc
 SetHandler perl-script  SetHandler perl-script

Removed from v.1.11  
changed lines
  Added in v.1.13


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