多網域名稱,虛擬主機的配置
開啟虛擬主機配置選項:
開啟httpd.conf檔案,找到httpd-vhosts.conf那一行,解除該行注釋;
開啟httpd-vhosts.conf檔案
修改如下
errorlog "logs/dummy-host.example.com-error_log"
customlog "logs/dummy-host.example.com-access_log" common
user daemon
group daemon
修改『user daemon』為 『user 系統使用者名稱』
在新增下面內容
errorlog "logs/dummy-host.example.com-error_log"
customlog "logs/dummy-host.example.com-access_log" common
如沒有真實外網網域名稱,則需在本地
vi /etc/hosts
加一行
ubuntu下xampp配置虛擬主機
ubuntu下xampp配置虛擬主機 現在 opt lampp htdocs下面建乙個目錄test test裡面建乙個檔案test.html,檔案裡面隨便打些字作為一會我們驗證成功的依據。搜尋vhost找到下面這句話 把前面的 號刪除 儲存 關閉 將下面這句話的注釋開啟 shell 1namevir...
xampp 虛擬主機配置
測試環境 xampp3.2.1 win7 一 基於埠的虛擬主機 1 apache配置檔案 httpd.conf 改動 a 搜尋 listen 增加兩個新埠 listen 8000 listen 8001 b 搜尋 vhosts 確保 include conf extra httpd vhosts.c...
XAMPP 虛擬主機配置
virtual hosts include conf extra httpd vhosts.conf 確保此段開頭沒有 d xampp cgi bin allowoverride all options none require all granted directory 修改為 d xampp c...