Diff for /loncom/Attic/access.conf between versions 1.22 and 1.23

version 1.22, 2000/12/19 15:44:59 version 1.23, 2000/12/26 16:29:26
Line 9 Line 9
 ##  ##
 ## Gerd Kortemeyer  ## Gerd Kortemeyer
 ##  ##
 ## 10/3,10/5,10/12,10/16,10/20,11/2,11/6,11/10,11/20,11/23,11/28,12/06,12/19  ## 10/3,10/5,10/12,10/16,10/20,11/2,11/6,11/10,11/20,11/23,11/28,12/06,12/19,
   ## 12/26
 ##  ##
 ## access.conf -- Apache HTTP server configuration file  ## access.conf -- Apache HTTP server configuration file
 ##  ##
Line 353  PerlHandler Apache::lonspreadsheet Line 354  PerlHandler Apache::lonspreadsheet
 ErrorDocument     403 /adm/login  ErrorDocument     403 /adm/login
 ErrorDocument     406 /adm/roles  ErrorDocument     406 /adm/roles
 </Location>  </Location>
   
   <Location /adm/dropadd>
   PerlAccessHandler       Apache::lonacc
   SetHandler perl-script
   PerlHandler Apache::londropadd
   ErrorDocument     403 /adm/login
   ErrorDocument     406 /adm/roles
   </Location>

Removed from v.1.22  
changed lines
  Added in v.1.23


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