Reseller/user httpd.conf not included in the main httpd.conf after creation

Imtek

Verified User
Joined
Dec 11, 2005
Messages
224
Location
The Netherlands
When i create a user it creates everything perfectly but the next line doesnt get added to the main httpd.conf when i create a user:

Code:
Include /usr/local/directadmin/data/users/username/httpd.conf
When i add it manualy it works ofcouse, but thats not a solution.

Can anybody help me figure out this problem :confused:
 
Last edited:
Maybe it's in /etc/httpd/conf/extra/directadmin-vhosts.conf :)
 
If you have everything on it, just add this line to httpd.conf:
Code:
Include /etc/httpd/conf/extra/directadmin-vhosts.conf
 
Since when has that changed, i dont have include on that file in my main httpd.conf :confused:
That should have only changed if you have installed smtalk's new custombuild system. I do not think that the new system is shipped with new installs of DA yet. So, if you are still using the customapache build system, this might not be your problem.
 
Back
Top