mod_wsgi加载模块但不加载WSGI文件

时间:2014-03-21 17:14:22

标签: python mod-wsgi windows-7-x64 wsgi apache2.4

我的环境(全32位)

  • Apache 2.4(通过XAMPP)
  • Python 2.7.6
  • mod_wsgi 3.4 for Apache 2.4
  • Windows 7 64位

http.config

  • LoadModule wsgi_module modules / mod_wsgi.so
  • WSGIScriptAlias \ application C:\ xampp \ htdocs \ site \ wsgi \ wsgi_app.wsgi(VirtualHost)
  • AddHandler wsgi-script .wsgi(VirtualHost)

Apache错误日志(Apache重启后的最后一个条目)

  • [Fri Mar 21 16:22:59.679443 2014] [:info] [pid 7160:tid 440] mod_wsgi(pid = 7160):初始化Python。
  • [Fri Mar 21 16:22:59.705445 2014] [:info] [pid 7160:tid 440] mod_wsgi(pid = 7160):附上翻译''。

据我所知,WSGIPythonPath仅在需要搜索额外目录/ wsgi文件目录时才需要,所以不明白为什么纯文本出现在Chrome中?

这是由Google Documentation完成的。

此致

0 个答案:

没有答案