Hey

I'm currently getting my django app ready for production. I'm using docker, 
and i currently using the image grahamdumpleton/mod-wsgi-docker:python-2.7 
from https://github.com/GrahamDumpleton/mod_wsgi-docker . I'm running it a 
bit customized as i am using the command ["python", 
"sonofatailorapp/manage_prod.py", "runmodwsgi", "config.wsgi", "--port=80", 
"--log-to-terminal", "--startup-log"] .



As far as i can understand, this method uses the mod_wsgi-express settings 
to run the server. And now is where it gets confusing to me. The docs says 
that mod_wsgi-express will automatically generate the settings as specified 
in the arguments, but i'm at a point where i would like to use other apache 
modules like mod_pagespeed and i can't seem to find a way doing this with 
mod_wsgi-express. I really like that i can startup the server through 
djangos manage.py as it set's up all the right paths for static files and 
so on. I also can't seem to find full documentation for mod_wsgi-express 
and maybe that's why i don't get it. At this point i'm not even sure if 
express is the right way to go in production. Any input would be greatly 
appreciated !

Cheers

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to