squirrelhost
Verified User
to re-write it just uses this one line:
if ($option eq "y") { system(" echo \"action=rewrite&value=httpd\" >> /usr/local/directadmin/data/task.queue "); }
(watch out for the line wrapping in this page).
check one of your httpd.conf files
to check the line's been added.
and re-start apache.
tested on freesbsd 4x and 5x,
don;t know if anything would differ on
linux though.
if ($option eq "y") { system(" echo \"action=rewrite&value=httpd\" >> /usr/local/directadmin/data/task.queue "); }
(watch out for the line wrapping in this page).
check one of your httpd.conf files
to check the line's been added.
and re-start apache.
tested on freesbsd 4x and 5x,
don;t know if anything would differ on
linux though.