CloudFlare is a content delivery network and distributed Domain Name Server service aimed at enhancing website performance and speed and providing security.
0
votes
0answers
16 views
Unreachable website
I have problems with my website being ureachable every few minutes. It usually happens when I try to upload some photos and site just becomes unreachable. But if I try with proxy it works fine at the ...
0
votes
0answers
16 views
Wordpress permalink not work
Hy It's me again :)
I've some problem with my new website, in my website use cloudflare for DNS. If permalink in default mode, It's all right nothing found problem but when permalink change to any ...
0
votes
0answers
8 views
WPMU + ovh + cloudflare + subdomains
I'm trying to set up a WPMU with sub domains, hosting under ovh (PS), domain by 1and1, and cloudflare, i've installed the plugin to map subdomains in cloudflare automatically, but for now what I get ...
0
votes
1answer
22 views
JS assets in a subdomain wont load on ff & ie but chrome is all good
We are building a Saas product and have purchased a bootstrap dashboard, all the JS/CSS assets are loaded though a sobdomain via our CDN.
Works perfectly on chrome but on ie and ff the components do ...
1
vote
1answer
35 views
Cloudflare NS outage and having non Cloudflare NS3?
Due to rising server load from DOS attacks I've decided to use Cloudflare, but I am aware their users suffered an hours outage in March because all Cloudflare Name Servers were "down".
I have my own ...
-1
votes
0answers
26 views
Get real ip who are using incapsula's DNS
site moviedabba.in which is using incapsula's DNS.
I tried ping but its giving ip of incapsula
then i tried nmap no success.
i also tried
nmap -sV -sS -F moviedabba.in
And
nmap --script ...
0
votes
0answers
28 views
Windows Azure custom domain setup with Cloudflare
I'm trying to setup custom domain for newly created Windows Azure website.
I bought new domain name yesterday. Set the name servers to CloudFlare's one. I have added two CNAME records - 1. with ...
0
votes
1answer
67 views
How to hide my A record? (like cloudflare)
I'm interested in making my high protected server into a "like cloudflare" website.
I mean, what I want to do is to add DNS zones (domains) to my server, then point the A record to the real server and ...
0
votes
1answer
59 views
How can I access a website that are using cloudflare?
I am having a problem with my curl script for accessing a website that has a cloudflare.
It was working before when the site wasn't using cloudflare.
I also have in my script what browser i am ...
0
votes
0answers
41 views
Cloudfare CDN cross-domain requests
After looking the official docs at http://developers.cloudflare.com/ and searching cant found, yet, any documentation about the Cloudfare CDN service that allow to set or tweak CORS polices. I know ...
1
vote
1answer
62 views
.htaccess - Replace file url to cdn url [closed]
I use Cloudflare free CDN and because I need to use https in some areas, I'm no able to activate it on the main domain. So after a little google research, i founded that i can replace selected files ...
-1
votes
1answer
40 views
Determine if visitor connected over SSL on CloudFlare Pro [closed]
We have a site running on CloudFlare Pro that uses their supplied certificate for one-click encryption. Our site has "optional" SSL for users. As it's a forum, we currently run a proxy script that ...
2
votes
3answers
77 views
CloudFlare SSL compatibility with ASP.NET MVC RequireHttps
I am hosting an ASP.NET MVC 4 site on AppHarbor (which uses Amazon EC2), and I'm using CloudFlare for Flexible SSL. I'm having a problem with redirect loops (310) when trying to use RequireHttps. ...
0
votes
2answers
51 views
Opencart website with CSS issue
Looking at the chrome console I find this warning: Resource interpreted as Stylesheet but transferred with MIME type text/html: ...
0
votes
0answers
114 views
Haproxy Real IP + Cloudflare
I just can't seem to get this done. I'm still seeing cloudflare IPs in my log. Currently, I have a loadbalancer which is behind Cloudflare.
Currently, here's the block related to forwardfor:
...
1
vote
0answers
53 views
Download gzipped file through CloudFlare
I have a PHP file protector script:
.htaccess
RewriteEngine on
RewriteRule ^(.*).(zip|tgz)$ ../wp-file-protector.php?file=$1.$2 [QSA]
wp-file-protector.php
<?php
global $wpdb;
/** Make sure ...
1
vote
1answer
75 views
Prevent cache in CloudFlare
I'm in the middle of a project, and yesterday I'm getting started with CloudFlare.
The problem is that when I make a change I cannot see it in the browser, so I assume that the problem here is the ...
0
votes
0answers
29 views
Can Cloudflare cache HTML for anonymous users but not logged in users?
We have a website with anonymous user content generally static (updated once every hour), and content for logged in users different for every user, updated frequently.
Is it possible to configure ...
1
vote
1answer
36 views
Over 6 seconds to receive data from server. Screenshot included, can't find why. Wordpress, W3TC, Cloudflare, etc
I am using cloudflare, W3 Total Cache, and amazon s3. I am using database, page, object, and browser caching via W3TC.
What causes the delay in receiving data from the server as seen here? This is ...
0
votes
1answer
244 views
Cloudflare's Rocket Loader + Wordpress -> Ignore scripts?
I'm trying to make Cloudflare's Rocket Loader work on my WP site. Everything works fine except for the WP Visual Editor. I followed the advice here but it doesn't work:
How do I add custom attributes ...
0
votes
0answers
101 views
Asp.NET MVC on IIS 7 with cloudflare has random time outs
I have searched all over and tried a lot things with no luck. I am lost on any further path to take so I will try to explain the whole picture to help everyone, since I am not sure where I can tackle ...
0
votes
2answers
101 views
?wprptest=0, 1, 2, 3 ect at the end of all my URLs in google analytics
So I just received in about 20 minutes time 8000 hits on my site. I was watching this is google analytics real time.
All of the sudden, a page with 100 or so people on it, had a string appear at the ...
0
votes
1answer
198 views
Can Cloudflare replace Varnish? [closed]
I have a Centos web server with about 100 low to mid traffic websites. Most of the sites use TYPO3 CMS and Cloudflare to cache static files (images, css, js etc).
I want to improve the performance ...
0
votes
1answer
183 views
CloudFlare and logging visitor IPs via in PHP
I'm trying to track and log users/visitors that are accessing my website using PHP's $_SERVER['REMOTE_ADDR'] to do so. A typical method for IP tracking in PHP.
However, I am using CloudFlare for ...
0
votes
1answer
115 views
Protect dedicated server with cloudflare
So I have an Ubuntu 10.04 based dedicated server with LAMP installed. I host several websites, but for now all websites are on same IP, configured using Apache Virtual Hosts.
So everyone can attack ...
0
votes
0answers
33 views
Find data in specified array
Intro
Hi guys, I'm playing around with the CloudFlare API (CloudFlare is a service which enhances the performance of your website) and in order to change a DNS record through their API, I have to ...
1
vote
1answer
577 views
Get real IP behind Proxy behine Cloudflare?
How do i get the Real IP of a visitor who is using a proxy if my server is using Cloudflare?
So far this works if a visitor open my server (which is using cloudflare) without using a proxy
...
1
vote
0answers
81 views
Limiting access to heroku app
I am using cloudflare to protect my heroku app, but users can still access the app directly via myapp.herokuapp.com , and there seems to be no way to delete the default domain name that heroku uses. ...
-1
votes
1answer
241 views
How accurate is CloudFlare's country detection? (Geolocation header) [closed]
Cloudflare has a setting to add a request header with the client's country, based on IP. Does anyone know how reliable it is?
Source: ...
2
votes
1answer
197 views
How to code mac os x status bar app to send cURL command
Briefly
I want to code a status bar app that will send commands through an https connection using PHP / cURL.
What I Have and Know
Mac OS X running Mountain Lion (with X-code)
Extra-beginner ...
0
votes
1answer
362 views
setting up a cookie less sub domain
previously I served images for my site (http://example.com) from these two folders : http://example.com/images and http://example.com/pics
Now I have created a sub domain img.examole.com and moved ...
0
votes
3answers
189 views
DNS MadeEasy or Cloudflare
I'm currently using DNS Made Easy (dnsmadeeasy.com) as my DNS manager and trying to use Cloudflare as a CDN.
The problem is that if I start using Cloudflare, I need to stop using DNS Made Easy as ...
-1
votes
1answer
472 views
CLOUDFLARE - mail setup [closed]
I have used Cloudflare for quite a while, but recently, I have bought a mail server with my domain.
I am unsure of how to "root the traffic" through cloudflare - because at the moment, I am unable to ...
0
votes
1answer
28 views
Sphinx and Cloudflare couldnt work together ?
I'm using sphinx search in fact i used to use . Cuz when buy cloudflare , and connect with my server , my sphinx cant work now .
are there anyone can help me?
Thanks for all
1
vote
1answer
239 views
Assigning a CNAME to my static-website-bucket in amazon S3 using cloudflare
I am working on creating a website for my brother (my first website) and have decided to host the whole site through amazon s3. I have done the usual setup so far:
Create bucket with the name of the ...
1
vote
0answers
49 views
Weird %MINIFYHTML code showing just before </body> tag
The following code is showing on certain pages of my wordpress site.
...
5
votes
1answer
580 views
How can I reduce my data transfer cost? Amazon S3 --> Cloudflare --> Visitor
I recently started using Amazon S3 to serve images to my visitors since this will reduce the server load. Now, there is a new problem: Today I looked into my AWS billings. I noticed that I have a huge ...
0
votes
0answers
77 views
how to set up email in cpanel with remote dns server [closed]
I have remote DNS at cloudflare. I have a web host with cPanel, now I'm trying to set up local email. However I have no idea what to do DNS wise. Where do I point things, how do I set it up so my ...
2
votes
2answers
168 views
SEO and DNS tools like CloudFlare [closed]
My question is simple : will Google penalize my SEO if I use DNS tools like CloudFlare ?
2
votes
1answer
86 views
CloudFlare JSON Perl parsing
Here's my subroutine:
my $json = JSON->new;
my $decoded_json = from_json( $response->decoded_content, { utf8 => 1 } );
print ...
0
votes
1answer
89 views
How to set HTTP_CF_CONNECTING_IP in Apache http server configuration
We have a JSF application , serving the requests via tomcat ajp protocol. The entire web site is sitting behind Cloudflare CDN. When the following code is executed
String ipaddress = ...
0
votes
1answer
75 views
mysql views get increased by 2 instead of 1
I own a image hosting website and I capture image views using php and mysql.
I use the following code to count the views.
include_once'mysql.php';
$result = mysql_query("UPDATE DB SET ...
0
votes
0answers
73 views
Can't deny access from some countries
i did take a look to many documents like this
http://www.asiteaboutnothing.net/c_block-countries.html
but couldn't find any working example
i blocked my own country can still access
SetEnvIf ...
0
votes
1answer
675 views
nginx cloudflare 502 bad gateway
im using cloudflare. my site working good but not loading any images, css files and js files.
my server details;
ubuntu 12.04
nginx/1.1.19
php5-fpm
mysql
you can check live here
Check with www ...
1
vote
3answers
358 views
What Cache Headers should you use on your PHP site with CloudFlare so that “Always Online” works?
What Cache Headers should you use on your PHP site with CloudFlare so that "Always Online" works and your images get cached by their CDN?
CloudFlare's documentation is atrocious, and their support ...
1
vote
1answer
1k views
Getting com.google.gwt.user.client.rpc.StatusCodeException: 0 in GWT
I sometimes/often get this Exception in GWT but don't know why:
SEVERE: com.google.gwt.user.client.rpc.StatusCodeException: 0
java.lang.RuntimeException: ...
0
votes
0answers
54 views
What are the ideal Cache Header settings for a generic PHP-based Social Networking site using CloudFlare? [closed]
What are the ideal Cache Header settings for a generic PHP-based Social Networking site using CloudFlare and how would you actually go about setting those recommended Cache settings?
2
votes
0answers
150 views
.htaccess how to block US without blocking searchengine crawlers (Uses cloudflare)
Currently in my htaccess I have this
SetEnvIf CF-IPCountry US UnwantedCountry=1
Order allow,deny
Allow from all
Deny from env=UnwantedCountry
<Files /error/403.html>
...
1
vote
4answers
1k views
Can I use CloudFlare as a video provider?
I'm creating a website where people can upload and watch videos. I'm expecting 1000 simultaneous viewers at all times (on average). The problem is that all the CDNs I've looked at charges about ...
0
votes
1answer
249 views
Possible to route gameserver traffic through cloudflare?
I use cloudflare for my website and we have a gameserver I was wondering if it is possible to route traffic through cloudflare.
This recently sprung into my head when I realized that I could route ...


