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

version 1.4, 2002/05/23 18:57:16 version 1.6, 2002/06/24 14:36:26
Line 122  SetHandler perl-script Line 122  SetHandler perl-script
 PerlHandler Apache::lonsequence  PerlHandler Apache::lonsequence
 </LocationMatch>  </LocationMatch>
   
 <LocationMatch "^/res/.*\.meta$>  <LocationMatch "^/(res|\~).*\.meta$>
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::lonmeta  PerlHandler Apache::lonmeta
 </LocationMatch>  </LocationMatch>
Line 578  PerlSetVar       lonSqlAccess   localhos Line 578  PerlSetVar       lonSqlAccess   localhos
 # -----------------------------------------------------------------------------  # -----------------------------------------------------------------------------
   
   
 # ================================================== Initiate mod_perl starting  # ====================================== Include machine-specific configuration
   
 Include conf/loncapa.conf  Include conf/loncapa.conf
   

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


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