Diff for /loncom/loncapa_apache.conf between versions 1.6 and 1.8

version 1.6, 2002/06/24 14:36:26 version 1.8, 2002/07/05 18:41:26
Line 451  SetHandler perl-script Line 451  SetHandler perl-script
 PerlHandler Apache::lonerrorhandler  PerlHandler Apache::lonerrorhandler
 </Location>  </Location>
   
   <LocationMatch "^/adm/help/.*\.hlp$">
   SetHandler perl-script
   PerlHandler Apache::lonhelp
   </LocationMatch>
   
 # ------------------------------------------------- Backdoor Adm Tests/Programs  # ------------------------------------------------- Backdoor Adm Tests/Programs
   
 <Location /cgi-bin/loncron.pl>  <Location /cgi-bin/loncron.pl>

Removed from v.1.6  
changed lines
  Added in v.1.8


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