]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-httpd.conf
- rel 3; force new apr-util, too (new symbols)
[packages/apache.git] / apache-httpd.conf
index bbb40504ed51685e5b9df5c097bb71448e64ebc7..31ff912f23c8996ca7896e4d72f99be8b15af186 100644 (file)
@@ -2,16 +2,15 @@
 # It contains the configuration directives that give the server its instructions.
 #
 # This config aims to be clean and readable.
-# See <URL:http://httpd.apache.org/docs/2.2> for detailed information.
+# See <http://httpd.apache.org/docs/2.4> for detailed information.
 # In particular, see
-# <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
+# <http://httpd.apache.org/docs/2.4/mod/directives.html>
 # for a discussion of each configuration directive.
 
 ServerRoot "/etc/httpd"
 
 LoadModule unixd_module modules/mod_unixd.so
 
-
 # User/Group: The name (or #number) of the user/group to run httpd as.
 # It is usually good practice to create a dedicated user and group for
 # running httpd, as with most system services.
@@ -48,6 +47,13 @@ ServerName localhost
 # container, that host's errors will be logged there and not here.
 ErrorLog logs/error_log
 
+# ErrorLogFormat [connection|request] format
+# Format specification for error log entries
+# https://httpd.apache.org/docs/2.4/mod/core.html#errorlogformat
+# There is no default value, Apache uses different built in function if
+# ErrorLogFormat is not defined.
+#ErrorLogFormat "[%{u}t] [%m:%l] [pid\ %P] [client\ %a] [vhost\ %v] %M"
+
 # LogLevel: Control the number of messages logged to the error_log.
 # Possible values include: debug, info, notice, warn, error, crit,
 # alert, emerg.
This page took 0.040902 seconds and 4 git commands to generate.