mxcreep
Verified User
Hi there,
I had a problem with apache this morning...
Apache started normally and also runs normally (ps -ef|grep httpd) but didn't serve any request...
With some searching I found out that if I commented out 2 of the total amount of domain specific includes everything worked again.
It doesn't seem to matter which include I comment out so the only thing I could think of is a maximum somewhere...
Could be :
maximum amount of active config lines ?
maximum amount of Include directives ?
maximum amount of VirtualHosts ?
Someone else experienced something like this ???
For now I fixed it through commenting the includes of some non active domains, but these have to be used in the future...I'd like to have a better solution...
Grtz,
Werner
I had a problem with apache this morning...
Apache started normally and also runs normally (ps -ef|grep httpd) but didn't serve any request...
With some searching I found out that if I commented out 2 of the total amount of domain specific includes everything worked again.
It doesn't seem to matter which include I comment out so the only thing I could think of is a maximum somewhere...
Could be :
maximum amount of active config lines ?
maximum amount of Include directives ?
maximum amount of VirtualHosts ?
Someone else experienced something like this ???
For now I fixed it through commenting the includes of some non active domains, but these have to be used in the future...I'd like to have a better solution...
Grtz,
Werner