九色国产,午夜在线视频,新黄色网址,九九色综合,天天做夜夜做久久做狠狠,天天躁夜夜躁狠狠躁2021a,久久不卡一区二区三区

打開(kāi)APP
userphoto
未登錄

開(kāi)通VIP,暢享免費(fèi)電子書(shū)等14項(xiàng)超值服

開(kāi)通VIP
httpd 2.2.0后增加的proxy-ajp
在httpd 2.2.0后增加了proxy-ajp專(zhuān)供Tomcat使用。
官方文檔在:http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html

The AJP proxy is a new module based on the standard Http proxy it uses AJP instead of HTTP.

<Location /examples/>
   ProxyPass ajp://localhost:8009/examples/
</Location>

而且可以很輕易的進(jìn)行負(fù)載均衡:

AJP proxy and proxy balancer

It is possible to use the load balancer of the mod_proxy_balancer module.

<Proxy balancer://myCluster>
       BalancerMember ajp://localhost:8009
       BalancerMember ajp://example.org:8009
</Proxy>
<Location /examples/>
       ProxyPass balancer://myCluster/examples/
</Location>

還沒(méi)來(lái)得及仔細(xì)研究,先記下來(lái)。:)
本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶(hù)發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊舉報(bào)。
打開(kāi)APP,閱讀全文并永久保存 查看更多類(lèi)似文章
猜你喜歡
類(lèi)似文章
apache 負(fù)載均衡
apache負(fù)載均衡和熱備
Apache HTTP Server 與 Tomcat 的三種連接方式介紹
session復(fù)制和session粘性
Apache + Tomcat集群配置詳解
Apache與Tomcat的三種連接方式介紹
更多類(lèi)似文章 >>
生活服務(wù)
熱點(diǎn)新聞
分享 收藏 導(dǎo)長(zhǎng)圖 關(guān)注 下載文章
綁定賬號(hào)成功
后續(xù)可登錄賬號(hào)暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服