gpt4 book ai didi

Python mod_wsgi 不工作

转载 作者:行者123 更新时间:2023-11-28 17:42:45 24 4
gpt4 key购买 nike

我在 Centos 6 服务器上使用 Python Flask,mod_wsgi 突然不能工作了。

这是错误信息。

mod_wsgi (pid=6206): Target WSGI script '/home/bridge/index.wsgi' does not contain WSGI application 'application'.

这是 apis.wsgi 文件。

import sys
sys.path.insert(0,'/home/bridge/apis')
from apis import app as application

import logging
logging.basicConfig(stream=sys.stderr)

这里是 index.py 文件。

from apis import app

我没有在服务器上更改任何内容。我所做的只是重新启动服务器。有没有人知道这个问题?

最佳答案

试着看看这个:http://code.google.com/p/modwsgi/wiki/InstallationIssues

它列出了 modwsgi 的许多问题。祝这次修复好运!

您可能不小心编辑了代码并把事情搞砸了。仔细检查。

关于Python mod_wsgi 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22087584/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com