From: Daniel Gruno Date: Tue, 1 May 2012 15:04:14 +0000 (+0000) Subject: Missing highlighting X-Git-Tag: 2.5.0-alpha~6924 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e94c4c48ef19ae18471fe95034bf6815bfa0c04;p=thirdparty%2Fapache%2Fhttpd.git Missing highlighting git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332685 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/split-logfile.html.en b/docs/manual/programs/split-logfile.html.en index 68dfb7d6e90..f3698f927e6 100644 --- a/docs/manual/programs/split-logfile.html.en +++ b/docs/manual/programs/split-logfile.html.en @@ -38,11 +38,11 @@

Create a log file with virtual host information in it:

-

- LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" - combined_plus_vhost
- CustomLog logs/access_log combined_plus_vhost -

+
+LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" combined_plus_vhost
+CustomLog logs/access_log combined_plus_vhost
+    
+

Log files will be created, in the directory where you run the script, for each virtual host name that appears in the combined log file. diff --git a/docs/manual/programs/split-logfile.xml b/docs/manual/programs/split-logfile.xml index 9a358c69d1c..6cb5b384637 100644 --- a/docs/manual/programs/split-logfile.xml +++ b/docs/manual/programs/split-logfile.xml @@ -37,11 +37,10 @@

Create a log file with virtual host information in it:

- - LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" - combined_plus_vhost
- CustomLog logs/access_log combined_plus_vhost -
+ +LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" combined_plus_vhost +CustomLog logs/access_log combined_plus_vhost +

Log files will be created, in the directory where you run the script, for each virtual host name that appears in the combined log file.