CentOS/Apache killing connections
Posted
by
fin1te
on Server Fault
See other posts from Server Fault
or by fin1te
Published on 2011-06-29T15:37:27Z
Indexed on
2011/06/29
16:24 UTC
Read the original article
Hit count: 325
Getting a really strange error. Basically, whenever I browse to my server (http://[ip_address]
or http://[hostname]
), it doesn't load, and my active SSH connection drops out.
I installed CentOS 5.5, and then httpd and PHP 5.3. No other applications where installed, so I can't imagine it's something else causing it.
I also reinstalled CentOS 5.5 again, completely fresh, the only thing I did to it was yum install httpd
, and it still caused this issue. I've changed nothing in the config or anything else.
Driving me mad, has anyone heard of this? It's really frustrating since everytime I attempt to debug this issue, I get kicked off SSH and have to log back in.
Theres nothing in the Apache error logs, and nothing in the access log recording my attempt.
Also, the result from uname - Linux [hostname] 2.6.35.4-rscloud #8 SMP Mon Sep 20 15:54:33 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux
Thank you
© Server Fault or respective owner