Diff for /loncom/Attic/httpd.conf between versions 1.3 and 1.4

version 1.3, 2002/01/11 16:43:53 version 1.4, 2002/02/28 18:10:37
Line 40  HostnameLookups off Line 40  HostnameLookups off
 #  when the value of (unsigned)Group is above 60000;   #  when the value of (unsigned)Group is above 60000; 
 #  don't use Group nobody on these systems!  #  don't use Group nobody on these systems!
   
 User www  User nobody
 Group users  Group nobody
   
 # ServerAdmin: Your address, where problems with the server should be  # ServerAdmin: Your address, where problems with the server should be
 # e-mailed.  # e-mailed.
   
 ServerAdmin korte@lite.msu.edu  ServerAdmin root@localhost
   
 # ServerRoot: The directory the server's config, error, and log files  # ServerRoot: The directory the server's config, error, and log files
 # are kept in.  # are kept in.
Line 128  LoadModule setenvif_module    modules/mo Line 128  LoadModule setenvif_module    modules/mo
 # Extra Modules  # Extra Modules
 #LoadModule php_module         modules/mod_php.so  #LoadModule php_module         modules/mod_php.so
 #LoadModule php3_module        modules/libphp3.so  #LoadModule php3_module        modules/libphp3.so
 LoadModule perl_module        modules/libperl.so  #LoadModule perl_module        modules/libperl.so
   
 #  Reconstruction of the complete module list from all available modules  #  Reconstruction of the complete module list from all available modules
 #  (static and shared ones) to achieve correct module execution order.  #  (static and shared ones) to achieve correct module execution order.
Line 174  AddModule mod_setenvif.c Line 174  AddModule mod_setenvif.c
 # Extra Modules  # Extra Modules
 #AddModule mod_php.c  #AddModule mod_php.c
 #AddModule mod_php3.c  #AddModule mod_php3.c
 AddModule mod_perl.c  #AddModule mod_perl.c
   
   
 # The following directives define some format nicknames for use with  # The following directives define some format nicknames for use with
Line 337  MaxRequestsPerChild 100 Line 337  MaxRequestsPerChild 100
 #TransferLog logs/host.some_domain.com-access_log  #TransferLog logs/host.some_domain.com-access_log
 #</VirtualHost>  #</VirtualHost>
   
 ExtendedStatus On  #ExtendedStatus On
   
 Include conf/loncapa.conf  Include conf/loncapa.conf

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


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