无法能过域名访问
弄了两天了。论坛中的方法都试了。解决不了。安装完LNMP后可以能过IP访问默认的LNMP说明网站。
安装虚拟主机后怎么都访问不到我要的网站
iptables也差了。文件的权限也弄了。就是无法通过域名访问
文件的权限
# ls -l
total 12
drwxr-xr-x. 4 www www 4096 May 29 12:40 default
drwxr-xr-x. 9 www www 4096 May 29 11:10 www.zhongsengb.com
drwxr-xr-x. 2 www www 4096 May 29 15:48 zs.xh003.com
# cd zs.xh003.com/
# ls -l
total 4
-rw-r--r--. 1 www www 23 May 29 15:39 index.php
虚拟主机的配置文件
# cat zs.xh003.com.conf
server
{
listen 80;
#listen [::]:80;
server_name zs.xh003.com;
index index.html index.htm index.php default.html default.htm default.php;
root/home/wwwroot/zs.xh003.com;
include none.conf;
#error_page 404 /404.html;
location ~ [^/]\.php(/|$)
{
# comment try_files $uri =404; to enable pathinfo
try_files $uri =404;
fastcgi_passunix:/tmp/php-cgi.sock;
fastcgi_index index.php;
include fastcgi.conf;
#include pathinfo.conf;
}
location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
{
expires 30d;
}
location ~ .*\.(js|css)?$
{
expires 12h;
}
access_log off;
}
# 域名都没有解析,怎么能够访问。。。
自己 上www.ip138.com查看你的域名。
页:
[1]