[horde] Internal Server Error after latest Horde update

Jan Schneider jan at horde.org
Tue Feb 2 20:15:10 UTC 2016


Zitat von lst_hoe02 at kwsoft.de:

> 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?

You should have some AllowOverride AuthConfig where you used to have  
AllowOverride Limit before you upgraded from Apache 2.2 to 2.4.

-- 
Jan Schneider
The Horde Project
http://www.horde.org/



More information about the horde mailing list