美文网首页
阿里云服务器安装使用FastDFS

阿里云服务器安装使用FastDFS

作者: artCoding | 来源:发表于2020-11-06 15:12 被阅读0次

安装教程

遇到的问题及解决方案

  • nginx启动报错:ERROR - file: ini_file_reader.c, line: 1036, include file "http.conf" not exists
  • 解决方案:进入FastDFS安装包conf目录,将http.conf和mine.types文件复制到/etc/fdfs/下,重启nginx

  • fdfs_upload_file命令上传文件报错:ERROR - file: connection_pool.c, line: 140, connect to server 服务器ip:23000 fail, errno: 110, error info: Connection timed out
  • 阿里云后台安全组开放23000端口

注意事项

  • 阿里云安全组需开放端口:80(nginx)、23000(fastdfs)、22122(fastfds_tracker)、8888(fastdfs_storage)

相关文章

网友评论

      本文标题:阿里云服务器安装使用FastDFS

      本文链接:https://www.haomeiwen.com/subject/nnutbktx.html