Cloudflare와 GCP LB를 통해서라도 Apache 로그에 원래 IP를 쓰는 방법
1289 단어 apachegcpcloudflare
원래 게스트 IP 복원:mod cloudflare를 사용하여 게스트 IP 주소 로깅
https://support.cloudflare.com/hc/en-us/articles/200170786-Restoring-original-visitor-IPs-Logging-visitor-IP-addresses-with-mod-cloudflare-
그런 다음 CloudFlareRemoteIPTrustedProxy
35.191.0.0/16
와 130.211.0.0/22
를 추가합니다.<IfModule cloudflare_module>
CloudFlareRemoteIPHeader X-Forwarded-For
CloudFlareRemoteIPTrustedProxy 35.191.0.0/16
CloudFlareRemoteIPTrustedProxy 130.211.0.0/22
CloudFlareRemoteIPTrustedProxy [your load balancer’s IP]
</IfModule>
httpd를 다시 시작하면 아파치 접근 로그에 원본 방문자 IP를 볼 수 있습니다.참조용: 외부 HTTP 로드 밸런싱 소스 IP 주소의 GCP 문서
https://cloud.google.com/load-balancing/docs/https#source_ip_addresses
Reference
이 문제에 관하여(Cloudflare와 GCP LB를 통해서라도 Apache 로그에 원래 IP를 쓰는 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/nauleyco/how-to-write-the-original-ip-in-the-apache-log-even-via-cloudflare-and-google-cloud-load-balancing-gcp-lb-f3l텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)