mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
71 lines
2.5 KiB
Plaintext
71 lines
2.5 KiB
Plaintext
*** conf/httpd.conf-dist.orig Wed Apr 1 17:16:39 1998
|
|
--- conf/httpd.conf-dist Tue Apr 21 23:43:19 1998
|
|
***************
|
|
*** 42,48 ****
|
|
# suggested workaround is to create a user www and use that user.
|
|
|
|
User nobody
|
|
! Group #-1
|
|
|
|
# ServerAdmin: Your address, where problems with the server should be
|
|
# e-mailed.
|
|
--- 42,48 ----
|
|
# suggested workaround is to create a user www and use that user.
|
|
|
|
User nobody
|
|
! Group nogroup
|
|
|
|
# ServerAdmin: Your address, where problems with the server should be
|
|
# e-mailed.
|
|
***************
|
|
*** 86,92 ****
|
|
# The location of the access logfile (Common Logfile Format).
|
|
# If this does not start with /, ServerRoot is prepended to it.
|
|
|
|
! CustomLog logs/access_log common
|
|
|
|
# If you would like to have an agent and referer logfile uncomment the
|
|
# following directives.
|
|
--- 86,92 ----
|
|
# The location of the access logfile (Common Logfile Format).
|
|
# If this does not start with /, ServerRoot is prepended to it.
|
|
|
|
! #CustomLog logs/access_log common
|
|
|
|
# If you would like to have an agent and referer logfile uncomment the
|
|
# following directives.
|
|
***************
|
|
*** 97,103 ****
|
|
# If you prefer a single logfile with access, agent and referer information
|
|
# (Combined Logfile Format) you can use the following directive.
|
|
|
|
! #CustomLog logs/access_log combined
|
|
|
|
# PidFile: The file the server should log its pid to
|
|
PidFile logs/httpd.pid
|
|
--- 97,103 ----
|
|
# If you prefer a single logfile with access, agent and referer information
|
|
# (Combined Logfile Format) you can use the following directive.
|
|
|
|
! CustomLog logs/access_log combined
|
|
|
|
# PidFile: The file the server should log its pid to
|
|
PidFile logs/httpd.pid
|
|
***************
|
|
*** 106,112 ****
|
|
# Not all architectures require this. But if yours does (you'll know because
|
|
# this file is created when you run Apache) then you *must* ensure that
|
|
# no two invocations of Apache share the same scoreboard file.
|
|
! ScoreBoardFile logs/apache_runtime_status
|
|
|
|
# The LockFile directive sets the path to the lockfile used when Apache
|
|
# is compiled with either USE_FCNTL_SERIALIZED_ACCEPT or
|
|
--- 106,112 ----
|
|
# Not all architectures require this. But if yours does (you'll know because
|
|
# this file is created when you run Apache) then you *must* ensure that
|
|
# no two invocations of Apache share the same scoreboard file.
|
|
! #ScoreBoardFile logs/apache_runtime_status
|
|
|
|
# The LockFile directive sets the path to the lockfile used when Apache
|
|
# is compiled with either USE_FCNTL_SERIALIZED_ACCEPT or
|