2 years, 1 month ago
via pythonquestions.com
What web server is the best one to use to run a python powered website?
Apache-mod_wsgi? Gunicorn?
Separate topics with commas, or by pressing return. Use the delete or backspace key to edit or remove existing topics.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$1 Answer
I would recommend using Apache - it's cross platform, easy to install and supports languages such as Python (as well as Perl and PHP).
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$
Apache by itself isn't really an answer; would you use mod_wsgi? mod_python? Some other interface?