"아파치 프록시 설정 ProxyPass"의 두 판 사이의 차이

1번째 줄: 1번째 줄:
==개요==
==개요==
;아파치 ProxyPass
;아파치 ProxyPass
 
;아파치 프록시 설정
<source lang='aconf'>
<source lang='aconf'>
;Apache Deny IP addresses from x-forwarded-for for ProxyPass
;Apache Deny IP addresses from x-forwarded-for for ProxyPass
12번째 줄: 12번째 줄:
ProxyPass / http://135.79.246.81/
ProxyPass / http://135.79.246.81/
</source>
</source>
:→ /... 을 호출하면 http://135.79.246.81/... 를 읽어서 전달해줌


==같이 보기==
==같이 보기==

2017년 5월 23일 (화) 18:22 판

1 개요

아파치 ProxyPass
아파치 프록시 설정
;Apache Deny IP addresses from x-forwarded-for for ProxyPass
;아파치 ProxyPass X-Forwarded-For IP 차단

<source lang='aconf'>
LoadModule proxy_http_module modules/mod_proxy_http.so
... (생략)

ProxyPass / http://135.79.246.81/
→ /... 을 호출하면 http://135.79.246.81/... 를 읽어서 전달해줌

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}