Hello! Sorry for my english, its not my own language...
Strange situation...
I have DA 1.31 version and httpd-2.0.59
In the end of main config file (/etc/httpd/conf/httpd.conf) with Include directive plugged other config files:
I have 75 users (and 75 config files =)) But when including 75th config file the apache is segmentation fault
The log files is empty. How fix this trouble?
Strange situation...
I have DA 1.31 version and httpd-2.0.59
In the end of main config file (/etc/httpd/conf/httpd.conf) with Include directive plugged other config files:
Code:
~
Include /usr/local/directadmin/data/users/username1/httpd.conf
Include /usr/local/directadmin/data/users/username2/httpd.conf
Include /usr/local/directadmin/data/users/username3/httpd.conf
~
Code:
[root@server ~]# /sbin/service httpd restart
Stopping httpd: [ OK ]
Starting httpd:
/etc/init.d/httpd: line 55: 21600 Segmentation fault $ENV $httpd -k start -DSSL
[root@server ~]#