Apache多域名多端口多空間配置
C:Program Files (x86)Apache Software FoundationApache2.2confextrahttpd-vhosts.conf文件位置、域名DocumentRoo
C:Program Files (x86)Apache Software FoundationApache2.2confextrahttpd-vhosts.conf
文件位置、域名
DocumentRoot "e:/www/qcjy/"
ServerName qcjy
ServerAlias qcjy
ErrorLog "logs/dummy-host.my.com-error.log"
CustomLog "logs/dummy-host.my.com-access.log" common
DocumentRoot "e:/www/cacl/"
ServerName web.cacl.com
ServerAlias web.cacl.com
ErrorLog "logs/dummy-host.my.com-error.log"
CustomLog "logs/dummy-host.my.com-access.log" common
C:WindowsSystem32driversetchosts
域名
192.168.129.84 ww.wxcacl.com qcjy ecmall www.wpark.com.cn ww.ids.com ww.wun.cn
C:Program Files (x86)Apache Software FoundationApache2.2confhttpd.conf
端口
Listen *:1701
Listen *:1702
Listen *:1703
Listen *:1704
Listen *:1705
Listen *:1706
#Listen *:1707
Listen *:1708
#Listen *:1709
路徑
DocumentRoot "e:/www"