waldo wrote:
So you're not currently using Linode? By default, your node is restricted to 50mbps, but you can create a support ticket and ask them to increase that, or so I've read others have done.
I use Linode for my own servers, and those of two other clients, but this is one I inherited; they have a dedicated server set up elsewhere. (Their disk space needs are massive, far beyond anything in the published Linode service plans - currently about 1.2TB of audio).
waldo wrote:
Really if you're just serving a static file, create an account, setup running a LEMP stackscript to have it served via nginx:
http://www.linode.com/stackscripts/view ... criptID=42What I plan to do is roll out a simple Apache install with static files protected by HTTP basic auth (.htaccess), and then generate a unique username/password for each customer with the right to this file. The file isn't public - these customers each paid the purchase price of the album - so we need to be sure there are no unauthorised downloads, as giving it away for free would violate our contracts with the artists. Using the customer's real name or email for the htaccess username will discourage them from posting the link in any public places.
Quote:
Why aren't you looking at one of the big CDN providers for something like this?
Linode is what I'm familiar with! I'm confident I can build a secure delivery system, with usernames that will appear in the access logs so we can detect abuse, in an hour or so.
Thanks for the tip - I'll be phoning my client in a few minutes to advise that we go with this plan, with the bandwidth caps raised.