Commit 6aa630cb authored by Daniel Gruno's avatar Daniel Gruno
Browse files

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
parent 2cf5a637
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -734,10 +734,10 @@ the user that starts the server.
</div>

<div class="example"><h3>Example</h3><p><code>
# Log to a file:
RewriteLog "/usr/local/var/apache/logs/rewrite.log"

# Log to a pipe:
# Log to a file:<br />
RewriteLog "/usr/local/var/apache/logs/rewrite.log"<br />
<br />
# Log to a pipe:<br />
RewriteLog "|/path/to/parser.pl"
</code></p></div>

+4 −4
Original line number Diff line number Diff line
@@ -278,10 +278,10 @@ the user that starts the server.
</note>

<example><title>Example</title>
# Log to a file:
RewriteLog "/usr/local/var/apache/logs/rewrite.log"

# Log to a pipe:
# Log to a file:<br/>
RewriteLog "/usr/local/var/apache/logs/rewrite.log"<br/>
<br/>
# Log to a pipe:<br/>
RewriteLog "|/path/to/parser.pl"
</example>