其实这不是第一次写,写这个是针对上篇的RedHat的问题
有兴趣的看下,无兴趣的可以Skip
安装pcre
# wget http://sourceforge.net/projects/pcre/files/pcre/8.11/pcre-8.11.tar.gz/download
# tar xvf pcre-8.11.tar.gz
# cd pcre-8.11
# ./configure --prefix=/usr/local/
# make && make install
安装nginx
# wget http://nginx.org/download/nginx-0.8.53.tar.gz
# tar xvf nginx-0.8.53.tar.gz
# cd nginx-0.8.53
# ./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module
# make && make install
本文详细介绍了如何在RedHat服务器上安装pcre和nginx,包括下载、解压、配置、编译和安装步骤。

1193

被折叠的 条评论
为什么被折叠?



