Diff for /loncom/loncapa_apache.conf between versions 1.145 and 1.152

version 1.145, 2006/07/06 21:20:22 version 1.152, 2006/07/21 18:52:26
Line 120  ErrorDocument   500 /adm/errorhandler Line 120  ErrorDocument   500 /adm/errorhandler
 </LocationMatch>  </LocationMatch>
   
 <LocationMatch "^/+uploaded/.*/.*/internal/.*">  <LocationMatch "^/+uploaded/.*/.*/internal/.*">
 PerlAuthzHandler Apache::lonuploadedacc  PerlAuthenHandler Apache::lonuploadedacc
   PerlAuthzHandler Apache::lonuploadedacc::skip_phase
   PerlAccessHandler Apache::lonuploadedacc::skip_phase
 </LocationMatch>  </LocationMatch>
   
 <LocationMatch "^/+uploaded/.*/.*/portfolio/.*">  <LocationMatch "^/+uploaded/.*/.*/portfolio/.*">
Line 191  ErrorDocument     406 /adm/notinit.html Line 193  ErrorDocument     406 /adm/notinit.html
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </LocationMatch>  </LocationMatch>
   
 <LocationMatch "^/adm/.*/grppg$">  
 AuthType LONCAPA  
 Require valid-user  
 PerlAuthzHandler       Apache::lonacc  
 SetHandler              perl-script  
 PerlHandler             Apache::lonsimplepage  
 ErrorDocument     404 /adm/notfound.html  
 ErrorDocument     406 /adm/notinit.html  
 ErrorDocument     500 /adm/errorhandler  
 </LocationMatch>  
   
 <LocationMatch "^/adm/.*/bulletinboard$">  <LocationMatch "^/adm/.*/bulletinboard$">
 AuthType LONCAPA  AuthType LONCAPA
 Require valid-user  Require valid-user
Line 254  ErrorDocument   500 /adm/errorhandler Line 245  ErrorDocument   500 /adm/errorhandler
 <LocationMatch "^/adm/helper/.*\.helper$">  <LocationMatch "^/adm/helper/.*\.helper$">
 AuthType LONCAPA  AuthType LONCAPA
 Require valid-user  Require valid-user
 PerlAccessHandler Apache::publiccheck  
 PerlAuthzHandler  Apache::lonacc  PerlAuthzHandler  Apache::lonacc
 SetHandler        perl-script  SetHandler        perl-script
 PerlHandler       Apache::lonhelper  PerlHandler       Apache::lonhelper
Line 504  SetHandler perl-script Line 494  SetHandler perl-script
 PerlHandler Apache::lonlogin  PerlHandler Apache::lonlogin
 </Location>  </Location>
   
   <Location /adm/restrictedaccess>
   PerlAccessHandler      Apache::publiccheck
   AuthType LONCAPA
   Require valid-user
   SetHandler perl-script
   PerlAuthzHandler       Apache::lonacc
   PerlHandler Apache::restrictedaccess
   </Location>
   
 <Location /adm/logout>  <Location /adm/logout>
 AuthType LONCAPA  AuthType LONCAPA
 Require valid-user  Require valid-user
Line 1106  PerlHandler Apache::lonerrorhandler Line 1105  PerlHandler Apache::lonerrorhandler
 <LocationMatch "^/adm/help/.*\.hlp$">  <LocationMatch "^/adm/help/.*\.hlp$">
 AuthType LONCAPA  AuthType LONCAPA
 Require valid-user  Require valid-user
   PerlAccessHandler      Apache::publiccheck
 PerlAuthzHandler Apache::lonacc  PerlAuthzHandler Apache::lonacc
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::lonhelp  PerlHandler Apache::lonhelp

Removed from v.1.145  
changed lines
  Added in v.1.152


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