-
Categories
-
Tags/Keywords
-
Recent Posts
-
Recent Comments
Tag: wsgi
Preventing IOerror on stdout with modWSGI
By default, you can't use prints in a django app, because mod_wsgi restricts that. You can change that by putting this in your configuration:
Read More »
Disabling debug for mod wsgi
For the record, when deploying mod wsgi apps, remember to enable optimizations in mod_wsgi.conf. Otherwise debug will be true.
Read More »