OpenResty 编译安装

2018-08-09  本文已影响0人  三岁于辛

阿里云服务优惠码
阿里云双11服务器大减价
参加我的团更享活动价上再享5折优惠,预购从速!

# 下载编译
 wget https://openresty.org/download/openresty-1.13.6.1.tar.gz
# 编译
./configure \
--prefix=/usr/local/openresty \
--with-pcre-jit \
--without-http_redis2_module \
--with-http_iconv_module \
--with-stream \
--with-luajit \
--with-http_stub_status_module \
--with-http_gzip_static_module
yum install pcre-devel openssl-devel gcc curl -y
上一篇 下一篇

猜你喜欢

热点阅读