python项目报500 mod_wsgi错误?

python项目报500 mod_wsgi错误?

线上环境出问题了 检查了好久没找到问题
ubuntu环境有python3.8 python 3.9 python2.7 不知道是不是python环境的问题 求大神指点
下面是apache日志

[Wed Aug 02 16:44:15.170848 2023] [wsgi:error] [pid 367880:tid 140545791973120] error code:500

[Wed Aug 02 16:44:15.170949 2023] [wsgi:error] [pid 367880:tid 140545791973120] [remote 23.251.102.74:33332] mod_wsgi (pid=367880): SystemExit exception raised when doing exec of Python script file '/www/frame_worker/project_zgh/apache.wsgi'.

[Wed Aug 02 16:44:15.171024 2023] [wsgi:error] [pid 367880:tid 140545791973120] [remote 23.251.102.74:33332] mod_wsgi (pid=367880): SystemExit exception raised by WSGI script '/www/frame_worker/project_zgh/apache.wsgi' ignored.

[Wed Aug 02 16:44:15.171153 2023] [wsgi:error] [pid 367880:tid 140545791973120] [remote 23.251.102.74:33332] Traceback (most recent call last):

[Wed Aug 02 16:44:15.171176 2023] [wsgi:error] [pid 367880:tid 140545791973120] [remote 23.251.102.74:33332] File "/www/frame_worker/project_zgh/apache.wsgi", line 4, in <module>

[Wed Aug 02 16:44:15.171180 2023] [wsgi:error] [pid 367880:tid 140545791973120] [remote 23.251.102.74:33332] from app_zgh import app as application

[Wed Aug 02 16:44:15.171185 2023] [wsgi:error] [pid 367880:tid 140545791973120] [remote 23.251.102.74:33332] File "/www/frame_worker/app_zgh.py", line 4, in <module>

[Wed Aug 02 16:44:15.171188 2023] [wsgi:error] [pid 367880:tid 140545791973120] [remote 23.251.102.74:33332] app = create_app('project_zgh')

[Wed Aug 02 16:44:15.171192 2023] [wsgi:error] [pid 367880:tid 140545791973120] [remote 23.251.102.74:33332] File "create_app.py", line 93, in create_app.create_app

[Wed Aug 02 16:44:15.171197 2023] [wsgi:error] [pid 367880:tid 140545791973120] [remote 23.251.102.74:33332] File "/usr/local/lib/python3.9/_sitebuiltins.py", line 26, in __call__

[Wed Aug 02 16:44:15.171200 2023] [wsgi:error] [pid 367880:tid 140545791973120] [remote 23.251.102.74:33332] raise SystemExit(code)

[Wed Aug 02 16:44:15.171210 2023] [wsgi:error] [pid 367880:tid 140545791973120] [remote 23.251.102.74:33332] SystemExit: None

以上是 python项目报500 mod_wsgi错误? 的全部内容, 来源链接: utcz.com/p/938968.html

回到顶部