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

version 1.11, 2000/10/20 21:09:02 version 1.12, 2000/11/02 14:16:59
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
 ##  ##
 ## access.conf -- Apache HTTP server configuration file  ## access.conf -- Apache HTTP server configuration file
 ##  ##
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.12


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