]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-httpd.conf
Drop MultiViews by default (it's confusing for many people using rewrites with QSA...
[packages/apache.git] / apache-httpd.conf
index a66d651d07181a5e737225f5ca2f7b5c0abded0e..1df51649bebc19d1d94cd64b60fbeded030bdaa7 100644 (file)
@@ -47,7 +47,13 @@ ServerName localhost
 # 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 logs/error_log
-ErrorLogFormat "%v [%t] [%l] [pid %P] [client %a] %M %m"
+
+# 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,
This page took 0.064471 seconds and 4 git commands to generate.