From: Christophe Jaillet Date: Mon, 6 Oct 2014 18:31:39 +0000 (+0000) Subject: Fix link X-Git-Tag: 2.4.11~261 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1c9a2839608b70b6f13562b73e3eaa5dfdeeca1;p=thirdparty%2Fapache%2Fhttpd.git Fix link git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1629731 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/logs.html.en b/docs/manual/logs.html.en index 1c625503d9f..0c45dcb49fb 100644 --- a/docs/manual/logs.html.en +++ b/docs/manual/logs.html.en @@ -617,7 +617,7 @@ CustomLog logs/access_log comonvhost

The %v is used to log the name of the virtual - host that is serving the request. Then a program like split-logfile can be used to + host that is serving the request. Then a program like split-logfile can be used to post-process the access log in order to split it into one file per virtual host.

top
diff --git a/docs/manual/logs.xml b/docs/manual/logs.xml index 69dda769943..be03279aabd 100644 --- a/docs/manual/logs.xml +++ b/docs/manual/logs.xml @@ -661,7 +661,7 @@ CustomLog logs/access_log comonvhost

The %v is used to log the name of the virtual host that is serving the request. Then a program like split-logfile can be used to + href="programs/split-logfile.html">split-logfile can be used to post-process the access log in order to split it into one file per virtual host.