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
I said two websites for sake of simplicity. There are more than 30 websites and there is only one template for creating virtual host. So, i can't use two methods. it has to be one that works for both situations. I don't have any problem with compiling the source

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

2016-08-29 Thread lester
You will need to create two virtual hosts. Otherwise apache does not know whi h rules to apply. vh1/... with direct access and vh2/... with the redirect. Then your sites are just prefixed by vh1 or 2 Sent from my android device so quoting is crap ... need to kill these painful email clients! -

[users@httpd] Apache24 cgi

2016-08-29 Thread Can Le
Hi friends, Please help on Apache24 10cv httpd-2.4.23-win32 which is running on my Windows 8.1 tablet 32 bits. After installed, I coud have It works on htdocs with root document: C:\Apache24\htdocs\index.html. I could not open in browser for ip from ipv4 http://192.168.0.3, nor http://localhos

[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

[users@httpd] Apache websocket proxy drops connections

2016-08-29 Thread Luca Capacci
Hi, I'm trying to proxy a websocket through Apache 2.4.7 (running on Ubuntu). The connection is correctly established but if the browser or the server don't send each other data for some time (a minute more or less) new messages coming from the server are not delivered to the browser. Furthermo