mod_wsgi, mod_python, or just cgi?

后端 未结 4 1749
轻奢々
轻奢々 2021-01-30 16:23

I\'ve been playing around with my own webserver (Apache+Ubuntu) and python. From what I\'ve seen there are 3(?) main ways of doing this:

  1. Apache configured to handl
4条回答
  •  我在风中等你
    2021-01-30 16:52

    I would go with mod_wsgi too.

    If you want a deeper understanding about the question, have a look at this:

    • Apache, FastCGI and Python, by Ferry Boender

    Good stuff!

提交回复
热议问题