摘要:安裝編譯依賴的包安裝下載源碼解壓編譯安裝運行后可以看到一大串配置信息配置注意上面的配置信息,的配置文件在目錄下,此時可以編輯文件,修改配置,這個就不多說了。配置完可以用檢查配置是否正確。修改完之后就可以啟動了查看進程
安裝編譯依賴的包
yum -y install gcc gcc-c++ autoconf automake make yum -y install zlib zlib-devel openssl yum -y install openssl-devel pcre pcre-devel安裝 Nginx
# 下載源碼 wget http://nginx.org/download/nginx-1.8.0.tar.gz # 解壓 tar zxvf nginx-1.8.0.tar.gz cd nginx-1.8.0 # 編譯安裝 ./configure make && make install
運行 configure 后可以看到一大串配置信息:
nginx path prefix: "/usr/local/nginx" nginx binary file: "/usr/local/nginx/sbin/nginx" nginx configuration prefix: "/usr/local/nginx/conf" nginx configuration file: "/usr/local/nginx/conf/nginx.conf" nginx pid file: "/usr/local/nginx/logs/nginx.pid" nginx error log file: "/usr/local/nginx/logs/error.log" nginx http access log file: "/usr/local/nginx/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"配置 Nginx
注意上面的配置信息,Nginx 的配置文件在 /usr/local/nginx/conf/ 目錄下,此時可以編輯 /usr/local/nginx/conf/nginx.conf 文件,修改配置,這個就不多說了。
配置完可以用 nginx -t 檢查配置是否正確。
修改完之后就可以啟動 Nginx 了:
nginx -c /usr/local/nginx/conf/nginx.conf # 查看 nginx 進程 ps aux | grep nginx
文章版權(quán)歸作者所有,未經(jīng)允許請勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。
轉(zhuǎn)載請注明本文地址:http://specialneedsforspecialkids.com/yun/39322.html
摘要:寫在前面的話每次在搭建環(huán)境都要一頓求參考文檔,這次索性寫個簡單的文章記錄一下。其實下編譯安裝主要就是這幾個步驟。這樣指定后以后配置使用也方便。 寫在前面的話 每次在Linux搭建web環(huán)境都要一頓google求參考文檔,這次索性寫個簡單的文章記錄一下。其實Linux下編譯安裝主要就是這幾個步驟。 安裝編譯工具、依賴包及下載源碼包 解壓編譯 安裝 啟動 準備工作 安裝編譯工具、依賴包...
摘要:寫在前面的話每次在搭建環(huán)境都要一頓求參考文檔,這次索性寫個簡單的文章記錄一下。其實下編譯安裝主要就是這幾個步驟。這樣指定后以后配置使用也方便。 寫在前面的話 每次在Linux搭建web環(huán)境都要一頓google求參考文檔,這次索性寫個簡單的文章記錄一下。其實Linux下編譯安裝主要就是這幾個步驟。 安裝編譯工具、依賴包及下載源碼包 解壓編譯 安裝 啟動 準備工作 安裝編譯工具、依賴包...
摘要:安裝環(huán)境說明操作系統(tǒng)安裝路徑開始編譯開始編譯配置支持擴展修改以下內(nèi)容增加擴展到重新啟動開始編譯配置支持擴展修改以下內(nèi)容增加擴展到重新啟動測試勞動結(jié)果查看模塊是 安裝環(huán)境說明: 操作系統(tǒng):Centos 6.5 -64bit 安裝路徑:/usr/local/redis 開始編譯 ImageMagick tar -zxvf ImageMagick-6.8.9-10.tar.gz cd Ima...
閱讀 2272·2021-11-16 11:51
閱讀 3501·2021-09-26 10:14
閱讀 1789·2021-09-22 15:58
閱讀 1094·2019-08-30 15:52
閱讀 2012·2019-08-30 15:43
閱讀 2612·2019-08-30 13:46
閱讀 907·2019-08-30 13:10
閱讀 1020·2019-08-29 18:32