摘要:解压进入安装目录重新配置安装包,添加源码目录报错解决方案修改添加找到的路径启动发现进程未启动查看日志缺少配置文件,找到拷贝到目录下修改配置文件保存退出重启依旧没有进程继续看解决方案了添
解压 fastdfs-nginx-module-1.20
进入Nginx安装目录
重新配置安装包,添加fastdfs源码目录
sudo ./configure --add-module=/root/libinstall/fastdfs-nginx-module-1.20/src
make
报错
解决方案:
root@ubuntu:/home/wangsx/libinstall/download/nginx-1.10.3# find /usr/include/ -name common_define.h /usr/include/fastcommon/common_define.h
修改 obj/makefile,添加找到的路径
make&&make install
启动 nginx
#/usr/local/nginx/sbin/nginx root@ubuntu:/usr/local/nginx# ps -aux|grep nginx root 13860 0.0 0.0 36836 600 ? Ss 07:48 0:00 nginx: master process ./nginx root 14072 0.0 0.0 21292 928 pts/2 S+ 07:54 0:00 grep --color=auto nginx
发现worker 进程未启动
查看日志
vi ./logs/error.log
缺少配置文件 ,找到拷贝到目录下
root@ubuntu:~/libinstall/fastdfs-nginx-module-1.20/src# cp mod_fastdfs.conf /etc/fdfs/
修改 mod_fastdfs.conf 配置文件
保存退出:
重启nginx
root@ubuntu:/etc/fdfs# ps -aux |grep nginx root 14326 0.0 0.0 36836 604 ? Ss 08:19 0:00 nginx: master process nginx root 14331 0.0 0.0 21292 1084 pts/2 S+ 08:19 0:00 grep --color=auto nginx
依旧没有worker进程
继续看log
解决方案:
root@ubuntu:~/libinstall/fastdfs-5.11/conf# cp http.conf /etc/fdfs/ root@ubuntu:/home/wangsx/libinstall/download/nginx-1.10.3/conf# cp mime.types /etc/fdfs/
root@ubuntu:~/libinstall/fastdfs-5.11/conf# nginx -s stop root@ubuntu:~/libinstall/fastdfs-5.11/conf# nginx root@ubuntu:~/libinstall/fastdfs-5.11/conf# ps aux |grep nginx root 14740 0.0 0.0 36836 600 ? Ss 08:35 0:00 nginx: master process nginx nobody 14741 0.1 0.1 37276 3560 ? S 08:35 0:00 nginx: worker process root 14743 0.0 0.0 21292 928 pts/18 S+ 08:35 0:00 grep --color=auto nginx
OK了~
添加nginx 域名地址解析
修改、/usr/local/nginx/conf/nginx.conf配置文件
添加如下:
nginx -s reload
成功效果如下:
至此,nginx+fastdfs配置完成。
文章版权归作者所有,未经允许请勿转载,若此文章存在违规行为,您可以联系管理员删除。
转载请注明本文地址:https://www.ucloud.cn/yun/40466.html
摘要:项目比较老旧,自己修改了一下,跑在上,用的和位系统,记录下来,以后上传图片都可以用。是一个开源的轻量级分布式文件系统,功能包括文件存储文件同步文件访问文件上传文件下载等。主要的有两个角色和。 项目比较老旧,自己修改了一下,跑在mac上,用的IDEA和centos7 64位系统,记录下来,以后上传图片都可以用。 使用场景:图片上传 如果我们把图片全都放在上传到webapp路径下显然是一种...
摘要:新建文件夹尝试启动为默认监听端口看到已经在监听端口,说明启动成功。修改修改为的路径,我这里为修改为你的监听的和端口号,我这里为保存退出。即为上传图片成功 于前不久,公司论坛的图片终于将服务器给挤爆了,已经达到了恐怖的34G,服务器总容量才40G。如果直接加硬盘的话,那么discuz中的逻辑几乎就要全改,所以不行。如果将所有图片扔到对象存储的话,那么这会是一大笔支出(虽然钱不是我出),所...
阅读 2365·2021-09-22 16:01
阅读 3124·2021-09-22 15:41
阅读 1150·2021-08-30 09:48
阅读 471·2019-08-30 15:52
阅读 3304·2019-08-30 13:57
阅读 1694·2019-08-30 13:55
阅读 3630·2019-08-30 11:25
阅读 737·2019-08-29 17:25