[Owncloud] rewrite bug in apache: 500 internal server error
Jakob Sack
mail at jakobsack.de
Mon Nov 14 17:35:28 UTC 2011
Hi Pascal,
what happens if you replace
>--
RewriteEngine on
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last]
<--
with
>--
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last]
</IfModule>
<--
Does it work then?
Regards,
Jakob Sack
Am 14.11.2011 15:37, schrieb Pascal d'Hermilly:
> After doing a git pull today I get a 500 internal server error when I
> open my owncloud.
>
> Apache log says: .htaccess: Invalid command 'RewriteEngine', perhaps
> misspelled or defined by a module not included in the server
> configuration
>
> It seems to me that Sean Leonard / commit
> 70014c4fd02f3bda7c92f68ffee8b787b223022f is the sinner.
>
> cheers
> Pascal
> _______________________________________________
> Owncloud mailing list
> Owncloud at kde.org
> https://mail.kde.org/mailman/listinfo/owncloud
More information about the Owncloud
mailing list