Diff for /loncom/Attic/srm.conf between versions 1.2 and 1.4

version 1.2, 2001/01/03 18:25:43 version 1.4, 2001/01/31 18:33:00
Line 289  ErrorDocument     403 /adm/login Line 289  ErrorDocument     403 /adm/login
 ErrorDocument     404 /adm/notfound.html  ErrorDocument     404 /adm/notfound.html
 ErrorDocument     406 /adm/unauthorized.html  ErrorDocument     406 /adm/unauthorized.html
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
   Options Indexes
   AllowOverride None
 </LocationMatch>  </LocationMatch>
   
 # ------------------------------------------------------------------------- RAT  # ------------------------------------------------------------------------- RAT
Line 457  PerlHandler Apache::lonspreadsheet Line 459  PerlHandler Apache::lonspreadsheet
 ErrorDocument     403 /adm/login  ErrorDocument     403 /adm/login
 ErrorDocument     406 /adm/roles  ErrorDocument     406 /adm/roles
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
   </Location>
   
   <Location /adm/chart>
   PerlAccessHandler       Apache::lonacc
   SetHandler perl-script
   PerlHandler Apache::lonchart
   ErrorDocument     403 /adm/login
   ErrorDocument     406 /adm/roles
   ErrorDocument  500 /adm/errorhandler
 </Location>  </Location>
   
 <Location /adm/dropadd>  <Location /adm/dropadd>

Removed from v.1.2  
changed lines
  Added in v.1.4


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