Diff for /loncom/loncapa_apache.conf between versions 1.170.2.1 and 1.173

version 1.170.2.1, 2008/03/24 00:52:46 version 1.173, 2008/05/01 14:20:50
Line 383  PerlHandler Apache::lonhomework Line 383  PerlHandler Apache::lonhomework
 AuthType LONCAPA  AuthType LONCAPA
 Require valid-user  Require valid-user
 PerlAuthzHandler       Apache::lonacc  PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script  
 PerlHandler Apache::londatecheck  PerlHandler Apache::londatecheck
   SetHandler perl-script
 PerlHandler Apache::lonwrapper  PerlHandler Apache::lonwrapper
 ErrorDocument     403 /adm/login  ErrorDocument     403 /adm/login
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
Line 1205  PerlHandler Apache::resetpw Line 1205  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">
   SetHandler perl-script
   PerlHandler Apache::createaccount
   ErrorDocument     500 /adm/errorhandler
   </LocationMatch>
   
 <LocationMatch "^/adm/dns">  <LocationMatch "^/adm/dns">
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::londns  PerlHandler Apache::londns

Removed from v.1.170.2.1  
changed lines
  Added in v.1.173


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