directadmin not writing to httpd.conf

felosi

Verified User
Joined
Jun 17, 2006
Messages
135
Just noticed this today my da is not writing new users to httpd.conf and the httpd.cof is chmod 644.
any ideas?
 
John fixed this for me, thanks again John.
Anyway the problem arised after I tried the custombuild and then went back to customapache.
In case someone else runs into this problem delete all your user vhost includes and add
Include /etc/httpd/conf/extra/directadmin-vhosts.conf
 
John fixed this for me, thanks again John.
Anyway the problem arised after I tried the custombuild and then went back to customapache.
In case someone else runs into this problem delete all your user vhost includes and add
Include /etc/httpd/conf/extra/directadmin-vhosts.conf

can you explaine more detail?
 
DirectAdmin, after conversation to customapache, still writes everything to /etc/httpd/conf/extra/directadmin-vhosts.conf, instead of /etc/httpd/conf/httpd.conf, so you just need to edit /etc/httpd/conf/httpd.conf and delete all
Code:
Include /usr/local/directadmin/data/[B]user[/B]/httpd.conf
lines. Then add
Code:
Include /etc/httpd/conf/extra/directadmin-vhosts.conf
 
Back
Top