[users@httpd] MOD_WCGI

2017-12-05 Thread Richards, Toby
We used to have a fantastic webdev who has even contributed code to the Apache project. He retired years and years ago, and we didn't replace him. One of our intranet servers is Windows 2003, which cannot join a 2016 domain which we are upgrading to soon. This guy would keep everything in two f

Re: [users@httpd] Forwarding requests based on an header or RURI param

2017-12-05 Thread Nick Kew
On Tue, 5 Dec 2017 17:40:13 +0100 Luis Silva wrote: > Hi guys, > > I'm deploying Apache between one client and two http servers. I want > Apache to be able to decide to which http server it needs to send the > client request, based on a header or RURI param that comes on the > request sent by th

[users@httpd] Forwarding requests based on an header or RURI param

2017-12-05 Thread Luis Silva
Hi guys, I'm deploying Apache between one client and two http servers. I want Apache to be able to decide to which http server it needs to send the client request, based on a header or RURI param that comes on the request sent by the client. I'm only able to change on the RURI the parameters. The

[users@httpd] Multiple PHP versions using PHP-FPM

2017-12-05 Thread Daniel Armando Rodriguez
Hi I'm having some difficulties to achieve the goal mentioned in the subject. I have running both 5.6 and 7.2 php-fpm versions, but my tests are rendered using only 7.2 whichever the VH tested. One of them is configured to run php-fpm 5.6 and the other to run php-fpm 7.2 VH configuration

[users@httpd] Re: Apache 2.4: SSL handshake not working correct for WebSockets?

2017-12-05 Thread Markus Gausling
​I looked a little bit deeper into this and found that this looks like a missing implementation in mod_proxy_wstunnel. The proxy_wstunnel_handler() (in modules/proxy/mod_proxy_wstunnel.c) does not set the "proxy-request-hostname" when it creates the connection to the backend. When the TLS handshak

Re: [users@httpd] Apache sending Content-Length 0

2017-12-05 Thread Hemant Chaudhary
Hi, index.html is default apache html file. It works! I tried with cgi-script and other html files also, got the same error. Thanks Hemant On Tue, Dec 5, 2017 at 2:26 PM, Daniel wrote: > Hello, > > What's inside the index.html? Care to do a "cat index.html"? > > 2017-12-05 7:14 GMT+01:00 Hemant

Re: [users@httpd] Apache sending Content-Length 0

2017-12-05 Thread Daniel
Hello, What's inside the index.html? Care to do a "cat index.html"? 2017-12-05 7:14 GMT+01:00 Hemant Chaudhary : > Hi, > > When I am sending request from browser to client for basic "index.html", I > am getting error that > " Err_EMPTY_RESPONSE " in browser. > > When I checked in the error log, f