RE: [users@httpd] AH00485: scoreboard is full, not at MaxRequestWorkers

2015-06-01 Thread Scot Russell
I think the directives are similar for event and worker and any config changes would not be too bad, but the worker documentation would give better info. To switch I think you would load the worker module instead of event or recompile with worker depending on how you are doing it. Date: Tue, 2

Re: [users@httpd] AH00485: scoreboard is full, not at MaxRequestWorkers

2015-06-01 Thread Mark Jacquet
I read that as well but the following statement he made did not make me feel like it totally resolved the issue. "However, what I did notice is that the same server periodically had all of its workers taken up with requests, so that may be relevant to the problem as well." If I did switch to "Wor

RE: [users@httpd] AH00485: scoreboard is full, not at MaxRequestWorkers

2015-06-01 Thread Scot Russell
I don't know much on this, but for the bug link you included, one comment mentioned it being a problem with event mpm, that went away when using worker mpm. Is it possible to try the worker mpm? Date: Mon, 1 Jun 2015 23:58:13 + From: mark_jacq...@yahoo.com.INVALID To: users@httpd.apache.org

[users@httpd] AH00485: scoreboard is full, not at MaxRequestWorkers

2015-06-01 Thread Mark Jacquet
Sorry for the bandwidth, this is a repeat send from January.We STILL have this issue. Perhaps a new look might jolt your memory and help me resolve this issue!!! Problem: Apache server will stay up for random amount of time, usually days, but eventually enters a hung state. When hung the CPU lo

Re: [users@httpd] Response headers set by apache

2015-06-01 Thread Emir Ibrahimbegovic
Hi Kurtis, It is a possibility I guess, but my timezone is EST. Thanks, Emir On Mon, Jun 1, 2015 at 3:14 PM, Kurtis Rader wrote: > On Mon, Jun 1, 2015 at 11:18 AM, Emir Ibrahimbegovic < > emir.ibrahimbego...@gmail.com> wrote: >> >> You might also look for the string 786297600 somewhere in conf

Re: [users@httpd] Response headers set by apache

2015-06-01 Thread Kurtis Rader
On Mon, Jun 1, 2015 at 11:18 AM, Emir Ibrahimbegovic < emir.ibrahimbego...@gmail.com> wrote: > > You might also look for the string 786297600 somewhere in configurations > or your webapp, because that is the seconds since the epoch that would > result in December 1st, 1994, 16:00 GMT. Is it always

Re: [users@httpd] Response headers set by apache

2015-06-01 Thread Emir Ibrahimbegovic
One more thing, You might also look for the string 786297600 somewhere in configurations or your webapp, because that is the seconds since the epoch that would result in December 1st, 1994, 16:00 GMT. Is it always exactly the same value? - Yes it's always the same value On Mon, Jun 1, 2015 at 2:0

Re: [users@httpd] Response headers set by apache

2015-06-01 Thread Emir Ibrahimbegovic
Thanks Rainer for the tips. Here is the follow up. 1. Added ""%{Expires}o"" to logging valve pattern in the server.xml, sets the correct headers expires on the webserver side, doesn't set the 1994 year one. But still when I look at the browser, the double header appear the one from 1994 and the o

[users@httpd] Re: httpd and OpenSSL 1.0.2

2015-06-01 Thread Tom Browder
On Mon, Jun 1, 2015 at 10:22 AM, Tom Browder wrote: > Okay, here's what I had to do to my Linux Deb 7, 64-bit system: ... > 2. Source packages used (in order of installation): ... > pcre2-10.00.tar.bz2 Oops, my error: I had to use pcre-8.36 (httpd cannot yet use pcre2). Best, -Tom -

[users@httpd] Re: httpd and OpenSSL 1.0.2

2015-06-01 Thread Tom Browder
On Wed, May 27, 2015 at 11:33 AM, Mario Brandt wrote: > Hi Tom, > > I tried on Debian 7 and 8 both x64 > > To see your configure options would help a lot. Okay, here's what I had to do to my Linux Deb 7, 64-bit system: 1. Remove any deb packages of httpd, apr, apr-util, openssl. 2. Source pac