From b1cb646e770c30e2721d86ca457d5fb2d81dc428 Mon Sep 17 00:00:00 2001 From: Jarin Udom Date: Sun, 27 Feb 2011 08:16:51 -0800 Subject: [PATCH] Just wanted to test out the in-browser editing hehe --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 64a6d49..09f9695 100644 --- a/README.rdoc +++ b/README.rdoc @@ -4,7 +4,7 @@ A plugin for installing and managing mod_cloudflare[https://github.com/cloudflare/CloudFlare-Tools/] for Apache. -If you're using CloudFlare[http://cloudflare.com], request.remote_ip always comes from a CloudFlare IP address! This is bad if you're using the IP address for geolocation or fraud control or anything else. This Apache module takes the CF-Connecting-IP header from CloudFlare and replaces remote_ip with it. It only does the switch for traffic proxied by CloudFlare. All other requests are unaffected. +If you're using CloudFlare[http://cloudflare.com], request.remote_ip always comes from a CloudFlare IP address! This is bad if you're using the IP address for geolocation, or fraud control, or anything else. This Apache module takes the CF-Connecting-IP header from CloudFlare and replaces remote_ip with it. It only does the switch for traffic proxied by CloudFlare. All other requests are unaffected. === Instructions