1、nginx在linux下的安装

本文档详细介绍了在Linux系统中安装Nginx服务器的过程,包括下载最新版Nginx、通过xftp上传到Linux、解决依赖问题(如GCC、PCRE、ZLIB库)以及make和make install的步骤,最终确认Nginx安装成功的方法。
摘要由CSDN通过智能技术生成
1、下载最新版本的nginx
2、使用xftp将解压包拖到linux系统之内
3、tar -xvf nginx.tar.gz
4、进入nginx目录,输入./configure,这个时候会提示./configure: error: C compiler cc is not found。安装一下gcc就可以了
5、su进入管理员模式,yum -y install gcc gcc-c++ autoconf automake
6、进入nginx目录,输入./configure,这个时候会出错(./configure: error: the HTTP rewrite module requires the PCRE library.
                                  You can either disable the module by using --without-http_rewrite_module
                                  option, or install the PCRE library into the system, or build the PCRE library
                                  statically from the source with nginx by using --with-pcre=<path> option.)
7、同样进入su,输入yum -y install pcre pcre-devel
8、重新./configure,这个时候会出错(./configure: error: the HTTP gzip module requires the zlib library.
                        You can either disable
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值