Forum Moderators: coopster
i'm running a site with .ra and .ram files, when some visitor download or stream all these files at the same time it causes an huge bandwidth consumption.
so i'd like to limit the download per each IP to a certain number of .ra and .ram files at time.
i wonder if i can use some php script with cookies session but i'm new to this and i don't know where to start.
any suggestion? thanks in advance.
tito
mod_throttle [webmasterworld.com]
can mod_throttle be used to slow down by filetype? [webmasterworld.com]
I guess you could also have a serving script that checks when or if the file has been accessed and then deny or accept. You would have to store the access data somewhere though.