• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Horde Webmail IfModule not allowed here

onycro

Basic Pleskian
Hello there forum users,

I am operating a plesk 12 on ubuntu 14. I configured plesk to use horde as webmailservice. But currently there is an issue with the .htaccess file.

This is what /var/log/apache2/error.log says:
/usr/share/psa-horde/.htaccess: <IfModule not allowed here

My question is: How to resolve that issue? This is what I tried

1. Reconfigure the domain
/usr/local/psa/admin/bin/httpdmng --reconfigure-domain mydomain.tld
-> Nothing changed

2. Research
I found out that it could probably the missing directive: AllowOverride
But where to add this and do you also think this directive is the problem?
 
Hi onycro,

unfortunately, you left out informations about your used apache - webserver - version. Please be informed, that since apache 2.4, there are some important changes, which you may read at:

Please check as well "/etc/apache2/mods-available/" and "/etc/apache2/mods-enabled/" for available modules and activated modules.

To read more about the setting "AllowOverride" for apache 2.4. please visit: AllowOverride-Direktive ( external link, apache.org )


To investigate possible issues/problems, please consider to include your .htaccess - file and the depending configuration files for your domain.

 
Hello UFHH01,

the installed apache version is 2.4.7.

All enabled mods:
/etc/apache2/mods-enabled$ ls *.conf
actions.conf dav_fs.conf mime.conf php5.conf setenvif.conf
alias.conf dir.conf mpm_prefork.conf proxy.conf ssl.conf

All available mods:
/etc/apache2/mods-available$ ls *.conf
aclr.conf cgid.conf info.conf mpm_event.conf proxy_balancer.conf setenvif.conf
actions.conf dav_fs.conf jk.conf mpm_prefork.conf proxy.conf ssl.conf
alias.conf deflate.conf ldap.conf mpm_worker.conf proxy_ftp.conf status.conf
autoindex.conf dir.conf mime.conf negotiation.conf reqtimeout.conf sysenv.conf
cache_disk.conf fcgid.conf mime_magic.conf php5.conf rpaf.conf userdir.conf

Regarding the log files: I would rather not post them to avoid information disclosure. But if you could assist me in locating the problem, I would be grateful (without posting log files).

Best wishes
onycro
 
Hi onycro,

to activate the extension "mod_rewrite" with apache 2.4, you would use the command

a2enmod rewrite

afterwards, please restart your webserver with "service apache2 restart".

To continue, please reconfigure your configuration files with

/usr/local/psa/admin/sbin/httpdmng --reconfigure-all
 
Hello UFHH01,

I've done everything that you've said and everything worked like a charm without an error. But still the error exists.

Regards
onycro
 
Hi onycro,

consider to change the webmail - software from horde to roundcube and test, if roundcube works. If it works, you certainly have the choice to re-change your webmail - software again back to horde and report each issue/problem you might have with the help of errors from logs please.
 
Back
Top