clang 发表于 2012-5-4 00:22:38

域名urlcn.net在lnmp环境下无法访问

有一个域名urlcn.net,在lnmp环境下无法访问,其他域名可以正常,想问一下,是这个域名有什么问题吗?

licess 发表于 2012-5-4 09:32:40

这个不好说原因,如果域名没有被墙,可以发这个虚拟主机的配置看看

clang 发表于 2012-5-4 20:24:11

回复 2# 的帖子



server

{

listen       80;

server_name urlcn.net www.urlcn.net;

index index.html index.htm index.php default.html default.htm default.php;

root/home/wwwroot/urlcn.net;


include none.conf;

location ~ .*\.(php|php5)?$

{

try_files $uri =404;

fastcgi_passunix:/tmp/php-cgi.sock;

fastcgi_index index.php;

include fcgi.conf;

}


location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$

{

expires      30d;

}


location ~ .*\.(js|css)?$

{

expires      12h;

}


access_log off;

}

域名可以正常Ping通,其他域名相同配置同一台服务器可以正常访问,这个域名我换两台VPS使用LNMP都无法访问。
一个首页http://urlcn.net/index.html
一个探针http://urlcn.net/i.php

[ 本帖最后由 clang 于 2012-5-4 20:26 编辑 ]

licess 发表于 2012-5-4 21:52:46

配置没问题,不像是lnmp的问题

clang 发表于 2012-5-5 21:54:45

回复 4# 的帖子

其他的域名绑定后都可以正常访问,只有这个域名,悲催啊!
页: [1]
查看完整版本: 域名urlcn.net在lnmp环境下无法访问