Ich habe ein Problem mit X-Sendfile unter Apache unter Debian mit ownCloud. Wenn ich eine einzelne Datei herunterladen möchte, erhalte ich eine Fehlermeldung:
Die aufgerufene URL /owncloud/index.php/apps/files/ajax/download.php wurde auf diesem Server nicht gefunden.
Meine Konfiguration in sites-enabled/000-default
(und 000-default-ssl
) ist Webserver root /media/usb/www/
und ownCloud data folder ist/media/usb/owncloud/data
<Directory /media/usb/www/owncloud>
Options -Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
SetEnv MOD_X_SENDFILE_ENABLED 1
XSendFile On
XSendFilePath /tmp/oc-noclean
XSendFilePath /media/usb/owncloud/data
</Directory>