向高手们求助,请大家帮帮忙
时间:2011-08-26
来源:互联网
<VirtualHost 61.155.194.219:80>
DocumentRoot /var/www/destoon/
ServerName aaab2b.com
</VirtualHost>
以上是/etc/httpd/conf/httpd.conf的配置,用putty重启apche,命令:service httpd restart
出现以下语句,
# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using 202.106.199.39 for ServerName
[ OK ]
本人的vps使用的是centos系统,请问是什么原因,我应该怎样才正确绑定域名,让网站正常浏览,求助!!!
DocumentRoot /var/www/destoon/
ServerName aaab2b.com
</VirtualHost>
以上是/etc/httpd/conf/httpd.conf的配置,用putty重启apche,命令:service httpd restart
出现以下语句,
# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using 202.106.199.39 for ServerName
[ OK ]
本人的vps使用的是centos系统,请问是什么原因,我应该怎样才正确绑定域名,让网站正常浏览,求助!!!
作者: william1328 发布时间: 2011-08-26
看我在自己的电脑上搭建多域名的站点
也是配置httpconf
# 首先要在drivers\etc\hosts下綁定www.c.com
<VirtualHost 127.0.0.1:80>
DocumentRoot D:\WWW\wamp\www
ServerName www.c.com
DirectoryIndex index.php
</virtualHost>
<VirtualHost 127.0.0.1:80>
DocumentRoot D:\WWW\wamp\www
ServerName see7di.meibu.com
DirectoryIndex index.php
</virtualHost>
# 首先要在drivers\etc\hosts下綁定www.b.com,然後建立blackhand資料夾
<VirtualHost 127.0.0.1:80>
DocumentRoot D:\WWW\wamp\www\blackhand
ServerName www.b.com
DirectoryIndex index.php
</virtualHost>
也是配置httpconf
# 首先要在drivers\etc\hosts下綁定www.c.com
<VirtualHost 127.0.0.1:80>
DocumentRoot D:\WWW\wamp\www
ServerName www.c.com
DirectoryIndex index.php
</virtualHost>
<VirtualHost 127.0.0.1:80>
DocumentRoot D:\WWW\wamp\www
ServerName see7di.meibu.com
DirectoryIndex index.php
</virtualHost>
# 首先要在drivers\etc\hosts下綁定www.b.com,然後建立blackhand資料夾
<VirtualHost 127.0.0.1:80>
DocumentRoot D:\WWW\wamp\www\blackhand
ServerName www.b.com
DirectoryIndex index.php
</virtualHost>
作者: sibang 发布时间: 2011-08-26
多谢,问题已经解决了,原来加上代码
ServerName localhost:80
就可以了
ServerName localhost:80
就可以了
作者: william1328 发布时间: 2011-08-26
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28