REVERSE_PROXY_GROUP 절은 REVERSE_PROXY 절 설정을 그룹으로 관리할 필요가 있을 때 사용하며, 다중 서버를 구성할 수 있다. REVERSE_PROXY (내부서버)를 여러 개 설정하여 그룹으로 묶어 로드 밸런싱 및 Sticky Session Routing을 할 수 있으며 타 WAS 연동에 사용할 수 있다.
*REVERSE_PROXY_GROUP
hw_int VhostName="vhost1",
PathPrefix="/int/", #HTTP Request URL이 지정된 값으로 시작하면 해당 요청을 Reverse Proxy로 처리
RegExp-"\.(do|jsp)$",
ServerPathPrefix="/docs/",
RewriteRedirect="http://hw.server.com:80/docs/int/",
RewriteCookieDomain="int.server.com",
RewriteCookiePath="/jeus /jeus_proxy",
RewriteHtmlUrl = "http://internal.server.com:80/ /internal/",
RewriteHtmlUrl = "/ /int/",
HtmlUrl = "a href",
HtmlUrl = "img src longdesc usemap",
RewriteHtmlMaxSize = 4194304,
SessionIdCookieKey = "JSESSIONID",
FlexibleStickySessionRouting = N