반응형

<Proxy "balancer://appbl">

    BalancerMember http://192.168.123.101:8009/ route=node11

    BalancerMember http://192.168.123.102:8009/ route=node21

</Proxy>

 

# 디렉터리

ProxyPass /images !

ProxyPass /js !

ProxyPass /css !

 

# 확장자

ProxyPassMatch ^(/.*\.xml)$ !

ProxyPassMatch ^(/.*\.swf)$ !

 

ProxyPass / balancer://appbl/ stickysession=JSESSIONID

ProxyPassReverse / balancer://appbl/

 

반응형

' > WEB' 카테고리의 다른 글

점검 안내 페이지  (0) 2019.11.29
아파치에서 modcluster mod_cluster 컴파일하기  (0) 2019.11.29
아파치 윈도우 서비스 등록  (0) 2019.11.29
Apache 2.4 설치  (0) 2019.11.29
web - weblogic 연동 요청처리  (0) 2019.11.29

+ Recent posts