]> granicus.if.org Git - apache/blobdiff - docs/manual/mod/mod_substitute.xml
Quote path/URL arguments to Proxy* directives.
[apache] / docs / manual / mod / mod_substitute.xml
index ce1a7a4554241b245711d604b2ed0373d5625205..534dd62ba1eef34fddce9e3ec8a37dc4f8d471ea 100644 (file)
 
     <example><title>Rewriting URLs embedded in proxied content</title>
     <highlight language="config">
-ProxyPass /blog/ http://internal.blog.example.com
-ProxyPassReverse /blog/ http://internal.blog.example.com/
+ProxyPass        "/blog/" "http://internal.blog.example.com"
+ProxyPassReverse "/blog/" "http://internal.blog.example.com/"
 
 Substitute "s|http://internal.blog.example.com/|http://www.example.com/blog/|i"
     </highlight>