Member Avatar for fatihpiristine

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>

Recommended Answers

All 2 Replies

i don't know if this is exactly what you are looking for, but you could use NetLimiter. i just saw it a few days ago and i haven't really looked into it.

Member Avatar for fatihpiristine

i heard about it but I don't know how it works.
apache has this option i wanna use that.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.