|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
欢迎大家来到仓酷云论坛!第一步:在centos上面下载nginx
wgethttp://nginx.org/download/nginx-1.2.9.tar.gz
解压tarzxfnginx-1.2.9.tar.gz
第二部:新建一个用户nginx在装置操纵
useraddnginx
passwdnginx
--nginxnginx
第三步、解压和测试装置情况./configure--prefix=/var/nginx(在客户那边装置到了/nginx_instal..)
装置过程当中报错
checkingforOS
+Linux2.6.32-220.el6.x86_64x86_64
checkingforCcompiler...notfound
./configure:error:Ccompilergccisnotfound
办理***:装置gcc
yuminstallgcc
./configure:error:theHTTPrewritemodulerequiresthePCRElibrary.
Youcaneitherdisablethemodulebyusing--without-http_rewrite_module
option,orinstallthePCRElibraryintothesystem,orbuildthePCRElibrary
staticallyfromthesourcewithnginxbyusing--with-pcre=<path>option.
必要装置
装置pcre-devel办理成绩(root用户下装置)
yum-yinstallpcre-devel
持续报毛病
./configure:error:theHTTPgzipmodulerequiresthezliblibrary.
Youcaneitherdisablethemodulebyusing--without-http_gzip_module
option,orinstallthezliblibraryintothesystem,orbuildthezliblibrary
staticallyfromthesourcewithnginxbyusing--with-zlib=<path>option.
必要装置yuminstall-yzlib-devel
在持续实行./configure--prefix=/opt/nginx装置编译乐成
第四步:
make&&makeinstall
第五步:
cd/opt/nginx/sin
./nginx
然后翻开扫瞄器输出IP地点显现
Welcometonginx!
*********
装置乐成
欢迎大家来到仓酷云论坛! |
|