Why avoid CGI for Python with LAMP hosting?

前端 未结 6 579
春和景丽
春和景丽 2021-01-31 04:52

I have been using PHP for years. Lately I\'ve come across numerous forum posts stating that PHP is outdated, that modern programming languages are easier, more

6条回答
  •  情深已故
    2021-01-31 05:00

    mod_wsgi is the proper alternative. It is preferable over CGI in almost all aspects.

提交回复
热议问题