网站文件镜像解决方案

发布于 2024-08-24 03:50:58 字数 63 浏览 5 评论 0原文

我们的网站目前下载流量很大。很快就会超出带宽限制。镜像软件包最方便的方法是什么?我们还需要维护包的现有 URL。

Our website is currently experiencing high volume download traffic. It will soon exceed the bandwidth limit. What's the most convenient way to mirror a software package? We also need to maintain existing URL of the package.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

栀子花开つ 2024-08-31 03:50:58

希望您的网站和下载位于两个不同的虚拟(如果不是实际的)主机上,例如:

  • www.example.com;和
  • downloads.example.com。

如果带宽是问题,那么最简单的解决方案是将下载放在几台不同的计算机上,每台计算机位于不同的 WAN 上,然后使用多个 DNS A 记录对它们进行负载平衡,以便不同的客户端将访问不同的计算机。请参阅HOWTO - 配置负载平衡

如果带宽确实是一个问题,我会感到惊讶,但考虑到它有多便宜,除非你有其他一些限制。通常,Web 服务器本身就是问题所在,在这种情况下,反向代理(例如 HAProxy)是通常的答案

Hopefully your website and your downloads are on two different virtual (if not actual) hosts like:

  • www.example.com; and
  • downloads.example.com.

If bandwidth is the problem then the easiest solution is to put the downloads on several different machines, each on a different WAN and then load-balance them by using multiple DNS A records so different clients will go to different machines. See HOWTO - Configure Load Balancing.

I'd be surprised if bandwidth really was a problem however considering how cheap it is unless you've got some other constraint. Typically the Web servers themselves are the problem, in which case reverse proxies (eg HAProxy) are the usual answer

内心旳酸楚 2024-08-31 03:50:58

我已注册 Amazon S3 服务,使用 S3 Firefox Organizer 插件上传包,并使用 .htaccess 设置文件重定向。效果非常好。

I've registered for Amazon S3 service, uploaded the package using S3 Firefox Organizer plug-in, and setup a file redirection using .htaccess. That worked perfectly.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文