I am hosting a Django site on hostmonstor and I have not been successful in getting file uploads to work.

I am trying to upload to the public_html/uploads folder and have set the permission on the public_html folder to be 777. Also the internal folder public_html/uploads is set to 766. The umasks are set to 022.

The result after attempting to upload a file is an OSError with an exception value of [Errno 13] Permission denied: '/public_html'. I am new at permissions in linux and I'm not sure what the best security settings would be.

link|improve this question

25% accept rate
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.