论坛首页 入门技术论坛

如何配置apache一个ip多域名的虚拟主机

浏览 4283 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2008-04-16  

 个必须要有,不然不能运行虚拟主机
  NameVirtualHost *:80
 
  然后设置:
  <VirtualHost *:80>
  DirectoryIndex default.php
  ServerName "www.host1.com"
  DocumentRoot "D:/wwwroot/host1/"
  ErrorLog "H:/log/host1.log"
  TransferLog "H:/log/host1access.log"
  </VirtualHost>
  <VirtualHost *:80>
  DirectoryIndex default.php
  ServerName "www.host2.com"
  DocumentRoot "E:/wwwroot/host2/"
  ErrorLog "H:/log/host2.log"
  TransferLog "H:/log/host2access.log"
  </VirtualHost>

论坛首页 入门技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics