Why is mod_wsgi not able to write data? IOError: failed to write data

后端 未结 4 722
耶瑟儿~
耶瑟儿~ 2021-01-31 08:07

What could be causing this error:

$ sudo tail -n 100 /var/log/apache2/error.log\'

[Wed Dec 29 15:20:03 2010] [error] [client 220.181.108.181] mod_wsg         


        
4条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-31 08:34

    I'm wagering it is a permissions issue. True making the target directory/file universally writable. Then make the file owned by your www-data group (or whatever your apache user is), make it group writable, and make sure nothing in that folder is sensitive because this could be a security problem.

提交回复
热议问题