Apache webserver에서 Header 명을 변경하여 WAS 로 전달
by 야솔아빠 2012. 2. 20. 14:46
Http Header중에 특정 header를 변경하여 WAS 로 전달하고자 할 때,
apache webserver 설정파일에서 다음과 같이 수정하면 됩니다.
아래 예는 Host header를 xxHost header 값으로 변경하여 WAS 로 전달하는 예입니다.
SetEnvIf Host (.*) continue=$1 RequestHeader append xxHost "%{continue}e"
댓글 영역