Flask Apache on AWS EC2 - Read/Write Failing
问题 So I've been stumped by this problem for a day now. I'm relatively new to AWS EC2 so have been experimenting with Python Flask apps on it. I have an Ubuntu instance, and can get a flask app to run fine on it using Apache2 and WSGI. Only problem is whenever I put a line into my app that requests either a read or a write on the file system the server errors, but the error logs don't produce an error. Here's the function with some debug prints that errors the site: def cleanup_temps(): basePath