[horde] Internal Server Error after latest Horde update
Samuel Wolf
samuel at sheepflock.de
Tue Feb 2 18:05:51 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?
Which modules are enabled?
root at wds:/etc/apache2/mods-enabled# ls -l | grep auth
lrwxrwxrwx 1 root root 33 Okt 11 14:55 auth_basic.load ->
../mods-available/auth_basic.load
lrwxrwxrwx 1 root root 33 Okt 11 14:55 authn_core.load ->
../mods-available/authn_core.load
lrwxrwxrwx 1 root root 33 Okt 11 14:55 authn_file.load ->
../mods-available/authn_file.load
lrwxrwxrwx 1 root root 33 Okt 11 14:55 authz_core.load ->
../mods-available/authz_core.load
lrwxrwxrwx 1 root root 33 Okt 11 14:55 authz_host.load ->
../mods-available/authz_host.load
lrwxrwxrwx 1 root root 33 Okt 11 14:55 authz_user.load ->
../mods-available/authz_user.load
root at wds:/etc/apache2/mods-enabled#
No problems on Debian 8.3 with apache2 2.4.10-10+deb8u4
>
> Thanks
>
> Andreas
>
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
More information about the horde
mailing list