Diff for /loncom/loncapa_apache.conf between versions 1.46 and 1.47

version 1.46, 2003/04/18 20:44:07 version 1.47, 2003/04/29 22:00:31
Line 18  Group www Line 18  Group www
   
 # ======================================================= Shared Object Modules  # ======================================================= Shared Object Modules
   
 LoadModule perl_module       modules/libperl.so  LoadModule perl_module       modules/mod_perl.so
   <IfDefine !MODPERL2>
 AddModule mod_perl.c  AddModule mod_perl.c
   </IfDefine>
   
 # =============================================================== Miscellaneous  # =============================================================== Miscellaneous
   
Line 781  Include conf/loncapa.conf Line 783  Include conf/loncapa.conf
 # ================================================== Initiate mod_perl starting  # ================================================== Initiate mod_perl starting
   
 PerlRequire      conf/startup.pl  PerlRequire      conf/startup.pl
   <IfDefine !MODPERL2>
 PerlFreshRestart On  PerlFreshRestart On
   </IfDefine>

Removed from v.1.46  
changed lines
  Added in v.1.47


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