Hacker News new | ask | show | jobs
by irahul 4834 days ago
> I have nginx + gunicorn controlled by supervisord running and I must admit coming from LAMP it went not as smooth as I hoped.

If you are so inclined, you can do it using Apache + mod_wsgi. That is very similar to how you do Apache + mod_php

1 comments

mod_wsgi usage is not recommended.
Do you mean mod_wsgi or mod_python?
Sorry, got confused :) Was thinking mod_python.
According to whom?