thenewperson Posted November 4, 2009 Share Posted November 4, 2009 is it possible to control the speed users upload to the server. For example if i want to limit a guest to a low speed and a user to higher speed. Can i do this? if so how can i. Link to comment https://forums.phpfreaks.com/topic/180248-php-upload-speed/ Share on other sites More sharing options...
JonnoTheDev Posted November 4, 2009 Share Posted November 4, 2009 There was an apache module called mod_throttle but I believe it is not avaialable for apache 2. Take a look at http://www.topology.org/src/bwshare/README.html You may have to do by IP address. Another option maybe is to have 2 domains using different A record addresses (same server). Each IP is a different NIC. You could throttle the bandwidth on one of the cards. Link to comment https://forums.phpfreaks.com/topic/180248-php-upload-speed/#findComment-950860 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.