您好,登錄后才能下訂單哦!
centos7中怎么安裝openresty1.15,相信很多沒有經驗的人對此束手無策,為此本文總結了問題出現的原因和解決方法,通過這篇文章希望你能解決這個問題。
安裝所需依賴包
yum -y install readline-devel pcre-devel openssl-devel gcc perl curl
編譯安裝
解壓壓縮包
tar zxvf openresty-1.15.8.1.tar.gz
進入文件夾
cd openresty-1.15.8.1
編譯
./configure --prefix=/usr/local/webservice/openresty --with-luajit --without-http_redis2_module --with-http_iconv_module
編譯&編譯安裝
gmake & gmake install
配置
啟動Nginx,加載nginx主配置文件
/usr/local/webservice/openresty/nginx/sbin/nginx -t -c /usr/local/webservice/openresty/nginx/conf/nginx.conf
啟動openresty
cd /usr/local/webservice/openresty/nginx/sbin
./nginx -s quit 停止
./nginx 啟動
./nginx -s reload 重新加載配置文件
配置環境變量
vim ~/.bash_profile
最后加上
export PATH=/usr/local/webservice/openresty/bin:/usr/local/webservice/openresty/nginx/sbin:$PATH
1
source ~/.bash_profile
確證是否安裝成功
使用nginx -t確認
nginx -v
nginx -s reload
看完上述內容,你們掌握centos7中怎么安裝openresty1.15的方法了嗎?如果還想學到更多技能或想了解更多相關內容,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。