Urgent! conf files

How did they get empty? DirectAdmin will overwrite those httpd.conf files with its templates once in a while, not sure when.

But runing this in the command line should initiate that process I believe.

Code:
echo "action=rewrite&value=httpd" >> /usr/local/directadmin/data/task.queue
 
Ok problem fixed...

- change in /usr/local/directadmin/conf the directadmin.conf where apache=2.0 -> apache=1.0 (cos downgrading to 1.3.33)

- copy virtual_host* to templates/custom

- echo "action=rewrite&value=httpd" >> /usr/local/directadmin/data/task.queue

And then all the files will be rewritten :)


Cedric
 
Back
Top