apache 虛擬主機配置

2021-09-06 05:03:10 字數 1593 閱讀 7117

1. wondows xp + apmserv 5.2.6 埠8088

2.httpd.config檔案

1. serverroot       "d:/apmserv/apmserv5.2.6/apache"  

listen          8088 

servername     127.0.0.1:8088

documentroot   "d:/apmserv/apmserv5.2.6/www/"

(原文未變)

2.要麼將幾台標籤全放在 d:\apmserv\apmserv5.2.6\apache\conf\apmserv\vhost.conf 檔案中(誰在前誰是預設的虛擬主機)

被httpd.config包含 ,要麼將他們全部寫在httpd.config中 (若有更多台虛擬主機可按原樣改動後新增)

namevirtualhost *:8088

servername www.test.com

serveralias *.test.com

documentroot "d:/apmserv/apmserv5.2.6/www/test"

options followsymlinks includesnoexec indexes

directoryindex index.html index.htm default.htm index.php default.php index.cgi default.cgi index.pl default.pl index.shtml

allowoverride none

order deny,allow

allow from all

namevirtualhost *:8088

servername www.testone.com

serveralias *.testone.com

documentroot "d:/apmserv/apmserv5.2.6/www/testone"

options followsymlinks includesnoexec indexes

directoryindex index.html index.htm default.htm index.php default.php index.cgi default.cgi index.pl default.pl index.shtml

allowoverride none

order deny,allow

allow from all

127.0.0.1 localhost

127.0.0.1 testone.com

127.0.0.1 www.testone.com

127.0.0.1 testtwo.com

127.0.0.1 www.testtwo.com

4.本機開啟任意瀏覽器 輸入url www.test.com 或者 www.testone.com 會顯示出 d:/apmserv/apmserv5.2.6/www/test 或者 "d:/apmserv/apmserv5.2.6/www/testone 中的  預設頁(index.php 或index.html……)

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配置虛擬主機

namevirtualhost 80 directoryindex default.php index.html index.php index.htm servername www.host1.com servername host1 com documentroot d wamp www1 er...