GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   apache question (https://gfy.com/showthread.php?t=143789)

Gutterboy 06-16-2003 05:20 AM

apache question
 
How do you limit the number of downloads a user may make simultaneously? Is there a virtual server directive that will do it?

Thanks

funkmaster 06-16-2003 05:33 AM

when will you guys finaly realize that google can answer any questions you have ... well, almost any.

the secret is the "search phrase"

http://www.google.com/search?sourcei...wnloads+apache

buran 06-16-2003 07:03 AM

I believe you should google for the term "mod_throttle" it's helped me out in these situations before.

Also, you may find a mix of using mod_rewrite to transform all image/movie requests through a PHP script which uses ram based sessions provides nearly unlimited control over serving content.

Maz 06-16-2003 07:06 AM

RTFM

crescentx 06-16-2003 07:08 AM

Pennywize I believe used to have this capability, http://www.pennywize.com/

-doug

Gutterboy 06-16-2003 07:09 AM

Thanks. I did check google before I posted but didn't get what I needed under the search string I used.. just some stuff about limiting server threads, which I don't want to do.

mod_throttle looks really interesting :thumbsup

Arty 06-16-2003 10:40 AM

My solution to a similar problem was php.

It's logging the ip temporarily to mysql (or a plain text if needed) while downloading. Then removes it from the list either when downloading finished or canceled by user. You may also cap the bandwith with same script if needed.


All times are GMT -7. The time now is 05:50 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123