位置: 编程技术 - 正文
推荐整理分享FastDFS4和Ubuntu12安装及部署步骤,希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!
FastDFS4 + Ubuntu安装及部署
1、 安装libevent
如果需要使用http进行下载,需要安装这个组件。
2、 安装fastdfs
3、 配置fastdfs
4、 安装nginx
问题4.1:安装nginx启动后访问原先资源URL出现错误
sudo gedit /nginx安装目录/conf/nginx.conf
在nginx.conf添加“user root;”并保存,重启nginx服务后OK
问题4.2:端口被占用
复制代码代码如下:nginx: [emerg] bind() to 0.0.0.0: failed (: Address already in use)nginx: [emerg] bind() to 0.0.0.0: failed (: Address already in use)nginx: [emerg] bind() to 0.0.0.0: failed (: Address already in use)nginx: [emerg] bind() to 0.0.0.0: failed (: Address already in use)nginx: [emerg] bind() to 0.0.0.0: failed (: Address already in use)nginx: [emerg] still could not bind()#killall -9 nginx// 中断nginx进程# /nginx安装目录/sbin/nginx -s reload// 重启nginx
问题4.3:nginx Forbidden
nginx不允许访问请求的资源。可能的原因:
1.网站禁止特定的用户访问所有内容,例:网站屏蔽某个ip访问。
2.访问禁止目录浏览的目录,例:设置autoindex off后访问目录。
3.用户访问只能被内网访问的文件。
案例:在location{allow:all;},我按照网上的例子一直设置为.0.0.1,导致本机访问没有问题,但是局域网内电脑访问时始终报错。
5、 开机启动
6、 测试上传
7、 在c#中上传文件
下载FastDFS .net Client
附:官方安装说明
复制代码代码如下:#step 1. download FastDFS source package and unpack ittar xzf FastDFS_v1.x.tar.gz#for example:tar xzf FastDFS_v1..tar.gz #step 2. enter the FastDFS dircd 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>
VMWare Workstation 8环境下安装ubuntu(图解) 虚拟机内存,必须是4的倍数使用文本编辑器打开虚拟机的安装目录下的xxxxxx.vmx文件,按照以下进行修改复制代码代码如下:vmci0.present="FALSE"
教您5步恢复Ubuntu系统的密码无需花几十分钟重装系统 如果您的操作系统密码忘了怎么办呢?操作系统可没有忘记密码这个选项,怎么办?您可以会毫不犹豫的说这种事情是不可能发生的,但凡是不怕一万就怕
ubuntu添加环境变量的方法 1、/etc/profile:在登录时,操作系统定制用户环境时使用的第一个文件,此文件为系统的每个用户设置环境信息,当用户第一次登录时,该文件被执行。2、/etc/en
友情链接: 武汉网站建设