mod_proxy 이용

Web service 2010. 7. 30. 13:54

mod_proxy를 이용하여  foward를 구현할 때.
간단히 ProxyPassReverse만 쓰면, foward된 주소가 보일 수 있다. 그것을 깜끔히 포트정보를 안보이게 하려면 다음과 같이 하면 된다.

    ProxyRequests Off
 
    ProxyPass /nexus http://repo.google..com:8080/nexus
    ProxyPassReverse /nexus http://repo.google.com:8080/nexus


Posted by '김용환'
,