]> granicus.if.org Git - apache/commitdiff
Missing highlighting
authorDaniel Gruno <humbedooh@apache.org>
Tue, 1 May 2012 15:04:14 +0000 (15:04 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Tue, 1 May 2012 15:04:14 +0000 (15:04 +0000)
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
docs/manual/programs/split-logfile.xml

index 68dfb7d6e908090eebb612dda5fd6b3de8ba682b..f3698f927e6eb474d3c89826cb6cfaf188f01b36 100644 (file)
 
     <p>Create a log file with virtual host information in it:</p>
 
-    <div class="example"><p><code>
-        LogFormat "%v %h %l %u %t \"%r\" %&gt;s %b \"%{Referer}i\" \"%{User-agent}i\""
-             combined_plus_vhost<br />
-        CustomLog logs/access_log combined_plus_vhost
-    </code></p></div>
+    <pre class="prettyprint lang-config">
+LogFormat "%v %h %l %u %t \"%r\" %&gt;s %b \"%{Referer}i\" \"%{User-agent}i\"" combined_plus_vhost
+CustomLog logs/access_log combined_plus_vhost
+    </pre>
+
 
     <p>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.
index 9a358c69d1c5a4b38ca379396fe2fb5a84a8f31b..6cb5b3846374321655807225a2d640b4ee28596c 100644 (file)
 
     <p>Create a log file with virtual host information in it:</p>
 
-    <example>
-        LogFormat "%v %h %l %u %t \"%r\" %&gt;s %b \"%{Referer}i\" \"%{User-agent}i\""
-             combined_plus_vhost<br />
-        CustomLog logs/access_log combined_plus_vhost
-    </example>
+    <highlight language="config">
+LogFormat "%v %h %l %u %t \"%r\" %&gt;s %b \"%{Referer}i\" \"%{User-agent}i\"" combined_plus_vhost
+CustomLog logs/access_log combined_plus_vhost
+    </highlight>
 
     <p>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.