linux安装openresty
./configure --prefix=/usr/local/soft/openresty \ --with-luajit \ --without-http_redis2_module \ --with-http_iconv_module \ --with-http_postgres_module
首先,下载openretry
下载地址:https://openresty.org/download
我下载的版本是 openresty-1.15.8.3
1.安装openresty要确保安装了gcc,pcre,zlib
如果没有安装就执行下面的命令
yum install pcre-devel openssl-devel gcc zlib-devel curl
2.解压下载的包openresty-1.15.8.3
3.执行编译命令,会在/usr/localhosy/soft/openresty目录创建编译后的文件
./configure --prefix=/usr/localhosy/soft/openresty \ --with-luajit \ --without-http_redis2_module \ --with-http_iconv_module \
注:./configure --help 查看更多的选项
4.执行下面的命令
make
5.执行下面的命令
make install
6.进入 /usr/localhosy/soft/openresty 目录
执行命令
./nginx/sbin/nginx
通过浏览器访问 http://192.168.189.128/


浙公网安备 33010602011771号