1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/www/apache13-modssl/files/patch-ac
Ralf S. Engelschall a116af42b2 Import of a new SSL-aware Apache 1.3, achieved by patching up
the original Apache 1.3.1 with mod_ssl 2.0.5 (the Apache
Interface to SSLeay).
1998-08-27 16:00:05 +00:00

54 lines
1.6 KiB
Plaintext

*** conf/httpd.conf-dist.orig Thu May 7 01:12:39 1998
--- conf/httpd.conf-dist Fri Jun 5 19:34:17 1998
***************
*** 50,56 ****
# don't use Group #-1 on these systems!
User nobody
! Group #-1
# ServerAdmin: Your address, where problems with the server should be
# e-mailed.
--- 50,56 ----
# don't use Group #-1 on these systems!
User nobody
! Group nogroup
# ServerAdmin: Your address, where problems with the server should be
# e-mailed.
***************
*** 94,100 ****
# 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.
--- 94,100 ----
# 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.
***************
*** 105,111 ****
# 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
--- 105,111 ----
# 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