From 70e93c462cc5b8dee277df224263b739e575494d Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Tue, 9 Oct 2012 11:53:48 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_rewrite.html.en | 8 ++++---- docs/manual/mod/mod_rewrite.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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"
-- 2.47.2