From 4e94c4c48ef19ae18471fe95034bf6815bfa0c04 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Tue, 1 May 2012 15:04:14 +0000 Subject: [PATCH] Missing highlighting git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332685 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/programs/split-logfile.html.en | 10 +++++----- docs/manual/programs/split-logfile.xml | 9 ++++----- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/manual/programs/split-logfile.html.en b/docs/manual/programs/split-logfile.html.en index 68dfb7d6e9..f3698f927e 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 9a358c69d1..6cb5b38463 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. -- 2.49.0