Re: [users@httpd] Location directive not working when using php-fpm (via mod_fastcgi)

2015-03-17 Thread Yann Ylavic
On Tue, Mar 17, 2015 at 11:40 AM, Theo Belder wrote: > > Please could someone give a good regular expression that would match > /Public and /php-fcgi/Public? Maybe: (/php-fcgi)?/Public Regards, Yann. - To unsubscribe, e-mail: u

RE: [users@httpd] Location directive not working when using php-fpm (via mod_fastcgi)

2015-03-17 Thread Theo Belder
ubject: RE: [users@httpd] Location directive not working when using php-fpm (via mod_fastcgi) In the meanwhile I figured out that the mod_fastcgi is changing the variable which is being used for the Location directive. When mod_fastcgi is active, I have to make an extra location directive (/php5-f

RE: [users@httpd] Location directive not working when using php-fpm (via mod_fastcgi)

2015-03-12 Thread Theo Belder
ubject: [users@httpd] Location directive not working when using php-fpm (via mod_fastcgi) Hello, I am facing to an issue in my virtualhost config. It looks like mod_fastcgi causes the issue. I've configured a virtualhost which should be completely restricted with a SSL client certificate, exc

[users@httpd] Location directive not working when using php-fpm (via mod_fastcgi)

2015-03-10 Thread Theo Belder
Hello, I am facing to an issue in my virtualhost config. It looks like mod_fastcgi causes the issue. I've configured a virtualhost which should be completely restricted with a SSL client certificate, except one location (/Public). Apache version: httpd-2.2.15-39.el6.centos.x86_64 PHP version: php