久久国产成人av_抖音国产毛片_a片网站免费观看_A片无码播放手机在线观看,色五月在线观看,亚洲精品m在线观看,女人自慰的免费网址,悠悠在线观看精品视频,一级日本片免费的,亚洲精品久,国产精品成人久久久久久久

分享

nginx在Linux環(huán)境下面的安裝介紹

 昵稱(chēng)17690251 2015-06-28
           今天我們這篇關(guān)于web服務(wù)器nginx的介紹,主要是這個(gè)nginx系列技術(shù)文章的開(kāi)始,,所以我們來(lái)介紹一下關(guān)于Linux環(huán)境下面的nginx的安裝方面的知識(shí),。下面進(jìn)入我們今天的nginx的課程,介紹一下關(guān)于nginx的安裝,。

1.為了讓nginx的可以順利安裝,,我們需要做一些準(zhǔn)備的工作。為了支持rewrite功能,,我們需要安裝pcre


#如過(guò)你已經(jīng)裝了,,請(qǐng)?zhí)^(guò)這一步
yum install pcre*

需要ssl的支持,如果不需要ssl支持,,請(qǐng)?zhí)^(guò)這一步

yum install openssl*


接下來(lái)是我們正在安裝nginx的方式,,可以通過(guò)下面的方式進(jìn)行安裝nginx哦

# ./configure --prefix=/usr/local/nginx-1.5.1 \
--with-http_ssl_module --with-http_spdy_module \
--with-http_stub_status_module --with-pcre

當(dāng)然下載和解壓,這里我們就沒(méi)有過(guò)多的介紹了,,大家可以使用wget和tar進(jìn)行分別的下載和解壓哦,,我們下面對(duì)參數(shù)進(jìn)行相關(guān)的介紹,,讓大家大致明白生成配置文件的介紹

–with-http_stub_status_module:支持nginx狀態(tài)查詢(xún)
–with-http_ssl_module:支持https
–with-http_spdy_module:支持google的spdy,想了解請(qǐng)百度spdy,這個(gè)必須有ssl的支持
–with-pcre:為了支持rewrite重寫(xiě)功能,必須制定pcre

最后輸出如下內(nèi)容,,表示configure OK了,。


checking for zlib library ... found
creating objs/Makefile
Configuration summary
+ using system PCRE library
+ using system OpenSSL library
+ md5: using OpenSSL library
+ sha1: using OpenSSL library
+ using system zlib library
nginx path prefix: "/usr/local/nginx-1.5.1"
nginx binary file: "/usr/local/nginx-1.5.1/sbin/nginx"
nginx configuration prefix: "/usr/local/nginx-1.5.1/conf"
nginx configuration file: "/usr/local/nginx-1.5.1/conf/nginx.conf"
nginx pid file: "/usr/local/nginx-1.5.1/logs/nginx.pid"
nginx error log file: "/usr/local/nginx-1.5.1/logs/error.log"
nginx http access log file: "/usr/local/nginx-1.5.1/logs/access.log"
nginx http client request body temporary files: "client_body_temp"
nginx http proxy temporary files: "proxy_temp"
nginx http fastcgi temporary files: "fastcgi_temp"
nginx http uwsgi temporary files: "uwsgi_temp"
nginx http scgi temporary files: "scgi_temp"
# make //確定你的服務(wù)器有安裝make,如果沒(méi)有安裝請(qǐng)執(zhí)行yum install make
# make install


好了,,nginx的安裝還是非常的簡(jiǎn)單的,,當(dāng)然這里沒(méi)有過(guò)多的介紹關(guān)于nginx遇到的問(wèn)題。因?yàn)閱?wèn)題可能類(lèi)型會(huì)非常的多,,大家可以根據(jù)具體的錯(cuò)誤的提示的內(nèi)容,,直接Google或者百度一下就可以了。下面我們來(lái)說(shuō)說(shuō)關(guān)于nginx的啟動(dòng),、關(guān)閉,、重置nginx的內(nèi)容。

啟動(dòng):直接執(zhí)行以下命令,nginx就啟動(dòng)了,不需要改任何配置文件,nginx配置多域名虛擬主機(jī)請(qǐng)參考后續(xù)文章.


/usr/local/nginx-1.5.1/sbin/nginx

測(cè)試一下我們的nginx是否可以成功的啟動(dòng)了

[root@ns conf]# curl -s http://localhost | grep nginx.com
nginx.com.

接下來(lái)說(shuō)說(shuō)如何進(jìn)行把nginx的服務(wù)關(guān)閉掉,,我們可以通過(guò)下面的方式

/usr/local/nginx-1.5.1/sbin/nginx -s stop

當(dāng)然,,在我們的nginx運(yùn)行過(guò)程中,可能你需要修改nginx的相關(guān)配置,,可以重置加載配置信息

/usr/local/nginx-1.5.1/sbin/nginx -s reload

整個(gè)nginx的安裝就到這里結(jié)束了,。不知道對(duì)于使用nginx的初學(xué)者朋友們是否有幫助呢        

    本站是提供個(gè)人知識(shí)管理的網(wǎng)絡(luò)存儲(chǔ)空間,所有內(nèi)容均由用戶(hù)發(fā)布,,不代表本站觀點(diǎn),。請(qǐng)注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購(gòu)買(mǎi)等信息,,謹(jǐn)防詐騙,。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊一鍵舉報(bào),。
    轉(zhuǎn)藏 分享 獻(xiàn)花(0

    0條評(píng)論

    發(fā)表

    請(qǐng)遵守用戶(hù) 評(píng)論公約

    類(lèi)似文章 更多