Hello!
I'm setting up a site with Apache 2.4.6 and PHP 5.5.9, using PHP-FPM
via mod_proxy_fcgi.
In my configuration I have this:
ProxyPassMatch ^/(.*\.php)$ fcgi://127.0.0.1:9000/storage/www/sites/mysite/$1
This seems to work just fine.
The purpose of this site is to authenticate users wit
I'm having some problems when trying to map a file extension into a nph
cgi executable. I've already asked for a solution in StackOverflow (
http://stackoverflow.com/questions/22483281/apache2-sends-two-http-headers-with-a-mapped-nph-cgi).
But I guess that list is a better place to do that:
We have an external facing portal that serves multiple applications via single
sign on, to bypass cross domain limitations & simplifying support we proxy all
the requests through apache httpd, there are about 100 independent applications
that we proxy using mod_proxy
In case of slow responses