nginx 安装
1、安装pcre
unzip pcre-8.02.zip ./configure make && make install
2、安装openssl
tar zxvf ./openssl-1.0.0d.tar.gz cd ./openssl-1.0.0d ./config --prefix=/usr/local/ --openssldir=/usr/local/openssl-1.0.0d shared zlib-dynamic enable-camellia enable-tlsext make make install
3、安装nginx
tar xvf nginx-1.0.0.tar ./configure --user=nginx --group=nginx --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module \ --with-pcre=../pcre-8.02 --with-openssl=../openssl-1.0.0d make && make install
相关推荐
nginxs 2020-11-14
Guanjs0 2020-11-13
小木兮子 2020-11-11
yserver 2020-11-11
ssihc0 2020-11-11
windle 2020-11-10
HanksWang 2020-11-10
liuchen0 2020-11-10
Freshairx 2020-11-10
ccschan 2020-11-10
liwf 2020-11-10
Guanjs0 2020-11-09
AderStep 2020-11-09
zrtlin 2020-11-09
mqfcu 2020-11-10
windle 2020-10-29