diff options
Diffstat (limited to 'docs/manual/urlmapping.html.en')
-rw-r--r-- | docs/manual/urlmapping.html.en | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/urlmapping.html.en b/docs/manual/urlmapping.html.en index 80a47f95..083830a3 100644 --- a/docs/manual/urlmapping.html.en +++ b/docs/manual/urlmapping.html.en @@ -43,7 +43,7 @@ <li><img alt="" src="./images/down.gif" /> <a href="#rewrite">Rewriting Engine</a></li> <li><img alt="" src="./images/down.gif" /> <a href="#notfound">File Not Found</a></li> <li><img alt="" src="./images/down.gif" /> <a href="#other">Other URL Mapping Modules</a></li> -</ul><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div> +</ul><h3>See also</h3><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> <h2><a name="related" id="related">Related Modules and Directives</a></h2> @@ -235,9 +235,9 @@ the <code>/bar/</code> directory on <code>internal.example.com</code> and returns them to the client as if they were from the local server.</p> -<pre class="prettyprint lang-config">ProxyPass "/foo/" "http://internal.example.com/bar/"<br /> -ProxyPassReverse "/foo/" "http://internal.example.com/bar/"<br /> -ProxyPassReverseCookieDomain internal.example.com public.example.com<br /> +<pre class="prettyprint lang-config">ProxyPass "/foo/" "http://internal.example.com/bar/" +ProxyPassReverse "/foo/" "http://internal.example.com/bar/" +ProxyPassReverseCookieDomain internal.example.com public.example.com ProxyPassReverseCookiePath "/foo/" "/bar/"</pre> |