--- a/docs/conf/httpd.conf.in +++ b/docs/conf/httpd.conf.in @@ -52,7 +52,6 @@ Listen @@Port@@ # Example: # LoadModule foo_module modules/mod_foo.so # -@@LoadModule@@ @@ -64,8 +63,8 @@ Listen @@Port@@ # It is usually good practice to create a dedicated user and group for # running httpd, as with most system services. # -User daemon -Group daemon +User nobody +Group nogroup @@ -192,7 +191,7 @@ ErrorLog "@rel_logfiledir@/error_log" # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. # -LogLevel warn +LogLevel debug # @@ -337,7 +336,7 @@ DefaultType text/plain # contents of the file itself to determine its type. The MIMEMagicFile # directive tells the module where the hint definitions are located. # -#MIMEMagicFile @rel_sysconfdir@/magic +MIMEMagicFile @rel_sysconfdir@/magic # # Customizable error responses come in three flavors: @@ -366,7 +365,7 @@ DefaultType text/plain # broken on your system. # #EnableMMAP off -#EnableSendfile off +EnableSendfile off # Supplemental configuration # @@ -412,7 +411,7 @@ DefaultType text/plain # starting without SSL on platforms with no /dev/random equivalent # but a statically compiled-in mod_ssl. # - -SSLRandomSeed startup builtin -SSLRandomSeed connect builtin - +# +#SSLRandomSeed startup builtin +#SSLRandomSeed connect builtin +#