-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
按要求配置好mod_fastdfs.conf文件和复制http.conf,mime.types之后,nginx的worker依然启动失败 #78
Comments
我也遇到相同的问题了 |
我的原因是fastdfs没开...你看看你是不是也是因为这个
…------------------ 原始邮件 ------------------
发件人: "happyfish100/fastdfs-nginx-module" <[email protected]>;
发送时间: 2020年11月25日(星期三) 下午3:20
收件人: "happyfish100/fastdfs-nginx-module"<[email protected]>;
抄送: "陈楚毅"<[email protected]>;"Author"<[email protected]>;
主题: Re: [happyfish100/fastdfs-nginx-module] 按要求配置好mod_fastdfs.conf文件和复制http.conf,mime.types之后,nginx的worker依然启动失败 (#78)
我也遇到相同的问题了
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
1、先开启fastdfs服务 综上所述:一定,一定,一定先启动fastdfs服务,唉,说多了都是泪。 |
也是没有开启,谢谢您们,解决了 |
问题一样,谢谢回复 |
我在配置 |
按要求配置好文件之后,启动nginx的时候会多一个nobody启动的master,而且进程号一直在变,然后error.log里面的worker一直显示:
[alert] 9509#0: worker process 9584 exited on signal 11 (core dumped)
请问是什么原因?怎么解决?(fastDFS版本6.06,nginx版本1.16.1,fastdfs-nginx-module版本1.22)
nginx.conf内容:
#user nobody;
worker_processes 1;
events {
worker_connections 1024;
}
http {
include mime.types;
default_type application/octet-stream;
}
The text was updated successfully, but these errors were encountered: