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

version 1.9, 2000/10/12 18:48:02 version 1.10, 2000/10/16 18:13:44
Line 9 Line 9
 ##  ##
 ## Gerd Kortemeyer  ## Gerd Kortemeyer
 ##  ##
 ## 10/3,10/5,10/12  ## 10/3,10/5,10/12,10/16
 ##  ##
 ## access.conf -- Apache HTTP server configuration file  ## access.conf -- Apache HTTP server configuration file
 ##  ##
Line 218  SetHandler perl-script Line 218  SetHandler perl-script
 PerlHandler Apache::lonpage  PerlHandler Apache::lonpage
 </LocationMatch>  </LocationMatch>
   
   <LocationMatch "^/res/.*\.sequence$>
   SetHandler perl-script
   PerlHandler Apache::lonsequence
   </LocationMatch>
   
 <LocationMatch "^/res/.*\.xml$">  <LocationMatch "^/res/.*\.xml$">
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::lonxml  PerlHandler Apache::lonxml

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


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