These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Removing Features on the new forum.
This website is deprecated, and remains online only for historic access to old issues and docs for historic versions of Virtualmin. It has been unmaintained for several years, and should not be relied on for up-to-date information. Please visit www.virtualmin.com instead.
I have an Problem with my Virtualmin. I have moved the DNS Service out of Virtualmin. Now my Users had the DNS Interface still in the Virtualmin Panel. How can I deactivate this on a simple way?
That's right. :) You can use the Virtualmin command line API too. Log in via SSH and use virtualmin disable-feature That will display help how to disable DNS for all domains at once.
Just turn off the DNS feature for the domains in question, in "Edit Server -> Enabled features".
But this would go very long with >50 Domains.
That's right. :) You can use the Virtualmin command line API too. Log in via SSH and use
virtualmin disable-feature
That will display help how to disable DNS for all domains at once.Thank you. This works great!
How can I change all Domains to the PHP Version FCGId? It didn't work with virtualmin modify-php-ini --all-domains FCGId
Howdy,
Check out the "virtualmin modify-web" command -- the "--mode" parameter within there should do what you're after.
-ERic