【发布时间】:2023-12-30 01:40:01
【问题描述】:
在http://code.google.com/p/modwsgi/ 上可以阅读此声明
mod_wsgi 的守护程序模式将 仅在 Apache 2.0 或 2.2 上可用 在 UNIX 上运行,并且仅当 Apache 运行时库底层 Apache 已在支持下编译 用于线程。
Windows下不支持daemon模式的原因是什么?
得到后发现上面的
Invalid command 'WSGIDaemonProcess', perhaps misspelled or defined by a module not included in the server configuration
来自 Apache 的错误。包含模块不是问题,因为WSGIScriptAlias 指令可以正常工作。我猜我得到的错误是由于 mod_wsgi 的 wiki 上描述的限制。
【问题讨论】:
标签: python windows apache mod-wsgi