I have a problem on a server with 111 domains
httpd fail to start without any error message!
after checking for a while, I found that in main httpd.conf will included all user's httpd.conf from /usr/local/directadmin/data/users/user/httpd.conf
if I put comment (#) on only 1 line at any "Include" line in the last section of main httpd.conf, httpd can start successfully.
I think apache have a config file size limit at some kb or too many memory for include files.
grep -c Include /etc/httpd/conf/httpd.conf
93
grep -c directadmin /etc/httpd/conf/httpd.conf
88
size of /usr/local/directadmin/data/users/user/httpd.conf approx. 3kb each
CentOS 4.4 i386 + Directadmin 1.292
Dovecot/Apache 2.0.59/php4.4.6/mod_security (4kb of rules)/mod_evasive
Any one know how to solved this ?
httpd fail to start without any error message!
after checking for a while, I found that in main httpd.conf will included all user's httpd.conf from /usr/local/directadmin/data/users/user/httpd.conf
if I put comment (#) on only 1 line at any "Include" line in the last section of main httpd.conf, httpd can start successfully.
I think apache have a config file size limit at some kb or too many memory for include files.
grep -c Include /etc/httpd/conf/httpd.conf
93
grep -c directadmin /etc/httpd/conf/httpd.conf
88
size of /usr/local/directadmin/data/users/user/httpd.conf approx. 3kb each
CentOS 4.4 i386 + Directadmin 1.292
Dovecot/Apache 2.0.59/php4.4.6/mod_security (4kb of rules)/mod_evasive
Any one know how to solved this ?