Re: [users@httpd] Ratelimiting Apache File Upload Speed [EXT]

2020-12-18 Thread Gryzli Bugbear
still send it - it will just be processed slower by apache. -Original Message- From: Gryzli Bugbear Sent: 14 December 2020 15:19 To: users@httpd.apache.org Subject: [users@httpd] Ratelimiting Apache File Upload Speed [EXT] Hi guys, Is there a way to limit/ratelimit the upload speed

RE: [users@httpd] Ratelimiting Apache File Upload Speed [EXT]

2020-12-17 Thread James Smith
won't change anything the user sending large amounts of data will still send it - it will just be processed slower by apache. -Original Message- From: Gryzli Bugbear Sent: 14 December 2020 15:19 To: users@httpd.apache.org Subject: [users@httpd] Ratelimiting Apache File Upload Speed

Re: [users@httpd] Ratelimiting Apache File Upload Speed

2020-12-17 Thread Gryzli Bugbear
No, I've already checked upon mod_ratelimit, mod_bwlimit, they work only with outgoing traffic (Apache --> Client ). Didn't find any solution, that's able to do incoming traffic shaping (Client --> Apache,  upload traffic for the client). On 12/17/20 4:37 PM, Daniel Ferradal wrote: Check if

Re: [users@httpd] Ratelimiting Apache File Upload Speed

2020-12-17 Thread Daniel Ferradal
Check if this suits your needs. It is pretty straight forward. http://httpd.apache.org/docs/2.4/mod/mod_ratelimit.html El lun, 14 dic 2020 a las 16:20, Gryzli Bugbear () escribió: > > Hi guys, > > Is there a way to limit/ratelimit the upload speed to Apache ? > > I'm searching for a way to rateli

[users@httpd] Ratelimiting Apache File Upload Speed

2020-12-14 Thread Gryzli Bugbear
Hi guys, Is there a way to limit/ratelimit the upload speed to Apache ? I'm searching for a way to ratelimit the upload speed per IP address, or even better per IP , per Location. Regards, -- -- Gryzli https://gryzli.info ---