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.

13 lines
288 B

  1. --- a/docs/conf/httpd.conf.in
  2. +++ b/docs/conf/httpd.conf.in
  3. @@ -74,8 +74,8 @@ Listen @@Port@@
  4. # It is usually good practice to create a dedicated user and group for
  5. # running httpd, as with most system services.
  6. #
  7. -User daemon
  8. -Group daemon
  9. +User apache
  10. +Group apache
  11. </IfModule>