[users@httpd] ProxyPassMatch vs FilesMatch

2014-03-18 Thread Toomas Aas
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

[users@httpd] Apache2 sends two HTTP headers with a mapped “nph-” CGI

2014-03-18 Thread Marcos Gutiérrez Batz
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:

[users@httpd] Bulkheading apache

2014-03-18 Thread Pratyoosh Sharma
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