Python作为FastCGI在windows和apache下

Pau*_*ter 6 python windows apache fastcgi

我需要在一个带有windows/apache/FastCGI的现有系统下运行一个简单的请求/响应python模块.

python的所有FastCGI包装器我只尝试用于Linux(它们使用socket.fromfd()和其他类似的shticks).

是否有一个在Windows下运行的包装器?

Pau*_*her 1

Django bug表明python-fastcgi可以为您工作,并且其 PyPI 页面报告它可以在 Windows 上工作。