Hi,
I'm trying to set up an Apache 2.4 with PHP-FPM but I'm having issues getting the configuration to work. Most documents I've read were either written for Linux distros and/or are obsolete somehow.
Anyways, here's the scenario:
FreeBSD 10-RELEASE
Apache 2.4.9 (info) (loaded modules)
PHP 5.5.13 (FPM)
My vhost (configuration) is situated in my home directory (/home/user/www), I'm not using the userdir module.
PHP-FPM pool configuration
When I enable Apache's PHP module and delete that ProxyPassMatch line from the vhost it works normally, but it's not using FastCGI. Otherwise, PHP isn't parsed at all.
Not sure if I'm doing something wrong or I missed some configuration.
Thanks in advance!
I'm trying to set up an Apache 2.4 with PHP-FPM but I'm having issues getting the configuration to work. Most documents I've read were either written for Linux distros and/or are obsolete somehow.
Anyways, here's the scenario:
FreeBSD 10-RELEASE
Apache 2.4.9 (info) (loaded modules)
PHP 5.5.13 (FPM)
My vhost (configuration) is situated in my home directory (/home/user/www), I'm not using the userdir module.
PHP-FPM pool configuration
When I enable Apache's PHP module and delete that ProxyPassMatch line from the vhost it works normally, but it's not using FastCGI. Otherwise, PHP isn't parsed at all.
Not sure if I'm doing something wrong or I missed some configuration.
Thanks in advance!