|
From: Jamie C. <jca...@we...> - 2011-10-19 03:52:24
|
On 18/Oct/2011 20:37 Trutwin, Joshua <JTR...@CS...> wrote .. > I made some minor tweaks to the default Apache template, I'm curious if there's > a utility script to convert existing configuration over to use the new template? > > FWIW, I also have this set: virt_file=/etc/httpd/sites - so each site has it's > own virtualhost config. You could do this by disabling and then re-enabling the website feature for each domain ... however, this will over-write any per-directory settings, custom PHP mode and the like. The commands to do this are : virtualmin disable-feature --domain whatever.com --web virtualmin enable-feature --domain whatever.com --web - Jamie |