PDA

View Full Version : directadmin not writing to httpd.conf



felosi
06-11-2007, 05:22 PM
Just noticed this today my da is not writing new users to httpd.conf and the httpd.cof is chmod 644.
any ideas?

felosi
06-12-2007, 04:25 AM
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

aliz
06-13-2007, 11:15 AM
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?

smtalk
06-13-2007, 01:59 PM
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


Include /usr/local/directadmin/data/user/httpd.conf

lines. Then add


Include /etc/httpd/conf/extra/directadmin-vhosts.conf