[users@httpd] 2.4.27 installed, no con fig change, but web site down!

2017-07-18 Thread Tom Browder
I installed 2.4.27, along with the latest openssl. no config was changed, but my server isn't serving. I show no errors in the error log. I will try to go back to previous versions to see if I can recover, but wonder if anyone can guess what has happened. Thanks. -Tom

[users@httpd] Apache 2.4 access control question

2017-07-18 Thread Jason Brooks
Hello, This is on a ubuntu 16.04 LTS system running apache 2.4.18 (mpm_event) with php 7.0 running in php-fpm mode. I wish to completely block access to a directory in my document root except to a set of ip addresses but it’s not working and I am trying to figure out what is happening. My

Re: [users@httpd] WebSockets support in transparent proxy

2017-07-18 Thread Jacob Champion
On 07/18/2017 12:24 PM, Ray Navarette wrote: I can reproduce similar behavior using the websocket echo test (http://www.websocket.org/echo.html). When this site is accessed through the proxy server, unsecured (again, initiated as http) websocket connections fail. Interestingly, this demo

RE: [users@httpd] WebSockets support in transparent proxy

2017-07-18 Thread Ray Navarette
Thanks for the quick response. I don’t believe the scenario (or at least intend) for this is to be set up as a reverse proxy. My goal is actually not to mask the internal DNS names of the systems behind a publicly accessible name. Rather, I’ve set up my browser using a configurable proxy

[users@httpd] How does Apache detects a stopped Tomcat JVM?

2017-07-18 Thread Suvendu Sekhar Mondal
Hello Folks, I am new to Apache httpd world and wanted to know more about it. :) Reason I got interested in this is that, in our case, we are running multiple Tomcat JVMs under a single Apache cluster. If we shut down all the JVMs except one, sometime we get 503s. If we increase the retry

Re: [users@httpd] Server status - meaning of Reading Request state

2017-07-18 Thread Eric Covener
> As you wrote > > The status goes from READ to WRITE "shortly after" the headers have been > completely read by Apache. > for me this sounds like Apache is trying to read req. headers during that > time. > I would assume this is not a problem in Apache, but probably due to client > or network

Re: [users@httpd] Server status - meaning of Reading Request state

2017-07-18 Thread Tamas Kocsis
Thank you for your help so far - maybe you could shed some light on my last comment, please: > But if we take that column SS out of the picture and let's say I'm reloading server-status periodically and see that > - a request comes in, status is Reading > - refreshing server-status in every

Re: [users@httpd] How Apache starts is server

2017-07-18 Thread Frank
On 18/07/17 02:38 AM, Hemant Chaudhary wrote: Hi My apache is working with worker_mpm. I want to start my server as server class, for this I need some changes. I want to know how apache starts and reads which file. I found no line in httpd.conf whcih tells or calls mpm_worker to start.

[users@httpd] Apache server response very very slow from chrome/ firefox and works fine from Safari - User-Agent issue

2017-07-18 Thread Kumar Devarakonda
Hi, We have a strange issue recently with Apache. When we request some webpages (running on apache web server) from our server, if we make the request from Safari, they are loaded instantly. If we load the web page from Chrome or Firefox, it takes approximately 10 minutes to get the response. The

[users@httpd] How Apache starts is server

2017-07-18 Thread Hemant Chaudhary
Hi My apache is working with worker_mpm. I want to start my server as server class, for this I need some changes. I want to know how apache starts and reads which file. I found no line in httpd.conf whcih tells or calls mpm_worker to start. Please help in which way apache flows goes. Thanks