Home > Programming, Servers & Scripts >

Question regarding cloudflare (8)


07-22-2014 05:45 AM #1 teoooo (Member)
Question regarding cloudflare

Hi guys,

I recently implemented cloudflare.
I'm pointing my nameservers to the cloudflare's dns.
Does this mean my current hosting with liquidweb is completely not in use?
I'm doing direct link to my offers.

Thanks.


07-22-2014 10:08 AM #2 caurmen (Administrator)

What are you using Cloudflare for?

Cloudflare primarily acts as a CDN for your hosted assets - if you're direct-linking you're not referencing them. However, I assume (I don't know for sure) that their anti-DDOS and bot protection would still work.

Beware - if you're using Cloudflare with your tracking system, you may find that the two don't play well together without some configuration. I know Zeno's been using Cloudflare recently, so hopefully he'll chime in on this.


07-22-2014 11:08 AM #3 jennatalia (AMC Alumnus)

Cloud flare is useful for me as a geolocation tool, I put cloud flare in front of my home brewed tracking platform to get the country of the visitor. I find them more accurate that other geolocation services.

As for the main differences, cloud flare passes a couple more headers so you can get the IP address of the visitor ($_SERVER['remoteip'] returns the IP address of the cloud flare server that passed on the request.) it's interior API documentation.


07-22-2014 04:36 PM #4 caurmen (Administrator)

@jennatialia - ah, that's a clever trick!


07-23-2014 06:03 AM #5 teoooo (Member)

I was thinking that cloudflare was a CDN?
It would deliver faster pages?
I'm running a campaign targeting colombia so i thought the page load speed would be quicker with cloudflare?
Correct me if i'm wrong.

Thanks.


07-23-2014 09:14 AM #6 goshev (Administrator)

CloudFlare is CDN but it has a bunch of useful features on top of the CDN portion . Check the control panel and you will see it has lots of goodies in there.

There is an easy way to get the real IP for your tracking system for pretty much any web service. If you are on a dedicated package like VPS/DS/Cloud and you have root access it is easy to set that up. Let me know which is the web service you use ( Apache, Nginx, lighttpd or ? ) and I will give you the lines you need to add to the main config file.


07-23-2014 10:35 AM #7 caurmen (Administrator)

@teoooo - If you're direct-linking you won't see a speed increase, because the offer pages aren't on your domain. However, if you start running a lander on your domain with Cloudflare, that will be noticably faster in Colombia in all likelihood.


07-23-2014 12:02 PM #8 teoooo (Member)

@caurmen ok thanks!


Home > Programming, Servers & Scripts >