FastDFS4和Ubuntu12安装及部署步骤

FastDFS4 + Ubuntu12安装及部署

1、 安装libevent

如果需要使用http进行下载,需要安装这个组件。

2、 安装fastdfs

3、 配置fastdfs

4、 安装nginx

问题4.1:安装nginx启动后访问原先资源URL出现404错误

sudo gedit /nginx安装目录/conf/nginx.conf

在nginx.conf添加“user root;”并保存,重启nginx服务后OK

问题4.2:8090端口被占用

复制代码

代码如下:

nginx: [emerg] bind() to 0.0.0.0:8090 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8090 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8090 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8090 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8090 failed (98: Address already in use)
nginx: [emerg] still could not bind()
#killall -9 nginx
// 中断nginx进程
# /nginx安装目录/sbin/nginx -s reload
// 重启nginx

问题4.3:nginx 403 Forbidden

nginx不允许访问请求的资源。可能的原因:

1.网站禁止特定的用户访问所有内容,例:网站屏蔽某个ip访问。

2.访问禁止目录浏览的目录,例:设置autoindex off后访问目录。

3.用户访问只能被内网访问的文件。

案例:在location{allow:all;},我按照网上的例子一直设置为127.0.0.1,导致本机访问没有问题,但是局域网内电脑访问时始终报错。

5、 开机启动

6、 测试上传

7、 在c#中上传文件

下载FastDFS .net Client

https://code.google.com/p/fastdfs/downloads/detail?name=FastDFS_Client_Dotnet.rar&can=2&q=

附:官方安装说明

复制代码

代码如下:

#step 1. download FastDFS source package and unpack it
tar xzf FastDFS_v1.x.tar.gz
#for example:
tar xzf FastDFS_v1.11.tar.gz

#step 2. enter the FastDFS dir
cd FastDFS

#step 3. make all
./make.sh

#step 4. make install
./make.sh install

#step 5. edit/modify the config file of tracker and storage

#step 6. run server programs
#start the tracker server:
/usr/local/bin/fdfs_trackerd <tracker_conf_filename>

#start the storage server:
/usr/local/bin/fdfs_storaged <storage_conf_filename>

#step 7. run test program
#run the client test program:
/usr/local/bin/fdfs_test <storage_conf_filename> <operation>
#for example, upload a file:
/usr/local/bin/fdfs_test conf/storage.conf upload /usr/include/stdlib.h

#step 8. run monitor program
#run the monitor program:
/usr/local/bin/fdfs_monitor <storage_conf_filename>

(0)

相关推荐

  • Windows7 安装和部署时的相关问题

    据微软内部人士透露,微软将在7月完成对Windows 7的整个研发工作,并且在7月中下旬将编译完成的Windows 7光盘的母盘交付给与其合作的OEM厂商,批量制作Windows 7的彩包装产品,并且 ...

  • 安装win10系统步骤U盘安装

    安装win10系统步骤U盘安装 操作方法 01 那么首先我们需要下载widows10操作系统 02 之后选择你的U盘启动盘  插入电脑USB口  启动键根据电脑型号 03 随后我们选择启动PE 04 ...

  • centos 系统下安装配置FastDFS步骤分享

    centos 系统下安装配置FastDFS步骤: 1:安装libevent(libevent-2.0.16-stable) ##卸载系统自带libevent rpm -qa|grep libevent ...

  • 160wifi怎么用 160wifi的安装和使用步骤

    小编曾经在网上看到一则笑话某人在酒店住了3天,每天晚上和朋友回来都碰到这么一个人,面对着墙角,好像很专心的在做什么事情,有时候好几个小时都在那里,特别诡异,朋友很害怕,老让我去问,我又不好意思装孙子, ...

  • 怎么用u盘安装win10系统? u盘安装win10系统步骤

    u盘win10安装教程来咯~下文将演示用u盘安装win10系统步骤,U盘安装是比较常用的安装系统的方法,下面就来了解一下Windows10系统该如何使用U盘安装吧。 1、下载所需要的win10系统IS ...

  • win8.1怎么升级win10 win8.1升级安装win10图文步骤

    win8.1升级win10教程来咯~下文将演示win8.1安装升级win10步骤。有的朋友现在使用的是Windows8.1系统,那么该如何升级至Windows10呢?请参考下文步骤吧。 第一步、下载W ...

  • 详解XP纯净版系统中安装IIS的步骤方法

    今天小编给大家详解XP纯净版系统中安装IIS的步骤方法,也许会有用户好奇的问XP纯净版系统中怎么也能安装IIS呢?如果你也好奇的话,赶快来看看以下的步骤方法吧。 1、在“运行”窗口中输入c:Windo ...

  • Macbook Pro上安装三系统步骤详解

    有关如何在macbook pro上安装三系统(mac os x+windows+linux ubuntu),本人本本MB986亲自测试,经过4天奋战已初有小成,特地写下详细安装教程便于惠存,如有问题情 ...

  • 小米随身wifi驱动安装的正确步骤

    小米随身wifi是很多网友都会选择wifi软,可以将电脑的网络发射成WiFi信号,让手机、平板电脑等其他平台设备进行信号的共享。不过,最近有网友表示,下载的小米随身wifi驱动安装不了,不知道是什么原 ...