Re: [users@httpd] How to connect Apache and Tomcat using http2 protocol

2017-12-12 Thread Ananya Dey
Hi, thanks for your help :) Http2 is working fine now. But I want to check for Web sockets protocol. When I use ProxyPass with 'http' , it is running fine. But according to the documentation, if I use 'ws' with proxypass then it is not loading. This is the code snippet: ProxyRequests On

Re: [users@httpd] Apache2 php not responding

2017-12-12 Thread Yehuda Katz
The two log lines you posted show different client IP addresses. Which one of them is a request that you made that you know is legitimate? For the first line: The script not found message could be someone looking for vulnerabilities on the server and just not finding them. As far as the second li

Re: [users@httpd] Apache2 php not responding

2017-12-12 Thread Ruben Safir
On 12/12/2017 12:56 PM, Robert Steinmetz AIA wrote: > I run a server on Ubuntu 16.04 and recently did some updates, after the > updates the Apache2 server does not run php correctly. the pages simply > time out. I'm running a php Application Egroupware, which is written in > php. > http://php.net/

Re: [users@httpd] How to connect Apache and Tomcat using http2 protocol

2017-12-12 Thread Luca Toscano
Hi! 2017-12-12 6:48 GMT+01:00 Ananya Dey : > Hi > > I am trying to connect Apache and Tomcat using HTTP2 protocol. > 1. These are the changes that I have made in my server.xml. > maxThreads="150" SSLEnabled="false" >sslImplementationName="org.apache.tomcat.util.net. > openssl

[users@httpd] Apache2 php not responding

2017-12-12 Thread Robert Steinmetz AIA
I run a server on Ubuntu 16.04 and recently did some updates, after the updates the Apache2 server does not run php correctly. the pages simply time out. I'm running a php Application Egroupware, which is written in php. Running the php files from the command lie seems to work, of course nothi