Diff for /loncom/loncapa_apache.conf between versions 1.3 and 1.7

version 1.3, 2002/05/21 20:11:38 version 1.7, 2002/07/05 16:12:31
Line 37  ExtendedStatus On Line 37  ExtendedStatus On
 # ===================================================================== Aliases  # ===================================================================== Aliases
   
 Alias /prtspool/ /home/httpd/prtspool/  Alias /prtspool/ /home/httpd/prtspool/
 ScriptAlias /cgi-bin/ "/home/httpd/cgi-bin/"  
   
 # ================================================================= Directories  # ================================================================= Directories
   
Line 451  SetHandler perl-script Line 450  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.3  
changed lines
  Added in v.1.7


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