首页 > 代码库 > openresty安装

openresty安装

官网:http://openresty.org/en/installation.html

先下载pcre-8.40,openssl-1.0.1u   //验证过此版本。其他版本有问题!!!!

./configure --with-luajit --with-openssl=../openssl-1.0.1u --with-pcre=../pcre-8.40
make
sudo make install

查看/usr/local/,如果已经有了openresty,则表明已经安装成功。

然后到
/usr/local/openresty/nginx/sbin下启动Nginx

默认80端口,访问ip

技术分享

 

 

openresty安装