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