简体   繁体   中英

Python - apache - windows 7 - wamp

I tried millions of times to install python with apache on my windows 7 32 bit. But failed. Can anybody tell me the simplest way to get it work???

如果您要运行一个内置于python的简单Web应用程序,则mod_wsgi是一个Apache模块,它将使服务器能够以守护程序或嵌入式代码的形式运行python代码。

Common problems with Apache/mod_wsgi installation, if that is what you are trying to install are:

  1. Installing a mix of 32 and 64 bit binaries for Apache, Python and mod_wsgi.

  2. Not installing Python for all users on the system.

Do either of those and Apache will not startup properly.

Since you don't say what exactly failed, it is hard to guess. Provide more information.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM