老师帮我看看
来源:16-2 nginx + uwsgi 实现多进程访问
慕妹4270370
2019-07-10
(python3_vir) [root@iZbp1i0t9v2ixxhu5e9tewZ Order]# vim uwsgi.ini
(python3_vir) [root@iZbp1i0t9v2ixxhu5e9tewZ Order]# uwsgi --ini uwsgi.ini
[uWSGI] getting INI configuration from uwsgi.ini
[uwsgi-static] added mapping for /static => /data/www/Order/web/static
(python3_vir) [root@iZbp1i0t9v2ixxhu5e9tewZ Order]# open("/data/www/logs/order.log"): No such file or directory [core/logging.c line 288]
(python3_vir) [root@iZbp1i0t9v2ixxhu5e9tewZ Order]#
执行:
uwsgi --ini uwsgi.ini
报错;
(python3_vir) [root@iZbp1i0t9v2ixxhu5e9tewZ Order]# open("/data/www/logs/order.log"): No such file or directory [core/logging.c line 288]
注:
我又重新配置了环境,把项目目录 改成Order
============
Welcome to Alibaba Cloud Elastic Compute Service !
[root@iZbp1i0t9v2ixxhu5e9tewZ ~]# clear
[root@iZbp1i0t9v2ixxhu5e9tewZ ~]# ll
total 4
drwxr-xr-x 3 root root 4096 Jul 10 18:30 data
[root@iZbp1i0t9v2ixxhu5e9tewZ ~]# cd data/www/
[root@iZbp1i0t9v2ixxhu5e9tewZ www]# ll
total 25484
drwxr-xr-x 2 root root 4096 Jul 10 20:35 logs
drwxr-xr-x 9 root root 4096 Jul 10 20:46 Order
-rw-r--r-- 1 root root 26082112 Jul 10 16:36 Order.zip
drwxr-xr-x 5 root root 4096 Jul 10 19:01 python3_vir
[root@iZbp1i0t9v2ixxhu5e9tewZ www]# cd logs/
[root@iZbp1i0t9v2ixxhu5e9tewZ logs]# ll
total 0
[root@iZbp1i0t9v2ixxhu5e9tewZ logs]#
老师,你看下,我这个目录存在的
写回答
3回答
-
你好
你看看 /data/www/logs/ 这个目录是否存在
012019-07-11 -
那时七叶3677041
2019-07-19
我也是这个错!!!!!
00 -
编程浪子
2019-07-11
你好
open("/data/www/logs/order.log"): No such file or directory
这个错误就是 这个目录肯定不存在。
你要知道 /data 表示顶级目录的,而不是你的~ 家目录
00
相似问题