LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Apache process running but not serving webpages (https://www.linuxquestions.org/questions/linux-software-2/apache-process-running-but-not-serving-webpages-4175501911/)

depam 04-16-2014 02:59 AM

Apache process running but not serving webpages
 
This is occurring more frequently now. I can see that httpd process is running and but is not serving any webpages. I can telnet to the host and 443 port though but can't see the apache logs updating. This is only lead that I have from the logs before it stopped logging:

[Wed Apr 16 04:44:18 2014] [error] mod_ssl: SSL handshake interrupted by system
[Hint: Stop button pressed in browser?!] (System error follows)0%94%E8%87%B3%E5%
[Wed Apr 16 04:44:18 2014] [error] System: Connection reset by peer (errno: 104)
[Wed Apr 16 04:44:18 2014] [error] mod_ssl: SSL handshake interrupted by system
[Hint: Stop button pressed in browser?!] (System error follows)st failed: errone
[Wed Apr 16 04:44:18 2014] [error] System: Connection reset by peer (errno: 104)


[Wed Apr 16 04:44:18 2014] [error] mod_ssl: SSL handshake interrupted by system
[Hint: Stop button pressed in browser?!] (System error follows)0%94%E8%87%B3%E5%
[Wed Apr 16 04:44:18 2014] [error] System: Connection reset by peer (errno: 104)
[Wed Apr 16 04:44:18 2014] [error] mod_ssl: SSL handshake interrupted by system
[Hint: Stop button pressed in browser?!] (System error follows)st failed: errone
[Wed Apr 16 04:44:18 2014] [error] System: Connection reset by peer (errno: 104)

Is there a way I can find out what really is causing this? I can see that the system is idle during that time and there's a lot of real memory and no swapping is occurring as well.

Habitual 04-16-2014 05:19 AM

What version of http|apache?
What OS?
When did it last work?

depam 04-16-2014 11:01 AM

CentOS Kernel Version: 2.4.21-40.ELsmp
Server version: Apache/1.3.42

It was working but it just get stucked and needed to be restarted. The error below is the last error I can see before it becomes unresponsive.

Habitual 04-16-2014 12:05 PM

please reply with output from
Code:

rpm -qa | grep -e centos-release-notes -e http
Thank you.

depam 04-22-2014 04:34 AM

Here's the output

bash$ rpm -qa | grep -e centos-release-notes -e http
warning: only V3 signatures can be verified, skipping V4 signature
bash$

Habitual 04-22-2014 09:44 AM

Quote:

Originally Posted by depam (Post 5156959)
Here's the output

bash$ rpm -qa | grep -e centos-release-notes -e http
warning: only V3 signatures can be verified, skipping V4 signature
bash$

Try sudo on that command I gave you and report the output please.

depam 04-22-2014 10:41 PM

It's the same output even when I use root. This is basically an closed down box.

Habitual 04-23-2014 08:34 AM

Since you said :443 is having this issue, have you tried :80?


All times are GMT -5. The time now is 11:43 AM.