| Webmaster Forum Rules | Posting Guide | Contact Us | Testimonials | Contributing Geek Program | Advertise on Geek/Talk |
|
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Join Date: Aug 2000
Location: CA USA
Posts: 484
|
Hello Geeks! It's been a while.
I have a website (http://www.come2store.com) that is basically a file storage service. People upload their files, are given a link, and can then use that link to download them again. It gets a lot of downloads going at once, all done via http downloads. I am using the Apache web server. It appears as though one single person is limited to downloading 2 files at once. Also, it appears as though bandwidth is capped. These limits are not on my host end - I imagine there much be some sort of Apache configuration I am not aware of. Anybody have any ideas? Or suggestions for a better http server to use? Thanks!
__________________
http://www.colehosting.com - Custom Web Development http://www.backupbus.com - Instant backups with rsync, FTP, VPN, etc. |
|
|
|
|
|
#2 |
|
Registered User
Join Date: Sep 2005
Location: Munich, Germany
Posts: 179
|
That would be mod_bwlimit (or whatever its called) - it's basically a module, like a php module (if youre not using the php-cgi), which limits the amount of bandwidth used per connection. This is very useful, especially when it comes to controlling your bandwidth or controlling simple http ddos attacks.
For file downloads I would recommend using lighttpd. It's extremely fast, especially for static files, much faster than apache, and you can also add modules like the bandwidth limit module to it. Careful though, it's not easy to set up, and if youre not familiar with linux at the command shell and compiling programs - then find a good tutorial or leave it at apache for now. I would suggest googling on this topic. You will find interesting stuff about download sites, such as "what happens if I need more than 1TB of webspace?" => network attached storage options Cheers, -Sebastian |
|
|
|
|
|
#3 |
|
Registered User
Join Date: Oct 2006
Posts: 8
|
maybe you should change your server provider
|
|
|
|
|
|
#4 |
|
Registered User
Join Date: Mar 2005
Posts: 227
|
For a free file host you really need to be running on your own dedicated server, or a virtual server so you can configure and properly set it up for that type of service.
Still, if your site does keep growing depending on the script you're using there comes a time when you better have built-in load balancing support or plans in place to expand. |
|
|
|
|
|
#5 |
|
Registered User
Join Date: Jul 2006
Location: Toronto
Posts: 14
|
Might want to check out mod_throttle.
|
|
|
|
|
|
#6 |
|
Registered User
Join Date: Apr 2008
Posts: 5
|
You can try godaddy hosting... as far as I know they allow file hosting site on their server...
Last edited by behzad; 04-26-2008 at 10:07 PM. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Buying a pre-configured web server in UK | WildComputer | Web Hosting Discussion | 1 | 05-24-2001 10:21 AM |
| Free web server log file analysis program | Xeloc | Web Design and Webmaster Issues | 9 | 06-26-2000 07:47 AM |
| Web server and sDSL | Guava | Web Design and Webmaster Issues | 5 | 04-29-2000 03:33 PM |
| NT Clustered Web Servers | WildComputer | Web Design and Webmaster Issues | 2 | 04-14-2000 04:38 AM |
![]()