You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
1.5 KiB

  1. --- a/docs/conf/httpd.conf.in
  2. +++ b/docs/conf/httpd.conf.in
  3. @@ -51,7 +51,6 @@ Listen @@Port@@
  4. # Example:
  5. # LoadModule foo_module modules/mod_foo.so
  6. #
  7. -@@LoadModule@@
  8. <IfModule !mpm_netware_module>
  9. <IfModule !mpm_winnt_module>
  10. @@ -63,8 +62,8 @@ Listen @@Port@@
  11. # It is usually good practice to create a dedicated user and group for
  12. # running httpd, as with most system services.
  13. #
  14. -User daemon
  15. -Group daemon
  16. +User nobody
  17. +Group nogroup
  18. </IfModule>
  19. </IfModule>
  20. @@ -191,7 +190,7 @@ ErrorLog "@rel_logfiledir@/error_log"
  21. # Possible values include: debug, info, notice, warn, error, crit,
  22. # alert, emerg.
  23. #
  24. -LogLevel warn
  25. +LogLevel debug
  26. <IfModule log_config_module>
  27. #
  28. @@ -336,7 +335,7 @@ DefaultType text/plain
  29. # contents of the file itself to determine its type. The MIMEMagicFile
  30. # directive tells the module where the hint definitions are located.
  31. #
  32. -#MIMEMagicFile @rel_sysconfdir@/magic
  33. +MIMEMagicFile @rel_sysconfdir@/magic
  34. #
  35. # Customizable error responses come in three flavors:
  36. @@ -358,7 +357,7 @@ DefaultType text/plain
  37. # broken on your system.
  38. #
  39. #EnableMMAP off
  40. -#EnableSendfile off
  41. +EnableSendfile off
  42. # Supplemental configuration
  43. #
  44. @@ -404,7 +403,7 @@ DefaultType text/plain
  45. # starting without SSL on platforms with no /dev/random equivalent
  46. # but a statically compiled-in mod_ssl.
  47. #
  48. -<IfModule ssl_module>
  49. -SSLRandomSeed startup builtin
  50. -SSLRandomSeed connect builtin
  51. -</IfModule>
  52. +#<IfModule ssl_module>
  53. +#SSLRandomSeed startup builtin
  54. +#SSLRandomSeed connect builtin
  55. +#</IfModule>