Re: django-sendfile with apache2+mod_wsgi: got empty files

2015-09-16 Thread gerard
Le 16/09/2015 15:47, gerard a écrit : In apache2 conf: Options Indexes FollowSymLinks MultiViews XSendFile On AllowOverride All Order allow,deny allow from all ok, replacing the above with: XSendFile On XSendFilePath /home/devel/media/python3/media/Images/ does the

django-sendfile with apache2+mod_wsgi: got empty files

2015-09-16 Thread gerard
Hello all, im using django-sendfile with django 1.8.4. Tested with development backend and runserver, everything is fine. But when going to Apache2 and xsendfile backend, the downloaded files are empties, i don't understand why. I have: MEDIA_ROOT = '/home/devel/media/python3/media' and Images