does anyone know how to limit upload speed on apache for windows?
i found some solutions but they all for linux
this one didnt work for me
<IfModule mod_throttle.c>
ThrottlePolicy Original 7 5
<Location /throttle-status>
SetHandler throttle-status
</Location>
<Location /throttle-me>
SetHandler throttle-me
</Location>
<Location /~*/throttle-me>
SetHandler throttle-me
</Location>
</IfModule>