[置顶] 欢迎您。今天是2023年03月30日。

下载安装文件

#mkdir -p nginx/install

#cd nginx/install

#wget nginx-1.6.2.tar.gz

#wget pcre-8.36.tar.gz

#wget zlib-1.2.8.tar.gz

环境配置

#tar -zxf nginx-1.6.2.tar.gz -C ..

#cd ../nginx-1.6.2

#./configure --prefix=/usr/local/nginx

#make

#make install

#/usr/local/nginx/sbin/nginx

#/usr/local/nginx/sbin/nginx -s stop

防火墙配置

#vi /etc/sysconfig/iptables

-A INPUT -m state --state NEW -m tcp -p tcp --dport 8080 -j ACCEPT

#service iptables restart

安装问题

1. ./configure: error: C compiler cc is not found

#yum install gcc gcc-c++ ncurses-devel perl

2. ./configure: error: the HTTP rewrite module requires the PCRE library.

#yum -y install pcre-devel

3. ./configure: error: the HTTP gzip module requires the zlib library.

#yum -y install zlib-devel

4. OpenSSL library is not used

#yum -y install openssl openssl-devel

您可能也喜欢

空间申请了好久,都没有用它,感觉很浪费,我的地盘我做主,再也不用看别人脸色了!!

孕期通过B超判断胎儿的发育的大小是较有参考价值的一种方法,孕妇在做B超的时候会看到检查报告上有一些数值,这些数值就是告诉你宝宝的发育大小。

都备案好几回了,都没成功!这次备案已经好几天了,还没通过,也懒的写啥了!继续等待。。。

二维码
摄像头