|
From: Khaldoon S. <kha...@si...> - 2007-01-15 20:00:38
|
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? Thanks, Khaldoon |
|
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 |
|
From: Khaldoon S. <kha...@si...> - 2007-01-16 04:54:10
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=windows-1256"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks Jamie,<br>
<br>
It worked. Yes I have a Debian-based system (Ubuntu 6.06.1).<br>
<br>
Thanks again,<br>
Khaldoon<br>
<br>
Jamie Cameron wrote:
<blockquote cite="mid...@ww..." type="cite">
<pre wrap="">On 15/Jan/2007 12:00 Khaldoon Sinjab wrote ..
</pre>
<blockquote type="cite">
<pre wrap="">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?
</pre>
</blockquote>
<pre wrap=""><!---->
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
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
<a class="moz-txt-link-freetext" href="http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV">http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV</a>
-
Forwarded by the Webmin mailing list at <a class="moz-txt-link-abbreviated" href="mailto:web...@li...">web...@li...</a>
To remove yourself from this list, go to
<a class="moz-txt-link-freetext" href="http://lists.sourceforge.net/lists/listinfo/webadmin-list">http://lists.sourceforge.net/lists/listinfo/webadmin-list</a>
</pre>
</blockquote>
</body>
</html>
|
|
From: Jamie C. <jca...@we...> - 2007-01-16 05:53:22
|
Excellent .. for some reason, Debian doesn't have that very common actions Apache module enabled by default.<br /><br />=A0- Jamie<br /><br />On 15/Jan/2007 20:54 Khaldoon Sinjab wrote .. <blockquote type=3D"cite"> Thanks Jamie,<br /> <br /> It worked. Yes I have a Debian-based system (Ubuntu 6.06.1).<br /> <br /> Thanks again,<br /> Khaldoon<br /> <br /> Jamie Cameron wrote: <blockquote type=3D"cite" cite=3D"http://mail.webmin.com/mailbox/mid...@ww..."> <pre>On 15/Jan/2007 12:00 Khaldoon Sinjab wrote ..<br /> </pre> <blockquote type=3D"cite"> <pre>Hi,<br /><br />I'm trying to recheck and refresh configuration of Virtualmin. But I get<br />this error:<br />"The Apache module mod_actions is either not installed or not enabled."<br />What should I do?<br /> </pre> </blockquote> <pre><!----> 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 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash <a href=3D"http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV" class=3D"moz-txt-link-freetext">http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV</a> - Forwarded by the Webmin mailing list at <a href=3D"reply_mail.cgi?new=3D1&to=3Dwebadmin%2Dlist%40lists%2Esourceforge%2Enet" class=3D"moz-txt-link-abbreviated">web...@li...</a> To remove yourself from this list, go to <a href=3D"http://lists.sourceforge.net/lists/listinfo/webadmin-list" class=3D"moz-txt-link-freetext">http://lists.sourceforge.net/lists/listinfo/webadmin-list</a> </pre> </blockquote> </blockquote><br /> |
|
From: Khaldoon S. <kha...@si...> - 2007-01-16 06:59:36
|
Hi, I have bind9 chrooted to /var/lib/named on Ubuntu 6.06.1. There is a bootup action to start bind9 but bind does not start after boot. I have to start it manually from bind module or from the bootup action. There is a symlink to the chrooted config directory from the default one. If I configured the bind module as chrooted it can't start bind manually anymore. How can I make bind start automatically after boot? Thanks, Khaldoon |
|
From: Khaldoon S. <kha...@si...> - 2007-01-16 07:50:52
|
Hi, I have bind9 chrooted to /var/lib/named on Ubuntu 6.06.1. There is a bootup action to start bind9 but bind does not start after boot. I have to start it manually from bind module or from the bootup action. There is a symlink to the chrooted config directory from the default one. If I configured the bind module as chrooted it can't start bind manually anymore. How can I make bind start automatically after boot? Thanks, Khaldoon |
|
From: Barry <we...@i1...> - 2007-01-18 00:21:31
|
I am getting this message on a bounced email I send to a domain I am hosting - in theory it sould be redirected to a catchall address: --------------- SMTP error from remote server after RCPT command: host domain.com[xxx.xxx.xxx.xxx]: 554 5.0.0 rewrite: excessive recursion (max 50), ruleset canonify --------------- Using Virtualmin GPL, v 3.31 on Centos 4.3 and sendmail. - Domain has user "cat...@do..." to catch all the extra cruft: the pop3 login is catchall.domain.com - additional email addresses nthat user's page is "@domain.com" - if I click onthe edit email aliases button on the domain page of virtualmin, then "all mailboxes" are set to go to the catchall address. Clearly this is isn't working. Can anyone advise on how to set it up properly? Thanks, Barry |