Diff for /loncom/loncapa_apache.conf between versions 1.172 and 1.175

version 1.172, 2008/03/07 19:43:28 version 1.175, 2008/05/13 15:06:14
Line 463  PerlAuthzHandler       Apache::lonacc Line 463  PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::lonroles  PerlHandler Apache::lonroles
 ErrorDocument     403 /adm/login  ErrorDocument     403 /adm/login
   ErrorDocument     409 /adm/preferences?action=lockwarning
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </Location>  </Location>
   
Line 548  PerlAuthzHandler       Apache::lonacc Line 549  PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::lonlogout  PerlHandler Apache::lonlogout
 ErrorDocument     403 /adm/login  ErrorDocument     403 /adm/login
   ErrorDocument     409 /adm/preferences?action=lockwarning
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </Location>  </Location>
   
Line 1205  PerlHandler Apache::resetpw Line 1207  PerlHandler Apache::resetpw
 ErrorDocument     500 /adm/errorhandler  ErrorDocument     500 /adm/errorhandler
 </LocationMatch>  </LocationMatch>
   
   <LocationMatch "^/adm/selfenroll">
   SetHandler perl-script
   PerlHandler Apache::selfenroll
   ErrorDocument     500 /adm/errorhandler
   </LocationMatch>
   
 <LocationMatch "^/adm/createaccount">  <LocationMatch "^/adm/createaccount">
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::createaccount  PerlHandler Apache::createaccount

Removed from v.1.172  
changed lines
  Added in v.1.175


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