apache配置虛擬主機

2021-05-24 01:31:45 字數 493 閱讀 4652

namevirtualhost *:80

directoryindex default.php index.html index.php index.htm

servername www.host1.com

servername "host1

.com"

documentroot "d:/wamp/www1/"

errorlog "d:/wamp/log/www1/host1.log"

#  transferlog "h:/log/host1access.log"

directoryindex default.php

servername www.host2.com

documentroot "d:/wamp/www2/"

errorlog "d:/wamp/log/www2/host2.log"

#  transferlog "h:/log/host2access.log"

apache虛擬主機配置

之前已經在csdn上上傳過apache的文件在這裡補充說明一下,apache2.2.x與tomcat或iis或三者之間的虛擬主機配置。介紹一下如何整合其他 web伺服器,如 iis tomcat 等。網上有 n多整合方案講的都不是很清楚 特別是 windows 下的 這裡要特別提示一下,apache...

apache虛擬主機配置

多個網域名稱 伺服器 對應乙個 ip 位址,配置方法為 namevirtualhost 111.22.33.44 servername www.sample.com documentroot www sample servername www.sample2.com documentroot www...

Apache 配置虛擬主機

apache 配置虛擬主機。下面是配置步驟 virtual hosts include conf extra httpd vhosts.conf 去掉這行前面的 號 去掉上面的 號,表示 載入虛擬主機的配置檔案 2 apache 安裝目錄,conf extra 下找到 httpd vhosts.co...