mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
65 lines
1.8 KiB
Text
65 lines
1.8 KiB
Text
--- docs/conf/httpd-std.conf.in.orig Thu Apr 4 18:15:43 2002
|
|
+++ docs/conf/httpd-std.conf.in Sun Apr 7 11:51:13 2002
|
|
@@ -68,7 +68,7 @@
|
|
#
|
|
<IfModule !mpm_netware.c>
|
|
<IfModule !perchild.c>
|
|
-#ScoreBoardFile @rel_logfiledir@/apache_runtime_status
|
|
+#ScoreBoardFile @rel_runtimedir@/apache_runtime_status
|
|
</IfModule>
|
|
</IfModule>
|
|
|
|
@@ -78,7 +78,7 @@
|
|
# identification number when it starts.
|
|
#
|
|
<IfModule !mpm_netware.c>
|
|
-PidFile @rel_logfiledir@/httpd.pid
|
|
+PidFile @rel_runtimedir@/httpd.pid
|
|
</IfModule>
|
|
|
|
#
|
|
@@ -250,8 +250,8 @@
|
|
# when the value of (unsigned)Group is above 60000;
|
|
# don't use Group #-1 on these systems!
|
|
#
|
|
-User nobody
|
|
-Group #-1
|
|
+User www
|
|
+Group www
|
|
</IfModule>
|
|
</IfModule>
|
|
|
|
@@ -437,7 +437,7 @@
|
|
# logged here. If you *do* define an error logfile for a <VirtualHost>
|
|
# container, that host's errors will be logged there and not here.
|
|
#
|
|
-ErrorLog @rel_logfiledir@/error_log
|
|
+ErrorLog @rel_logfiledir@/httpd-error.log
|
|
|
|
#
|
|
# LogLevel: Control the number of messages logged to the error_log.
|
|
@@ -462,20 +462,20 @@
|
|
# define per-<VirtualHost> access logfiles, transactions will be
|
|
# logged therein and *not* in this file.
|
|
#
|
|
-CustomLog @rel_logfiledir@/access_log common
|
|
+#CustomLog @rel_logfiledir@/httpd-access.log common
|
|
|
|
#
|
|
# If you would like to have agent and referer logfiles, uncomment the
|
|
# following directives.
|
|
#
|
|
-#CustomLog @rel_logfiledir@/referer_log referer
|
|
-#CustomLog @rel_logfiledir@/agent_log agent
|
|
+#CustomLog @rel_logfiledir@/httpd-referer.log referer
|
|
+#CustomLog @rel_logfiledir@/httpd-agent.log agent
|
|
|
|
#
|
|
# If you prefer a single logfile with access, agent, and referer information
|
|
# (Combined Logfile Format) you can use the following directive.
|
|
#
|
|
-#CustomLog @rel_logfiledir@/access_log combined
|
|
+CustomLog @rel_logfiledir@/httpd-access.log combined
|
|
|
|
#
|
|
# Optionally add a line containing the server version and virtual host
|