本篇內(nèi)容主要講解“FastDFS4和Ubuntu12安裝及部署方法”,感興趣的朋友不妨來(lái)看看。本文介紹的方法操作簡(jiǎn)單快捷,實(shí)用性強(qiáng)。下面就讓小編來(lái)帶大家學(xué)習(xí)“FastDFS4和Ubuntu12安裝及部署方法”吧!
成都創(chuàng)新互聯(lián)自2013年起,是專(zhuān)業(yè)互聯(lián)網(wǎng)技術(shù)服務(wù)公司,擁有項(xiàng)目網(wǎng)站設(shè)計(jì)制作、網(wǎng)站制作網(wǎng)站策劃,項(xiàng)目實(shí)施與項(xiàng)目整合能力。我們以讓每一個(gè)夢(mèng)想脫穎而出為使命,1280元黔西做網(wǎng)站,已為上家服務(wù),為黔西各地企業(yè)和個(gè)人服務(wù),聯(lián)系電話(huà):18980820575
FastDFS4 + Ubuntu12安裝及部署
1、 安裝libevent
如果需要使用http進(jìn)行下載,需要安裝這個(gè)組件。
2、 安裝fastdfs
3、 配置fastdfs
4、 安裝nginx
問(wèn)題4.1:安裝nginx啟動(dòng)后訪(fǎng)問(wèn)原先資源URL出現(xiàn)404錯(cuò)誤
sudo gedit /nginx安裝目錄/conf/nginx.conf
在nginx.conf添加“user root;”并保存,重啟nginx服務(wù)后OK
問(wèn)題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進(jìn)程
# /nginx安裝目錄/sbin/nginx -s reload
// 重啟nginx
問(wèn)題4.3:nginx 403 Forbidden
nginx不允許訪(fǎng)問(wèn)請(qǐng)求的資源。可能的原因:
1.網(wǎng)站禁止特定的用戶(hù)訪(fǎng)問(wèn)所有內(nèi)容,例:網(wǎng)站屏蔽某個(gè)ip訪(fǎng)問(wèn)。
2.訪(fǎng)問(wèn)禁止目錄瀏覽的目錄,例:設(shè)置autoindex off后訪(fǎng)問(wèn)目錄。
3.用戶(hù)訪(fǎng)問(wèn)只能被內(nèi)網(wǎng)訪(fǎng)問(wèn)的文件。
案例:在location{allow:all;},我按照網(wǎng)上的例子一直設(shè)置為127.0.0.1,導(dǎo)致本機(jī)訪(fǎng)問(wèn)沒(méi)有問(wèn)題,但是局域網(wǎng)內(nèi)電腦訪(fǎng)問(wèn)時(shí)始終報(bào)錯(cuò)。
5、 開(kāi)機(jī)啟動(dòng)
6、 測(cè)試上傳
7、 在c#中上傳文件
下載FastDFS .net Client
https://code.google.com/p/fastdfs/downloads/detail?name=FastDFS_Client_Dotnet.rar&can=2&q=
附:官方安裝說(shuō)明
代碼如下:
#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>
到此,相信大家對(duì)“FastDFS4和Ubuntu12安裝及部署方法”有了更深的了解,不妨來(lái)實(shí)際操作一番吧!這里是創(chuàng)新互聯(lián)網(wǎng)站,更多相關(guān)內(nèi)容可以進(jìn)入相關(guān)頻道進(jìn)行查詢(xún),關(guān)注我們,繼續(xù)學(xué)習(xí)!
當(dāng)前名稱(chēng):FastDFS4和Ubuntu12安裝及部署方法
標(biāo)題來(lái)源:http://aaarwkj.com/article2/pdiiic.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供標(biāo)簽優(yōu)化、App設(shè)計(jì)、微信公眾號(hào)、Google、搜索引擎優(yōu)化、品牌網(wǎng)站設(shè)計(jì)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶(hù)投稿、用戶(hù)轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話(huà):028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)