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
adal wrote:
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 w
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
---
Good to hear :)
I was already suspecting something like that, that's why I was mostly
interested in your PHP performance times :)
On 06/23/2018 12:26 PM, Jørn wrote:
On Saturday, June 23, 2018 10:57:27 Gryz Bug wrote:
Opcode caching could speed up things a lot. In php7 you may consider
acti
Hi,
Yes, it is expected php to be faster and your hardware-stronger server
to perform better, but there is a problem , which has to be diagnosed,
and from my experience, while troubleshooting everything should be
checked and nothing to be taken as a granted. Sometimes the problem is
right in
Hi,
Maybe you should first find where the slowness come from (most probably
it is php, rather than Apache).
You could try to measure the php execution time from the beginning of
the request to the end of it, then you will have some more information
where to dig further.
It wont be a good i
nd and RewriteRule with [PT], to do
internal rewrite only if I have my header, then doing proxying only on
the internal re-written address.
With this config, I'm able to benefit from KeepAlives between Apache and
Backend(1.1.1.1:80).
Regards,
On 04/13/2017 10:14 AM, Luca Tosc
Hi to all,
I want to make conditional forward proxy within Apache ,based on request
header if a given request header exists, I want to proxy the request, if
not, not proxy
and also I need to do this NOT with RewriteRule and [P] flags.
I can't find how to define conditional proxying based on s