Closed DylannCordel closed 8 years ago
@DylannCordel please check if https://github.com/owncloud/core/pull/23065/files helps
Basically you needed to comment this line only
RewriteRule .* index.php [PT,E=PATH_INFO:$1]
Regarding missing signatures for files_antivirus: signed release was published a couple days ago. Just reinstall the app.
Hi @VicDeo
I already did that to hotfix the problem as explained in the copy/paste of the .htaccess
file. It works without this RewriteRule
and associated RewriteCond
.
@VicDeo if this is fixed in the latest antivirus app, can we close it ?
@PVince81 issue with unsigned antivirus files is completely irrelevant here and duplicate of https://github.com/owncloud/files_antivirus/issues/95 (fixed already)
Closing as fixed in 9.0.1 with [master] https://github.com/owncloud/core/pull/23029 [stable9] https://github.com/owncloud/core/pull/23065 Please reopen if not.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Steps to reproduce
Expected behaviour
Display the website
Actual behaviour
Error 500
Server configuration
Operating system: Debian Jessie
Web server: Apache 2 + PHP5-FPM
Database: PostgreSQL
PHP version: 5.6.17
ownCloud version: 9.0.0.19
Updated from an older ownCloud or fresh install: updating from last debian update
Where did you install ownCloud from: apt-get from official owncloud repository
Those execptions are "normal" :
List of activated apps:
The content of config/config.php:
Logs
Web server error log
ownCloud log (data/owncloud.log)
Apache config
php5-fpm pool conf
.htaccess
This file is ignored when we check files hash because it is not listed as invalid instead I comment some rewrite lines in below: