Questions tagged [cdn]

A Content Delivery Network is used to distribute data to end users of an Internet service. It is typically used for large scale distribution, and employs caching and numerous edge locations to speed up and reduce the bandwidth requirements of the process.

317 questions
0
votes
0 answers

Can we use Indian Server as CDN for German Server?

My client is using Hetzner Cloud Hosting. But his most of the users are from India. So in order to improve the speed we are planning to use $5 Digital Ocean droplet (Indian Data Center) as Proxy with Caching in front of Hetzner Cloud. Hetzner Cloud…
Future King
  • 135
  • 1
  • 8
0
votes
1 answer

Universal bucket in Google Cloud Platform for content, which would determine the user's location and serve content from the closest server?

I am a mobile application developer. I use Google Cloud bucket to store 10-second videos and photos that I use in the application. Thousands of users use the application every day, and I want to use a CDN to ensure that the content of the…
0
votes
1 answer

Track outgoing bandwidth usage of single IIS website on my VPS

I want to track OUTGOING bandwidth consumption from a single website in IIS to my site visitors (no internal traffic), e.g. CSS, images, HTML. The reason is that I want to know which package would be applicable to me when running my website via a…
Adam
  • 247
  • 3
  • 4
  • 16
0
votes
3 answers

How to use Cloudflare's CDN while we can not change nameservers on WIX

We have a website on WIX (www.example.com). The domain name and name servers are all on WIX. Using the same domain name we have another website (buy.example.com) which is NOT on WIX. The "A record" of both "WWW" and "BUY" are set on WIX's DNS.…
Ray Yen
  • 43
  • 1
  • 4
0
votes
1 answer

CDN - SSL and a Wildcard Certificate

My organization has a wildcard certificate for our domain and its subdomains. Lets say *.serverfault.com. We want to use a 3rd party webhost to serve as a CDN for our image content, but we want to have the domain there be media.serverfault.com. We…
K0D4
  • 123
  • 5
0
votes
1 answer

Does CDN defeat the purpose of server-level GeoIP blocking?

Looking for second opinions. Suppose a website is set up so that only IPs from country X are allowed read/write access. This server goes through a CDN such as Cloudflare. Because the GeoIP block is at server level, it never gets enabled because…
cvlo
  • 1
  • 2
0
votes
0 answers

AWS cost explosion with "first 10 TB / month data transfer out beyond the global free tier"

Our costs have really exploded at AWS for a simple EC2 Wordpress installation (and MySQL RDS service) for bandwidth cost. It is listed on the AWS Bill as: first 10 TB / month data transfer out beyond the global free tier Everything (EC2, RDS, S3) is…
0
votes
1 answer

AWS CloudFront gives 403 error when acessing from registered domain

I have a static website hosted on S3 distributed by CloudFront. If I reach the website through the CloudFront domain (d3agx9libnsfm1.cloudfront.net) it works. But when I try to reach the website through the registered domain…
0
votes
1 answer

Is it possible to know the location of an Anycast IP since they can be at multiple places at the same time?

With a Unicast IP we can know the geographical location of an IP address easily. But an Anycast IP address can be at multiple locations at the same time and depending on how close you are to the server you will be routed to the closest one. So, if…
Liga
  • 135
  • 2
  • 12
0
votes
0 answers

Why can't I access my WWW prefix domain with CDN?

I know this kind of question have existing solutions , but none of them solve my problems once I enter my web with prefix WWW , it displays such 403 error: 403 error demo This is my Domain parse setting: Domain parse setting screenshot And this is…
0
votes
0 answers

How to connect to 4 websockets, 1 of them through my own proxy?

I have an EC2 instance. I need to receive data from 4 separate websockets located in different regions around the world. Three of the websockets are working fine, but one of the websockets is being routed in a weird way by their CDN and it's taking…
-1
votes
1 answer

Neep help in properly setting up load balancer and googl cloud cdn

I tried to set up google cloud cdn for my server on google compute engine. I have done everything correct but images on my server are not getting cached. cache hit ratio is n/a. in logs, i am getting 200 status code for http://(ip…
-1
votes
1 answer

One domain, one wordpress system, different locations, different servers, low bandwith

I have a website with a low bandwidth (like 80.000 views per month, 1 mega or so every page) but that offers products to clients all over the world. A very specific business. The server is located in Spain. If someone access from Spain, then the…
-1
votes
1 answer

No static file is cached

I have set up CloudFlare for my website http://www.funfun.org.cn, the caching level is Standard and The development mode is Disabled. By loading the home page http://www.funfun.org.cn/1/#/home, I can see Server: cloudflare in the response header.…
Thomas
  • 223
  • 1
  • 3
  • 11
-1
votes
1 answer

Do I really need cdn for video delivery?

If I'm going to create video delivery site for big country (Russia), should I use CDN for video? I believe, that store video in two places, Tokyo (for East part of country) and Frankfurt (for West part of country) for example much cheaper than load…