I have a centos5 server running apache and mod_wsgi.

I have updated my django settings file to allow for bigger uploads.

FILE_UPLOAD_MAX_MEMORY_SIZE = 429916160

the maximum i have set it too is 500mb

filesize = 162,4 MB total Although I find that when the file reaches about 25% (seeing in Google Chrome), it seems like it times out or the connection just terminates.

Are there any further adjustmenst that need to be made in Apache, or mod_wsgi to achieve bigger uploads?

Thanks in advance

UPDATE

I am also using django-imagekit and django-cumulus

I have increased the time limits on django-cumulus to be like 10 mins and still no change.

I have also taken StefanNch idea onboard and set my apache configuration to handle 500mb files.

Still no luck

link|improve this question

67% accept rate
Try a different browser and work out if it is a Chrome browser problem. – Graham Dumpleton Aug 16 '11 at 9:01
I have tried, in Safari, which only seems to take ages but doesn't complete and the same thing happens with FireFox – ApPeL Aug 16 '11 at 9:06
Can you now also try a not so ancient Django, preferably 1.3. – Graham Dumpleton Aug 16 '11 at 9:42
1  
I don't believe is a Django issue, but who knows ... the Apache's log tells you anything? What's your LimitRequestBody value? – StefanNch Aug 16 '11 at 11:07
I don't have a current value set for that. Nothing logged in Apache that tells me their is an error... I don't have a LimitRequestBody set. I'll dig around for some documentation on that and let you know if it helped. – ApPeL Aug 16 '11 at 12:05
show 2 more comments
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.