Re: Backport SetHandler for reverse proxies to 2.4.x?

2014-05-18 Thread ryo takatsuki
+1 to that :). Juanjo. 2014-05-16 20:14 GMT+02:00 David Zuelke d...@heroku.com: Hi all, is there any chance to get http://svn.apache.org/viewvc?view=revisionrevision=1573626 merged into 2.4.x as well, for 2.4.10? Would be pretty handy for a lot of people; it's a lot easier to use than

Re: Re: Adding AddHandler support for mod_proxy

2014-03-26 Thread ryo takatsuki
:19, schrieb ryo takatsuki: Thx for the patch! Let me take a look... I'm assuming that there's no real work-around other than the patch itself, right? If there is, we could not find it :) We have been searching for months and trying different approaches. This is required to work with out

Re: UDS support for mod_rewrite

2014-03-10 Thread ryo takatsuki
Hi all, Quick question related to UDS and mod_rewrite. I see the UDS patches have been backported to 2.4.8 but the fix for making mod_rewrite and UDS was not included. Was that intended? I'm referring to r1560367 Best regards, Juanjo. 2014-01-27 15:12 GMT+01:00 ryo takatsuki ryotakats

Re: UDS support for mod_rewrite

2014-03-10 Thread ryo takatsuki
backend (Proxy declared, as you did in this thread) with a RewriteRule. The default proxy only is used, for now, hence connections can't be configured (for reuse, timeouts...). I guess this will be part of 2.4.9 (at best). Regards, Yann. On Mon, Mar 10, 2014 at 12:41 PM, ryo takatsuki

Re: Adding AddHandler support for mod_proxy

2014-02-27 Thread ryo takatsuki
, ryo takatsuki ryotakats...@gmail.com wrote: 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

Re: Adding AddHandler support for mod_proxy

2014-02-26 Thread ryo takatsuki
goodness of Apache. This is a small change that would make the transition to the event MPM on our side significantly easier (long story) Best regards, Juanjo. 2014-02-18 15:46 GMT+01:00 ryo takatsuki ryotakats...@gmail.com: AddHandler might be tricky from security point of view, eg. most of cms

Re: Adding AddHandler support for mod_proxy

2014-02-18 Thread ryo takatsuki
: FilesMatch \.php$ SetHandler proxy:unix:/path/to/app.sock|fcgi://localhost/ /FilesMatch 2014-02-17 0:11 GMT+01:00 Lazy lazy...@gmail.com: 2014-02-06 ryo takatsuki ryotakats...@gmail.com: Hi, I have an improvement request to suggest but I would like to first provide some background to justify

Re: Adding AddHandler support for mod_proxy

2014-02-14 Thread ryo takatsuki
Hi all, Does anybody has any feedback on the patch ? Any concerns or suggestions? Thanks! 2014-02-06 16:03 GMT+01:00 ryo takatsuki ryotakats...@gmail.com: Hi, I have an improvement request to suggest but I would like to first provide some background to justify it, I apologise

Adding AddHandler support for mod_proxy

2014-02-06 Thread ryo takatsuki
Hi, I have an improvement request to suggest but I would like to first provide some background to justify it, I apologise for the long email :). I'm actively using mod_proxy to forward PHP files requests to PHP-FPM. My current approach is to use a RewriteRule with the 'P' flag because (in most

Re: UDS support for mod_rewrite

2014-01-27 Thread ryo takatsuki
AND the URL have that prepended? That seems weird and wrong to me... On Jan 26, 2014, at 10:49 AM, ryo takatsuki ryotakats...@gmail.com wrote: Hi, I am checking the new patch (thanks again!) and I'm finding some issues trying to connect to PHP-FPM using the socket. The problem seems

Re: UDS support for mod_rewrite

2014-01-27 Thread ryo takatsuki
It is working perfectly now. Thanks! 2014-01-27 Jim Jagielski j...@jagunet.com Fixed in r1561660 On Jan 27, 2014, at 7:34 AM, Jim Jagielski j...@jagunet.com wrote: On Jan 27, 2014, at 4:20 AM, ryo takatsuki ryotakats...@gmail.com wrote: Hi, First of all, sorry for the trouble

Re: UDS support for mod_rewrite

2014-01-26 Thread ryo takatsuki
to set at least one option get it created. Regards RĂ¼diger *Von:* ryo takatsuki [mailto:ryotakats...@gmail.com] *Gesendet:* Mittwoch, 22. Januar 2014 19:07 *An:* dev@httpd.apache.org *Betreff:* Re: UDS support for mod_rewrite Just a las quick comment about using a Proxy section

Re: UDS support for mod_rewrite

2014-01-22 Thread ryo takatsuki
Your hack has the additional benefit is being a pooled connection and not a one-shot, and therefore will have better performance. But that isn't related to UDS at all. Well, it is related to UDS in the sense of being my solution to make my rewrites end up serving content obtained through a Unix

Re: UDS support for mod_rewrite

2014-01-22 Thread ryo takatsuki
settings? It makes sense but it would be a good improvement to make the worker to be always created if it does not exists, regardless of if some more settings are provided. Sorry about the offtopic and thanks a lot to RĂ¼diger for the hint! 2014/1/22 ryo takatsuki ryotakats...@gmail.com Your