一般一個域名建立一個conf,然后在主域名中Include
Include conf/extra/denyip.conf
Include conf/extra/vhosts/*.conf
成都創(chuàng)新互聯(lián)公司是一家專注于成都網(wǎng)站設(shè)計、成都網(wǎng)站建設(shè)與策劃設(shè)計,阿里地區(qū)網(wǎng)站建設(shè)哪家好?
成都創(chuàng)新互聯(lián)公司做網(wǎng)站,專注于網(wǎng)站建設(shè)十載,網(wǎng)設(shè)計領(lǐng)域的專業(yè)建站公司;建站業(yè)務(wù)涵蓋:阿里地區(qū)等地區(qū)。阿里地區(qū)做網(wǎng)站價格咨詢:18980820575
單個域名的配置
ServerAdmin webmaster@dummy-host.example.com
DocumentRoot /home/admin_dev/lotusprize
ServerName lotusprize.com
ServerAlias www.lotusprize.com #ErrorLog /home/admin_dev/lotusprize_error.logs
#CustomLog /home/admin_dev/lotusprize_access.logs
Options FollowSymLinks
AllowOverride All
Require all granted
#反向代理部分,需要開啟proxy,proxy_http,proxy_balancer(負(fù)載均衡)等模塊
ProxyRequests Off
ProxyPass /lp/css !
ProxyPass /lp/images ! #表示不代理
ProxyPass /newchannel http://www.example.com/newchannel
ProxyPa***everse /newchannel http://www.example.com/newchannel
#反向代理
ProxyPassMatch /travel/dataUpdate(.json)? balancer://cluster/bundle-app/dataUpdate$1 nofailover=Off maxattempts=3
#負(fù)載均衡
BalancerMember http://localhost:7000 loadfactor=1 retry=60
BalancerMember http://localhost:8000 loadfactor=1 retry=60
ProxySet lbmethod=byrequests
#反向代理
ProxyPass /travel/bundle-app balancer://cluster/bundle-app nofailover=Off maxattempts=3
#加上下面這句地址欄不變化
ProxyPa***everse /travel/bundle-app balancer://cluster/bundle-app
BalancerMember http://localhost:7000 loadfactor=1 retry=60
BalancerMember http://localhost:8000 loadfactor=1 retry=60
ProxySet lbmethod=byrequests
如果多個項目負(fù)載均衡,balancer://cluster這個值是要自定義的,不能同名可以是balancer://clusterinfo等等。
#指定別名(fpm模式下不可用,并且不可用于百度的統(tǒng)計子目錄,需要開始alias模塊)
Alias /travel "/home/admin_dev/travel/"
Options FollowSymLinks
AllowOverride All #Allow from All低版本配置
#Require all granted高版本配置,本人使用的2.4
Require all granted
Require not ip 37.187.93.149 192.99.32.119 192.99.32.120 192.99.32.117
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機、免備案服務(wù)器”等云主機租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。
本文名稱:apache系列(虛擬域名)-創(chuàng)新互聯(lián)
文章分享:
http://weahome.cn/article/dhpgjg.html