답변:
해당 모듈에 대한 장단점 비교는 http://blog.jboss.org/
mod_proxy
* Pros:
o No need for a separate module compilation and maintenance. mod_proxy,
mod_proxy_http, mod_proxy_ajp and mod_proxy_balancer comes as part of
standard Apache 2.2+ distribution
o Ability to use http https or AJP protocols, even within the same
balancer.
* Cons:
o mod_proxy_ajp does not support large 8K+ packet sizes.
o Basic load balancer
o Does not support Domain model clustering
mod_jk
* Pros:
o Advanced load balancer
o Advanced node failure detection
o Support for large AJP packet sizes
* Cons:
o Need to build and maintain a separate module
Apache 땅에 머물고 싶다면 AJP 프로토콜을 사용하여 일반 HTTP 대신 Tomcat과 통신하지만 mod_proxy를 활용하여 작업을 수행하는 최신 mod_proxy_ajp를 사용해 볼 수도 있습니다.
mod_proxy_*
변형과mod_jk
프로덕션에서 성공적으로 사용하는 데 더 많은 문제가있었습니다 .