"/home/vcap/app/httpd/conf/extra/httpd-remoteip.conf"의 두 판 사이의 차이

(새 문서: ==개요== ;/home/vcap/app/httpd/conf/extra/httpd-directories.conf ;~/app/httpd/conf/extra/httpd-directories.conf <source lang='aconf'> </source> ==같이 보기== * /home/vcap/ap...)
 
1번째 줄: 1번째 줄:
==개요==
==개요==
;/home/vcap/app/httpd/conf/extra/httpd-directories.conf
;/home/vcap/app/httpd/conf/extra/httpd-remoteip.conf
;~/app/httpd/conf/extra/httpd-directories.conf
;~/app/httpd/conf/extra/httpd-remoteip.conf


<source lang='aconf'>
<source lang='aconf'>
#
# Adjust IP Address based on header set by proxy
#
RemoteIpHeader x-forwarded-for
RemoteIpInternalProxy 10.0.0.0/8 176.16.0.0/12 192.168.0.0/16
#
# Set HTTPS environment variable if we came in over secure
#  channel.
SetEnvIf x-forwarded-proto https HTTPS=on
</source>
</source>


13번째 줄: 23번째 줄:
* [[/home/vcap/app/httpd/conf/extra/httpd-mpm.conf]]
* [[/home/vcap/app/httpd/conf/extra/httpd-mpm.conf]]
* [[/home/vcap/app/httpd/conf/extra/httpd-default.conf]]
* [[/home/vcap/app/httpd/conf/extra/httpd-default.conf]]
* [[/home/vcap/app/httpd/conf/extra/httpd-remoteip.conf]]
* [[/home/vcap/app/httpd/conf/extra/httpd-php.conf]]
* [[/home/vcap/app/httpd/conf/extra/httpd-php.conf]]
* [[/home/vcap/app/httpd/conf/httpd.conf]]
* [[/home/vcap/app/httpd/conf/httpd.conf]]

2017년 5월 23일 (화) 14:19 판

1 개요

/home/vcap/app/httpd/conf/extra/httpd-remoteip.conf
~/app/httpd/conf/extra/httpd-remoteip.conf
#
# Adjust IP Address based on header set by proxy
#
RemoteIpHeader x-forwarded-for
RemoteIpInternalProxy 10.0.0.0/8 176.16.0.0/12 192.168.0.0/16

#
# Set HTTPS environment variable if we came in over secure
#  channel.
SetEnvIf x-forwarded-proto https HTTPS=on

2 같이 보기

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