Diff for /loncom/loncapa_apache.conf between versions 1.154.2.1 and 1.157

version 1.154.2.1, 2006/09/06 19:30:02 version 1.157, 2006/09/06 19:26:26
Line 1157  PerlHandler Apache::loncss Line 1157  PerlHandler Apache::loncss
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </LocationMatch>  </LocationMatch>
   
   <LocationMatch "^/adm/coursecatalog">
   SetHandler perl-script
   PerlHandler Apache::coursecatalog
   ErrorDocument  500 /adm/errorhandler
   </LocationMatch>
   
   
 # ------------------------------------------------- Backdoor Adm Tests/Programs  # ------------------------------------------------- Backdoor Adm Tests/Programs
   
 <Location /cgi-bin/loncron.pl>  <Location /cgi-bin/loncron.pl>

Removed from v.1.154.2.1  
changed lines
  Added in v.1.157


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