Re: [users@httpd] Apache 2.4 with PHP-FPM

2016-08-29 Thread lester
If you can distinguish which url's need to use rewrite, and which do not, then extend the rewrite to only change the right ones. But I suspect that this is not possible, so you need some other way to identify which use each rule. Sent from my android device so quoting is crap ... need to kill th

Re: [users@httpd] Apache 2.4 with PHP-FPM

2016-08-29 Thread khodadadeh
To: users@httpd.apache.org Sent: Mon, 29 Aug 2016 13:18 Subject: [users@httpd] Apache 2.4 with PHP-FPM I have installed PHP-FPM 5.6  and Apache 2.4 with mod_proxy and mod_proxy_fcgi. I have two web sites on my server. One Magento and the other one

Re: [users@httpd] Apache 2.4 with PHP-FPM

2016-08-29 Thread lester
! -Original Message- From: khodadadeh To: users@httpd.apache.org Sent: Mon, 29 Aug 2016 13:18 Subject: [users@httpd] Apache 2.4 with PHP-FPM I have installed PHP-FPM 5.6 and Apache 2.4 with mod_proxy and mod_proxy_fcgi. I have two web sites on my server. One Magento and the other one that

[users@httpd] Apache 2.4 with PHP-FPM

2016-08-29 Thread khodadadeh
I have installed PHP-FPM 5.6 and Apache 2.4 with mod_proxy and mod_proxy_fcgi. I have two web sites on my server. One Magento and the other one that is written using Laravel framework. Magento has URLs like: http://domain.com/index.php/ACP/ index.php exists in document root. Laravel has URLs