免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1668 | 回复: 1
打印 上一主题 下一主题

[Web] debian apache 虚拟主机的问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2012-07-08 17:23 |只看该作者 |倒序浏览
系统: Debian squeeze
apache 2.2.16 mysql 5.1.63 php5.3.3

apache配置了两个虚拟主机,位于sites-enabled

域名1:www.a.com 网站 2: www.b.com DZ论坛

A的配置文件:
  1. <VirtualHost *:80>               #此处我填写的是真实ip,现在换成*,隐私问题,下同上
  2.           ServerAdmin xiaoluoinc@gmail.com
  3.           ServerName www.A.com
  4.           DocumentRoot /home/wwwroot/public_html
  5.   
  6.           <Directory /home/wwwroot/public_html/>
  7.                   Options  FollowSymLinks MultiViews
  8.                   AllowOverride All
  9.                   Order allow,deny
  10.                   allow from all
  11.           </Directory>
  12.   
  13.           ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
  14.           <Directory "/usr/lib/cgi-bin">
  15.                   AllowOverride None
  16.                   Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
  17.                   Order allow,deny
  18.                   Allow from all
  19.           </Directory>
  20.   
  21.           ErrorLog ${APACHE_LOG_DIR}/octal/error.log
  22.   
  23.           # Possible values include: debug, info, notice, warn, error, crit,
  24.           # alert, emerg.
  25.           LogLevel warn
  26.   
  27.           CustomLog ${APACHE_LOG_DIR}/octal/access.log combined
  28. </VirtualHost>
复制代码
B的配置文件
  1. <VirtualHost *:80>
  2.         ServerAdmin xiaoluoinc@gmail.com
  3.         ServerName www.B.com
  4.         DocumentRoot /home/apk/

  5.         <Directory /home/apk/>
  6.                 Options  FollowSymLinks MultiViews
  7.                 AllowOverride None
  8.                 Order allow,deny
  9.                 allow from all
  10.         </Directory>

  11.         ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
  12.         <Directory "/usr/lib/cgi-bin">
  13.                 AllowOverride None
  14.                 Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
  15.                 Order allow,deny
  16.                 Allow from all
  17.         </Directory>

  18.         ErrorLog ${APACHE_LOG_DIR}/apk/error.log

  19.         # Possible values include: debug, info, notice, warn, error, crit,
  20.         # alert, emerg.
  21.         LogLevel warn

  22.         CustomLog ${APACHE_LOG_DIR}/apk/access.log combined
  23. </VirtualHost>
复制代码
问题:
访问A域名的时候正常,访问B的时候访问到的还是A的网页。

或者有时候反过来,访问A域名的时候,访问到的是论坛。

求解?

论坛徽章:
381
CU十二周年纪念徽章
日期:2014-01-04 22:46:58CU大牛徽章
日期:2013-03-13 15:32:35CU大牛徽章
日期:2013-03-13 15:38:15CU大牛徽章
日期:2013-03-13 15:38:52CU大牛徽章
日期:2013-03-14 14:08:55CU大牛徽章
日期:2013-04-17 11:17:19CU大牛徽章
日期:2013-04-17 11:17:32CU大牛徽章
日期:2013-04-17 11:17:37CU大牛徽章
日期:2013-04-17 11:17:42CU大牛徽章
日期:2013-04-17 11:17:47CU大牛徽章
日期:2013-04-17 11:17:52CU大牛徽章
日期:2013-04-17 11:17:56
2 [报告]
发表于 2012-07-08 21:30 |只看该作者
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP