Diff for /loncom/loncapa_apache.conf between versions 1.215.2.5 and 1.215.2.7

version 1.215.2.5, 2013/01/28 15:46:11 version 1.215.2.7, 2013/02/08 16:54:51
Line 1 Line 1
 ##  ##
 ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file  ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
 ##  ##
 ## $Id$  
 ##  # $Id$
   
 #  #
 # LON-CAPA Section (extensions to httpd.conf daemon configuration)  # LON-CAPA Section (extensions to httpd.conf daemon configuration)
Line 18  Group www Line 18  Group www
   
 # ======================================================= Shared Object Modules  # ======================================================= Shared Object Modules
   
 LoadModule perl_module       modules/libperl.so  <IfModule !perl_module>
       LoadModule perl_module       modules/libperl.so
   </IfModule>
 <IfDefine !MODPERL2>  <IfDefine !MODPERL2>
 AddModule mod_perl.c  AddModule mod_perl.c
 </IfDefine>  </IfDefine>

Removed from v.1.215.2.5  
changed lines
  Added in v.1.215.2.7


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