|
From: Jamie C. <jca...@we...> - 2007-01-16 02:05:52
|
On 15/Jan/2007 12:00 Khaldoon Sinjab wrote .. > Hi, > > I'm trying to recheck and refresh configuration of Virtualmin. But I get > this error: > "The Apache module mod_actions is either not installed or not enabled." > What should I do? I've seen this on Debian sometimes. The solution is to do the following : 1) Login as root via SSH or at the console, and go to the /etc/apache2/mods-enabled directory. 2) Run ln -s ../mods-available/actions.* . 3) Run /etc/init.d/apache2 restart 4) Go to Webmin's Apache Webserver module, click on Re-Configure Known Modules, and click Configure. 5) Go back to Virtualmin and try the re-check again. - Jamie |