In my Apache logs there are lots of 408 entries, it looks like connection to server is ok and then no traffic.
46.114.5.234 - - [09/Jul/2023:10:42:59 +0200] "-" 408 152 "-" "-"
I double checked all settings in apache.conf :
Timeout 240
KeepAlive On
MaxKeepAliveRequests 750
and
evasive.conf:
<IfModule mod_evasive20.c>
DOSHashTableSize 8192
DOSPageCount 240
DOSSiteCount 480
DOSPageInterval 2
DOSSiteInterval 2
DOSBlockingPeriod 300
...
and reqtimeout.conf:
...
#RequestReadTimeout header=20-40,minrate=500
RequestReadTimeout header=30-50,minrate=250
#RequestReadTimeout body=15,minrate=500
RequestReadTimeout body=25,minrate=250
...
And feel the settings are not very tight, may be a little bit too loose.
Can someone give me a hint what can prevent the connection data flow further?
Server load is fine, the addresses of the 408 seem to be all mobile or dynamic IP adressess of internet providers like Telekom or dreiat.
I also checked, if my server is on some kind of blacklist but did not find anything.
Hints and help are very welcome, I guess I loose more than half of my traffic to 408.
Additionally, some visitor countries are completely missing, I get never traffic from there but should...
Best regards