New subdomains create problems on httpd.conf

AleSSaNDRo

Verified User
Joined
Nov 19, 2004
Messages
105
Location
Milano(Italy)
Why when i create a subdomain, directadmin insert into httpd.conf another 2:

Code:
Include /usr/local/directadmin/data/users/admin/httpd.conf
??????

This create problems because immediatly httpd goes down...!!:confused:

Why??

Please help me tnks
 
Do you mean it duplicates an existing Include in your httpd.conf file? If so that is a bug. It does need to recycle the httpd process, since a subdomain being added causes the /usr/local/directadmin/data/users/admin/httpd.conf to be rewritten.
 
Back
Top