Rebuild virtual hosts?

l0rdphi1

Verified User
Joined
Jun 22, 2003
Messages
1,471
I need to re-build all the virtual host files from my modified virtual_host.conf file. Is there an easy way to go about this?
 
Hello,

You bet :)
As root, paste
Code:
echo "action=rewrite&value=httpd" >> /usr/local/directadmin/data/task.queue
This will tell the task queue to rewrite everyone's httpd.conf files.

John
 
Back
Top