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. Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/180248-php-upload-speed/#findComment-950860 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.