[email protected] wrote: > Author: niq > Date: Thu Aug 27 08:53:18 2009 > New Revision: 808327 > > URL: http://svn.apache.org/viewvc?rev=808327&view=rev > Log: > Document limitation to ProxyPassMatch in PR 46665 > > Modified: > httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml > > Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml > URL: > http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml?rev=808327&r1=808326&r2=808327&view=diff > ============================================================================== > --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml (original) > +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml Thu Aug 27 > 08:53:18 2009 > @@ -944,6 +944,12 @@ > <p>will cause a local request for > <code>http://example.com/foo/bar.gif</code> to be internally converted > into a proxy request to > <code>http://backend.example.com/foo/bar.gif</code>.</p> > + <note><title>Note</title> > + The URL argument must be parsable as a URL <em>before</em> regexp > + substitutions (as well as after). This limits the matches you can use. > + See <a href="https://issues.apache.org/bugzilla/show_bug.cgi">PR > 46665</a> > + for details and workaround ideas.
This link looks no good. I'm also concerned about putting such links into bugzilla since it doesn't scale for our infrastructure. What about putting a couple of examples here, instead?.
