1安装环境1.1系统环境系统:最小化安装的RedHat6.4版本:2.6.32-358.el6.x86_641.2软件版本FastDFS版本:FastDFS_v3.06.tar.gzNginx版本:nginx-1.0.11.tar.gzFastDFS-Nginx-module版本:fastdfs-nginx-module_v1.10.tar.gz1.3目录结构/data/fastdfs/存放日志和数据1.4角色分配..
分类:
其他好文 时间:
2015-10-11 06:53:01
阅读次数:
845
关于Linux操作系统中FastDFS部署手册1.部署环境关于本次FastDFS_3.11版本的部署实验环境如下表所示:FastDFS部署环境类别OSFastDFS机器台数备注版本RedHat_Linux.5.4-x86_64FastDFS_v3.112表格12.组件和包安装安装开发工具和所需的开发包配置yum升级服务或安装系统时选择安装相..
分类:
系统相关 时间:
2015-09-18 12:07:40
阅读次数:
539
1: 启动FastDFS tracker: /usr/local/bin/fdfs_trackerd /etc/fdfs/tracker.conf storage: /usr/local/bin/fdfs_storaged /etc/fdfs/storage.conf2:关闭FastDFS trac...
分类:
其他好文 时间:
2015-09-11 14:15:15
阅读次数:
131
FastDFS + Nginx 反向代理缓存 安装与配置作者:斯巴达克斯 时间:March 26, 2015 分类:存储操作系统 CentOS release 6.5 (Final) 64nginx相关软件nginx-1.4.7 下载地址: http://nginx.org/en/download....
分类:
其他好文 时间:
2015-09-11 14:02:55
阅读次数:
1132
下载:wgethttp://sourceforge.net/projects/fastdfs/files/FastDFS%20Server%20Source%20Code/FastDFS%20Server%20with%20PHP%20Extension%20Source%20Code%20V5.03/FastDFS_v5.03.tar.gz安装:修改make.shTARGET_PREFIX=/usr/local/fdfs/TARGET_CONF_PATH=/etc/fdfs#WITH_LIN..
分类:
其他好文 时间:
2015-09-11 12:48:36
阅读次数:
268
因字数限制,新开文章 第九天 今天设置nginx代理,代理存储服务的http访问。 在没有代理前,我们上传了图片,需要使用group中的任一storage server进行访问,如果是多group,很麻烦。 新增一台虚拟机,部署nginx...
分类:
其他好文 时间:
2015-09-08 12:46:42
阅读次数:
153
set $fastdfs "0";
if ($args ~* "^wh=([\d]+)x([\d]+)") {
set $wd $1;
set $hd $2;
set $fastdfs "01";
}
if ($fastdfs = "01") {
rewrite (.*) /rsz${wd}x${hd}/$1 last;
}
location ~* /rs...
分类:
其他好文 时间:
2015-09-06 21:46:36
阅读次数:
343
storage安装1,安装相关库文件gitclonehttps://github.com/happyfish100/libfastcommon.git
cdlibfastcommon/
shmake.sh
shmake.shinstall2,安装fastDFSgitclonehttps://github.com/happyfish100/fastdfs.git
cdfastdfs
shmake.sh
shmake.shinstall3,安装完成截图mkdir-p/usr/b..
分类:
其他好文 时间:
2015-09-02 19:16:04
阅读次数:
320
monitor /etc/fdfs/client.conf发现有一台服务器offline,再重启启动不起来。查看日志发现 response status 17 != 0发现是/data/fastdfs/data/sync/ip+23000.mark 文件不能读,于是备份,删除重新启动storage,...
分类:
其他好文 时间:
2015-09-02 18:57:19
阅读次数:
2171
1,安装相关库文件gitclonehttps://github.com/happyfish100/libfastcommon.git
cdlibfastcommon/
shmake.sh
shmake.shinstall2,安装fastDFStrackerdgitclonehttps://github.com/happyfish100/fastdfs.git
cdfastdfs
shmake.sh
shmake.shinstall3,安装完成信息mkdir-p/usr/bin
m..
分类:
其他好文 时间:
2015-09-01 18:32:28
阅读次数:
215