Re: [users@httpd] Running Apache in Single Process Mode for Docker Container?

2015-10-25 Thread ryo takatsuki
I may be wrong, but I believe you are looking for this (to keep apache attached to the shell): http://zroger.com/blog/apache-in-the-foreground/ You could also take a look at this, as it may already be taking care of what you seem to be looking for:

[users] Re: [users@httpd] Is it possible to evaluate .htaccess before proxying requests? (Apache 2.4.9)

2014-06-03 Thread ryo takatsuki
Hi, You could try this: Proxy unix:/var/run/php-fpm.sock|fcgi://backend-fpm timeout=300 /Proxy Directory /path/to/htdocs Rewrite Engine On RewriteRule ^(.*\.php)$ fcgi://backend-fpm/%{REQUEST_FILENAME} [P] /Directory Best regards, Juanjo. 2014-05-27 12:45 GMT+02:00 Tobias Adolph

[users@httpd] Issues with UDS support for mod_proxy in trunk

2013-11-05 Thread ryo takatsuki
Hi, A month ago I checked the new UDS (Unix Domain Sockets) support and it worked properly (I need to tweak it a little bit for my needs). The syntax at that point was: ProxyPassMatch ^(.*\.php(/.*)?)$ fcgi://uds=%2ftmp%2fsomedir%2fphp%2fvar%2frun%2fsocket.sock/$1 Today I checked the latest