Synology owncloud file/pdf download problem

2015-02-10 Bertas Linux

If you are getting “Missing File” error in owncloud, which is installed in synology, you should login to your device via ssh, with root account and:

$> vi /etc/httpd/conf/extra/mod_xsendfile.conf-user

Add “XSendFilePath /volume1” to the end of file:

LoadModule xsendfile_module modules/mod_xsendfile.so
    XSendFile on
    XSendFilePath /var/services/web /var/services/homes
    SetEnv MOD_X_SENDFILE_ENABLED yes
    XSendFilePath /volume1

And restart web server:

$> httpd -k restart

Comments are currently closed.


Powered by WordPress. Designed by elogi.