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

version 1.10, 2000/10/16 18:13:44 version 1.11, 2000/10/20 21:09:02
Line 9 Line 9
 ##  ##
 ## Gerd Kortemeyer  ## Gerd Kortemeyer
 ##  ##
 ## 10/3,10/5,10/12,10/16  ## 10/3,10/5,10/12,10/16,10/20
 ##  ##
 ## access.conf -- Apache HTTP server configuration file  ## access.conf -- Apache HTTP server configuration file
 ##  ##
Line 223  SetHandler perl-script Line 223  SetHandler perl-script
 PerlHandler Apache::lonsequence  PerlHandler Apache::lonsequence
 </LocationMatch>  </LocationMatch>
   
   <LocationMatch "^/res/.*\.meta$>
   SetHandler perl-script
   PerlHandler Apache::lonmeta
   </LocationMatch>
   
 <LocationMatch "^/res/.*\.xml$">  <LocationMatch "^/res/.*\.xml$">
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::lonxml  PerlHandler Apache::lonxml
Line 281  PerlHandler Apache::lonambiguous Line 286  PerlHandler Apache::lonambiguous
 ErrorDocument     403 /adm/login  ErrorDocument     403 /adm/login
 </Location>  </Location>
   
   <LocationMatch "^/adm/email/">
   PerlAccessHandler       Apache::lonacc
   SetHandler perl-script
   PerlHandler Apache::lonmsg
   ErrorDocument     403 /adm/login
   </LocationMatch>
   

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


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