https://issues.apache.org/bugzilla/show_bug.cgi?id=54616
--- Comment #9 from [email protected] --- It did not work when we first tried it (about 3months ago), so I think "directory" should be removed from http://httpd.apache.org/docs/2.4/mod/mod_proxy.html#proxypassmatch, or support for it added, because now documentation is misleading. Without it, the only way to run php-fpm with unix sockets (https://issues.apache.org/bugzilla/show_bug.cgi?id=54101) would be using RewriteRule, but it doesn't work correctly too (in the previous comment it was explained), so, for now the following are true: * It is impossible to run PHP-FPM correctly with apache using unix domain sockets (https://issues.apache.org/bugzilla/show_bug.cgi?id=54101) * It is impossible to run PHP-FPM using port number correctly, unless using RewriteRule in "Directory" block (http://wiki.apache.org/httpd/PHP-FPM does not work, if placed in "Directory" Possible solutions: * Drop https://issues.apache.org/bugzilla/show_bug.cgi?id=54101 from apache trunk or fix the RewriteRule behavior in "Directory" * Remove "directory" from http://httpd.apache.org/docs/2.4/mod/mod_proxy.html#proxypassmatch, or add support for it in apache code -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
