本文通過配置apache伺服器,實現student.com,teacher.com兩個程式的配置,演示windows下 apache多網域名稱配置。
ps:以下將apache安裝目錄簡稱為安裝目錄。
1、配置httpd.conf
開啟安裝目錄下conf/httpd.conf 檔案,找到
將include conf/extra/httpd-vhosts.conf 前面#號去掉
2、配置httpd-vhosts.conf
開啟安裝目錄下conf/extra/httpd-vhost.conf,刪掉原內容。
新增如下**:
serveradmin [email protected]
documentroot "d:/programtools/projects/student"
servername student.com
serveralias www.student.com
errorlog "logs/student.com-error.log"
customlog "logs/student.com-access.log" common
options followsymlinks
allowoverride all
order deny,allow
deny from all
allow from all
以上是配置student.com 程式,teacher.com配置類似它。
student.com 程式目錄在d:/programtools/projects/student.
參考上述,在httpd-vhost.conf中配置teacher.com
127.0.0.1 student.com
127.0.0.1 www.student.com
127.0.0.1 teacher.com
127.0.0.1 www.teacher.com
4、準備student.com 和 teacher.com程式
這裡每乙個程式都僅僅只有乙個index.php檔案。內容分別輸出 hello student ! 和 hello teacher!
5、重啟apache伺服器並瀏覽器輸入student.com和teacher.com測試。
serveradmin [email protected]
documentroot "d:/programtools/wamp/www"
servername localhost.com
serveralias www.localhost.com
errorlog "logs/localhost.com-error.log"
customlog "logs/localhost.com-access.log" common
options followsymlinks
allowoverride all
order deny,allow
deny from all
allow from all
Windows Apache與Tomcat集群調優
一 通過 httpd l 可以,檢視自己的apache部署的是哪個模組。看到裡面有mpm winnt.c 我們就在httpd mpm.conf的進行配置 二 開啟 httpd.conf 檔案,1.將 include conf extra httpd mpm.conf 前面的 去掉,儲存。2.開啟 h...
FTP服務 Web服務
ftp服務 web服務 一 ftp概述和搭建 1 ftp是一種應用層協議 採用c s結構設計,在傳輸層使用的是tcp的21 控制連線 與20 資料連線 2 搭建ftp站點 二 常用 ftp 服務端程式 1 iis windows server 2012 r2角色中的乙個可選角色服務 iis 元件主要...
SpringCloud服務調服務
org.springframework.cloud spring cloud starter feign enablefeignclients configuration public class mybatisplusconfig 資料許可權外掛程式 return datascopeinterce...