Diff for /loncom/Attic/srm.conf between versions 1.22 and 1.25

version 1.22, 2001/07/18 20:08:34 version 1.25, 2001/09/25 17:23:02
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 /cgi-bin/metadata_keywords.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.22  
changed lines
  Added in v.1.25


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