Apache runs but won't answer requests

webquarry

Verified User
Joined
Mar 19, 2004
Messages
172
This is a weird one. After added the 365th domain to a server with DA, apache decided to stop answering requests.

These are all static sites, nothing complicated. Apache runs and loads all the minimum number of children as specified in httpd.conf. Nothing appears in the error logs.

Now, if I edit httpd.conf and comment out ANY of the user's Include lines, and restart apache, it runs great. It seems to just not like running that 365th domain.

Anyone have any ideas what is going on?
 
I dont think it has anything to do with that number but rather something in httpd.conf or the user httpd.conf. You should check that. Why dont you create a new test domain and see if the account gets created properly.
 
Too many domains may very well be the reason, though I think it should be well over 500 before you see the problem.

Search these forums for instructions on disabling the per-domain error logs.

Jeff
 
Back
Top