Diff for /loncom/Attic/srm.conf between versions 1.21 and 1.24

version 1.21, 2001/07/05 13:30:53 version 1.24, 2001/09/06 19:28:06
Line 349  SetHandler perl-script Line 349  SetHandler perl-script
 PerlHandler Apache::lonxml  PerlHandler Apache::lonxml
 </LocationMatch>  </LocationMatch>
   
 <LocationMatch "^/(res|\~).*\.(problem|exam|quiz|assess|survey|form)$">  <LocationMatch "^/(res|\~).*\.(problem|exam|quiz|assess|survey|form|library)$">
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::lonhomework  PerlHandler Apache::lonhomework
 </LocationMatch>  </LocationMatch>
Line 655  ErrorDocument     406 /adm/roles Line 655  ErrorDocument     406 /adm/roles
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </Location>  </Location>
   
   <Location /adm/groupsort>
   PerlAccessHandler Apache::lonacc
   SetHandler perl-script
   PerlHandler Apache::groupsort
   ErrorDocument     403 /adm/login
   ErrorDocument  500 /adm/errorhandler
   </Location>
   
 <Location /adm/errorhandler>  <Location /adm/errorhandler>
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::lonerrorhandler  PerlHandler Apache::lonerrorhandler
 </Location>  </Location>
   
 # --------------------------------------------------------------- Backdoor Test  # ------------------------------------------------- Backdoor Adm Tests/Programs
   
   <Location /cgi-bin/loncron.pl>
   AuthName "LON Test Handler"
   AuthType Basic
   AuthUserFile /home/httpd/lonTabs/htpasswd
   require user lonadm
   </Location>
   
 <Location /adm/test>  <Location /adm/test>
 AuthName "LON Test Handler"  AuthName "LON Test Handler"

Removed from v.1.21  
changed lines
  Added in v.1.24


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