apache虛擬主機設定出問題 - BBS

Table of Contents

※ 引述《terryporter (porter)》之銘言:
: 我主機有兩domain name
: 一個是www
: 另一個是web
: www指向/usr/local/www/data
: 但是只要虛擬主機設定/home/new給web時
: 變成連原本www的網頁也都連向/home/new
: 弄了非常久 找不出問題 請各位高手幫我解惑
: 我VirtualHost設定如下
: NameVirtualHost 163.30.x.x
: <VirtualHost 163.30.x.x>
: ServerAdmin [email protected]
: DocumentRoot /home/new
: ServerName web.x.x.x
: ErrorLog /var/log/apache_virtual_error_log
: TransferLog /var/log/apache_virtual_access_log
: </VirtualHost>

前面多一段設定原本的WWW的就不會有錯了

有點像是設兩個VIRTUAL HOST
一個是原本的www
一個是新的web


--
http://ajer001.blog.twntwn.info
[email protected]

--

All Comments