From: Daniel Gruno Date: Tue, 9 Oct 2012 11:53:48 +0000 (+0000) Subject: This is 2.2 docs, so let's actually put some line breaks into the RewriteLog example ;( X-Git-Tag: 2.2.24~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70e93c462cc5b8dee277df224263b739e575494d;p=thirdparty%2Fapache%2Fhttpd.git This is 2.2 docs, so let's actually put some line breaks into the RewriteLog example ;( git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1395981 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 1c26a026078..c9a3e5229b2 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -734,10 +734,10 @@ the user that starts the server.

Example

-# Log to a file: -RewriteLog "/usr/local/var/apache/logs/rewrite.log" - -# Log to a pipe: +# Log to a file:
+RewriteLog "/usr/local/var/apache/logs/rewrite.log"
+
+# Log to a pipe:
RewriteLog "|/path/to/parser.pl"

diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 4e45681a092..cf98d72a247 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -278,10 +278,10 @@ the user that starts the server. Example -# Log to a file: -RewriteLog "/usr/local/var/apache/logs/rewrite.log" - -# Log to a pipe: +# Log to a file:
+RewriteLog "/usr/local/var/apache/logs/rewrite.log"
+
+# Log to a pipe:
RewriteLog "|/path/to/parser.pl"