apache系列(虚拟域名)-创新互联
一般一个域名建立一个conf,然后在主域名中Include
Include conf/extra/denyip.conf
Include conf/extra/vhosts/*.conf
成都创新互联公司是一家专注于成都网站设计、成都网站建设与策划设计,阿里地区网站建设哪家好?
成都创新互联公司做网站,专注于网站建设十载,网设计领域的专业建站公司;建站业务涵盖:阿里地区等地区。阿里地区做网站价格咨询: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(负载均衡)等模块
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
#负载均衡
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
如果多个项目负载均衡,balancer://cluster这个值是要自定义的,不能同名可以是balancer://clusterinfo等等。
#指定别名(fpm模式下不可用,并且不可用于百度的统计子目录,需要开始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
另外有需要云服务器可以了解下创新互联cdcxhl.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。
本文标题:apache系列(虚拟域名)-创新互联
网站路径:
http://dzwzjz.com/article/dhpgjg.html