[horde] Internal Server Error after latest Horde update
lst_hoe02 at kwsoft.de
lst_hoe02 at kwsoft.de
Tue Feb 2 16:20:12 UTC 2016
Hello,
today i updated horde as usual with pear and after restart i got a
internal server error. In the logfile the following was logged
"/var/www/horde/.htaccess: Require not allowed here" and indeed when
disabling the "Require" part it works again like it should
# IMPORTANT: DO NOT EDIT THIS FILE!
# It will be overwritten with any future upgrade.
#<IfModule authz_core_module>
# Require all granted
#</IfModule>
<IfModule !authz_core_module>
Allow from all
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteRule .* - [env=REDIRECT_HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ rampage.php [QSA,L]
</IfModule>
This is on fairly stock Ubuntu 14.04 LTS with Apache 2.4.7. Is this an
error in my configuration or where should i dig to not get it trouble
with the next update again?
Thanks
Andreas
More information about the horde
mailing list