Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0FD22C6A0 for ; Tue, 1 May 2012 15:04:39 +0000 (UTC) Received: (qmail 97853 invoked by uid 500); 1 May 2012 15:04:39 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 97720 invoked by uid 500); 1 May 2012 15:04:38 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 97713 invoked by uid 99); 1 May 2012 15:04:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 May 2012 15:04:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 May 2012 15:04:36 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 799B923889B3; Tue, 1 May 2012 15:04:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1332685 - in /httpd/httpd/trunk/docs/manual/programs: split-logfile.html.en split-logfile.xml Date: Tue, 01 May 2012 15:04:15 -0000 To: cvs@httpd.apache.org From: humbedooh@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120501150415.799B923889B3@eris.apache.org> Author: humbedooh Date: Tue May 1 15:04:14 2012 New Revision: 1332685 URL: http://svn.apache.org/viewvc?rev=1332685&view=rev Log: Missing highlighting Modified: httpd/httpd/trunk/docs/manual/programs/split-logfile.html.en httpd/httpd/trunk/docs/manual/programs/split-logfile.xml Modified: httpd/httpd/trunk/docs/manual/programs/split-logfile.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/split-logfile.html.en?rev=1332685&r1=1332684&r2=1332685&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/programs/split-logfile.html.en (original) +++ httpd/httpd/trunk/docs/manual/programs/split-logfile.html.en Tue May 1 15:04:14 2012 @@ -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. Modified: httpd/httpd/trunk/docs/manual/programs/split-logfile.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/split-logfile.xml?rev=1332685&r1=1332684&r2=1332685&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/programs/split-logfile.xml (original) +++ httpd/httpd/trunk/docs/manual/programs/split-logfile.xml Tue May 1 15:04:14 2012 @@ -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.