Apache running but no sites seen

nobaloney

NoBaloney Internet Svcs - In Memoriam †
Joined
Jun 16, 2003
Messages
25,033
Location
California
We've got an interesting system problem.

CentOS 3.x.

Just updated customapache; it didn't help.

Apache runs fine, but the browser will look forever and not find sites.

The httpd access_log is empty; the error_log never sees anything.

Firewalling is off.

Any ideas?

Jeff
 
apache even listening? I know you said it's running but what about the socket listening (netstat). What about hitting the IP? do you get the generic "It works" page?
 
CiscoMike said:
apache even listening? I know you said it's running but what about the socket listening (netstat).
It appears to be listening.

# netstat | grep http lists lots of connections. CLOSE_WAIT, ESTABLISHED, SYN_RECV, SYN_SENT.
What about hitting the IP? do you get the generic "It works" page?
Nope. Same problem. Just eventually times out.

Jeff
 
Thanks, John.

And now, for everyone...

The system had run out of file-descriptors.

Hopefully John will consider switching to monolithic error and access log files for apache, with some method of stripping them in to individual domain-level files that doesn't require keeping so many files at once.

Jeff
 
Back
Top