You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2009/08/27 17:37:41 UTC

Re: svn commit: r808327 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml

niq@apache.org 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?.



Re: svn commit: r808327 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml

Posted by Nick Kew <ni...@webthing.com>.
On 27 Aug 2009, at 16:37, William A. Rowe, Jr. wrote:

>
>> +    <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?.

Heh.  Well-spotted.  So much for cut&paste.

I'll give that some thought and update it.  Unless you (or anyone)
gets there first.

-- 
Nick Kew