Updated Home (markdown)

master
turli 2022-09-06 22:35:14 +08:00
parent 505214c3ed
commit 83261a7501
1 changed files with 3 additions and 0 deletions

@ -225,5 +225,8 @@ store_path(数字) #设置几个储存地址写几个 从0开始
如果nginx无法访问 先检查防火墙 和 mod_fastdfs.conf文件tracker_server是否一致
如果不是在/usr/local/src文件夹下安装 可能会编译出错
如果 unknown directive "ngx_fastdfs_module" in /usr/local/nginx/conf/nginx.conf:151可能是nginx一直是启动的必须要重启nginx才可以`nginx -s reload`无效。
如果nginx的error.log中提示ERROR - file: ini_file_reader.c, line: 1051, include file "http.conf" not exists, line: "#include http.conf"
ERROR - file: /root/fastdfs-nginx-module/src/common.c, line: 163, load conf file "/etc/fdfs/mod_fastdfs.conf" fail, ret code: 2
则 需要将fastdfs的源码中的conf文件夹中的hhtp.conf和mime.types cp到 etc/fdf文件夹中。
```
教程是在上一位huayanYu(小锅盖)的基础上添加了一些东西本质上还是huayanYu(小锅盖)写的教程