Re: [users@httpd] Httpd is hanging intermittently

2021-09-22 Thread alchemist vk
Thanks *Jon *for openssl command confirmation. *@ylavik*, Its linux OS and openssl version is 1.1.1k-fips. I not yet explored with SSLRandomSeed changes. Yes, we upgraded openssl few months back to 1.1.1k, but we are seeing this httpd hangs issue from last month. *@otis Dewitt*, Since

Re: [users@httpd] Httpd is hanging intermittently

2021-09-22 Thread Otis Dewitt - NOAA Affiliate
I don't think "insufficient entropy" has anything to do with Apache, but you could try installing "haveged" rpm. That may solve your problem. On Wed, Sep 22, 2021 at 2:11 PM alchemist vk wrote: > Hi All, > We are using httpd version 2.4.46 and its working fine for a long time. > But recently,

Re: [users@httpd] Httpd is hanging intermittently

2021-09-22 Thread Yann Ylavic
On Wed, Sep 22, 2021 at 8:12 PM alchemist vk wrote: > > I am pretty sure, we not changed anything related to httpd config for quite a > time time and have no idea, why this issue started getting manifested now. Which operating system and openssl version are you using? Did you upgrade openssl

RE: [users@httpd] RE: [EXTERNAL] [users@httpd] Httpd is hanging intermittently

2021-09-22 Thread Orendt, John
The output is random bytes in hex. It looks good. Sometimes this fails if openssl is unable to write to a temp file John Orendt john.p.ore...@medtronic.com From: alchemist vk Sent: Wednesday, September 22, 2021 2:26 PM To: users@httpd.apache.org Subject: Re: [users@httpd] RE: [EXTERNAL]

Re: [users@httpd] RE: [EXTERNAL] [users@httpd] Httpd is hanging intermittently

2021-09-22 Thread alchemist vk
Thanks John for quick response. But can you let me know, what should be o/p of this command? I tried on 2 systems and see below output. /home/root# openssl rand -hex 8 d2749a6620672899 /home/root# /home/root# openssl rand -hex 8 d74e404a57e57ae9 /home/root# Right now, I dont have failed

[users@httpd] RE: [EXTERNAL] [users@httpd] Httpd is hanging intermittently

2021-09-22 Thread Orendt, John
Hi This may be related to an openssl problem try openssl rand -hex 8 John Orendt john.p.ore...@medtronic.com From: alchemist vk Sent: Wednesday, September 22, 2021 2:09 PM To: users@httpd.apache.org Subject: [EXTERNAL] [users@httpd] Httpd is hanging intermittently Hi All, We are using

[users@httpd] Httpd is hanging intermittently

2021-09-22 Thread alchemist vk
Hi All, We are using httpd version 2.4.46 and its working fine for a long time. But recently, we started seeing an issue where apache hangs indefinitely even when the system is in idle state. And when apache hangs, I see below entries in error_log: [Tue Sep 21 22:05:53.243013 2021] [ssl:warn]

RE: [users@httpd] Question about installing 2.4.48 in a non-standard location.

2021-09-22 Thread Jeff Cauhape
THANK YOU. That pegged it. Now I'm on to run-of-the-mill problems. Jeffrey Cauhape – IT Professional III – Linux and Solaris Administrator Nevada Department of Employment, Training and Rehabilitation (775) 224-6836 (cell) jpcauh...@detr.nv.gov -Original Message- From: Eric Covener

Re: [users@httpd] Proxy reporting AH00898: Error reading from remote server [EXTERNAL]

2021-09-22 Thread Israel Timoteo
Hi Shawn, Thanks for the recommendations, I’ll be testing them. Israel Timoteo > On Sep 21, 2021, at 3:15 PM, Beard, Shawn > wrote: > > 2 things you can do. : > On the tomcat side of things, for the connector try this setting: > maxThreads="500" > The default is only 200 if not

Re: [users@httpd] Four subdomain, fourth redirects to first

2021-09-22 Thread Dennis Clarke
On 9/21/21 18:52, Frank Gingras wrote: > I would not rely on the debian scripts. Looking at apachectl -S will tell > you what you need to know. > > On Tue, 21 Sept 2021 at 18:51, Frank Gingras wrote: > >> Why do you have two vhosts with the same ServerName value set? That will Off topic