Regenerate apacheconf when upgrading

This commit is contained in:
Alan Garcia 2011-05-18 07:10:46 +00:00
parent 2ae344b637
commit 86985b6a27
1 changed files with 4 additions and 0 deletions

View File

@ -79,3 +79,7 @@ VALUES (
);
-- Regenerate apache conf to enable mpm-itk
update sub_domaines set web_action = 'UPDATE';
update domaines set dns_action = 'UPDATE';