webproxy 发表于 2010-11-22 13:44:07

我的安装是成功了,但怎么不能http呢?

top在下面,现在就是打不开网页,不知道为什么
我的vps是纯ipv6的,不能访问ipv4,系统是debian,用的是0.5完整版

[ 本帖最后由 webproxy 于 2010-11-22 13:48 编辑 ]

licess 发表于 2010-11-22 14:47:36

回复 1# 的帖子

lnmp 默认是没有添加支持IPV6的,需要重新编译一下。参照此方法:https://www.vpser.net/manage/nginx-upgrade.html

webproxy 发表于 2010-11-22 16:33:39

./configure --user=www --group=www --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module --with-ipv6
make
/root/lnmp restart
=========================================================================
Manager for LNMP V0.5,Written by Licess
=========================================================================
LNMP is a tool to auto-compile & install Nginx+MySQL+PHP on Linux
This script is a tool to Manage status of lnmp
For more information please visit http://www.lnmp.org

Usage: /root/lnmp {start|stop|reload|restart|kill|status}
=========================================================================
Reload LNMP...
Reload Nginx configure...
the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
configuration file /usr/local/nginx/conf/nginx.conf test is successful
Nginx program is reloding!
Shutting down MySQL..
Starting MySQL..
Shutting down php_fpmdone
Starting php_fpmdone
# /usr/local/nginx/sbin/nginx -v
nginx version: nginx/0.8.53

还是不行,就是打不开,nginx.conf已经加listen    [::]:80;了

[ 本帖最后由 webproxy 于 2010-11-22 17:10 编辑 ]
页: [1]
查看完整版本: 我的安装是成功了,但怎么不能http呢?