From: Rich Bowen Date: Wed, 29 Apr 2026 14:32:41 +0000 (+0000) Subject: logs: Fix vhost common log format string — add missing %h and %p, fix typo in nicknam... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee234760b04f4f17b7dd4d85807c36c294efbac3;p=thirdparty%2Fapache%2Fhttpd.git logs: Fix vhost common log format string — add missing %h and %p, fix typo in nickname (Bug 66332) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933492 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/logs.xml b/docs/manual/logs.xml index 8f7f0bd416..fe462da531 100644 --- a/docs/manual/logs.xml +++ b/docs/manual/logs.xml @@ -665,8 +665,8 @@ CustomLog "|$/usr/local/apache/bin/rotatelogs /var/log/access_log 86400" commo consider the following directives.

-LogFormat "%v %l %u %t \"%r\" %>s %b" comonvhost -CustomLog "logs/access_log" comonvhost +LogFormat "%v %p %h %l %u %t \"%r\" %>s %b" commonvhost +CustomLog "logs/access_log" commonvhost

The %v is used to log the name of the virtual