大橙子网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
#!/bin/bash
深州ssl适用于网站、小程序/APP、API接口等需要进行数据传输应用场景,ssl证书未来市场广阔!成为创新互联的ssl证书销售渠道,可以享受市场价格4-6折优惠!如果有意向欢迎电话联系或者加微信:18980820575(备注:SSL证书合作)期待与您的合作!#init dir
autoDir="/usr/local/src"
sourceDir="/opt/openresty"
openrestyTarGz="openresty-1.15.8.2.tar.gz"
opensslTarGz="openssl-1.0.1l.tar.gz"
zlibTarGz="zlib-1.2.8.tar.gz"
pcreTarGz="pcre-8.31.tar.gz"
mkdir -p /usr/local/src/{zlib,pcre,openssl,openresty}
看完上述内容,你们掌握用脚本安装部署openresty的方法了吗?如果还想学到更多技能或想了解更多相关内容,欢迎关注创新互联行业资讯频道,感谢各位的阅读!#openresty
cd /usr/local/
if [[ -d openresty ]]; then
echo "WARN: openresty is already installed, exit."
#return
exit
fi#install Dependent package
#yum install -y gcc gcc-c++ pcre zlib openssl#untar
cd ${sourceDir}
tar zxvf ${openrestyTarGz} -C /usr/local/src/openresty --strip-component=1
tar zxvf ${opensslTarGz} -C /usr/local/src/openssl --strip-component=1
tar zxvf ${zlibTarGz} -C /usr/local/src/zlib --strip-component=1
tar zxvf ${pcreTarGz} -C /usr/local/src/pcre --strip-component=1
chmod -R 777 ${autoDir}#install openresty
cd ${autoDir}/openresty
./configure --prefix=/usr/local/openresty --with-http_stub_status_module --with-stream --with-stream_ssl_module --with-pcre=/usr/local/src/pcre --with-openssl=/usr/local/src/openssl --with-zlib=/usr/local/src/zlib make && make install if [[ $? == 0 ]]; then cp -fv $sourceDir/openresty.service /usr/lib/systemd/system && systemctl daemon-reload echo "OK: openresty is installed, exit." else echo "ERROR: openresty is NOT installed, exit." fi
另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。