Why does RewriteRule [P] fully qualifies the URI?

2014-02-26 Thread Yann Ylavic
Helo, when handling a RewriteRule with the [P] flag, mod_rewrite always call fully_qualify_uri() on the rewritten URL before returning. This does nothing if the URL is already absolute, otherwise this will result in :

Re: Why does RewriteRule [P] fully qualifies the URI?

2014-02-26 Thread Eric Covener
On Wed, Feb 26, 2014 at 11:37 AM, Yann Ylavic ylavic@gmail.com wrote: Helo, when handling a RewriteRule with the [P] flag, mod_rewrite always call fully_qualify_uri() on the rewritten URL before returning. This does nothing if the URL is already absolute, otherwise this will result in :

Re: Why does RewriteRule [P] fully qualifies the URI?

2014-02-26 Thread Yann Ylavic
On Wed, Feb 26, 2014 at 5:54 PM, Eric Covener cove...@gmail.com wrote: On Wed, Feb 26, 2014 at 11:37 AM, Yann Ylavic ylavic@gmail.com wrote: Helo, when handling a RewriteRule with the [P] flag, mod_rewrite always call fully_qualify_uri() on the rewritten URL before returning.

Re: Why does RewriteRule [P] fully qualifies the URI?

2014-02-26 Thread Eric Covener
On Wed, Feb 26, 2014 at 12:06 PM, Yann Ylavic ylavic@gmail.com wrote: On Wed, Feb 26, 2014 at 5:54 PM, Eric Covener cove...@gmail.com wrote: On Wed, Feb 26, 2014 at 11:37 AM, Yann Ylavic ylavic@gmail.com wrote: Helo, when handling a RewriteRule with the [P] flag, mod_rewrite

Re: Adding AddHandler support for mod_proxy

2014-02-26 Thread ryo takatsuki
Hi all, Any other comments about the patch? I believe it is simple enough and could ease the migration from mod_php to PHP-FPM (and make use of the new event mode) with minimal changes to the default configurations. Could you consider adding it? Pretty please :) To give more background, at

Review of mod_proxy_http proposal for httpd 2.4.8

2014-02-26 Thread Mike Rumph
Hello Yann, I am trying to review the following mod_proxy_http proposal for httpd 2.4.8: * mod_proxy_http: Log an error when reading the request body fails. trunk patch: http://svn.apache.org/r1570598 2.4.x patch: trunk works modulo next_number +1: ylavic, jim I have one

Re: Behavior of Host: vs. SNI Hostname in proxy CONNECT requests

2014-02-26 Thread Ruediger Pluem
Yann Ylavic wrote: On Mon, Feb 24, 2014 at 10:05 AM, Ruediger Pluem rpl...@apache.org wrote: Yann Ylavic wrote: There seem to be different questions in this thread regarding SNI. Maybe we can enumerate them first to see what's going on (at least I need to) 1. What should the