Apache 2.4: Getting 408 errors in our log file with no request or user agent

Do you use mpm_event?
DO you still use KeepAlive for all clients event behind of proxy?
Do you see similar messages in logs?

1
2
3
154.160.1.199 - - [19/May/2019:10:17:44 +0000] "-" 408 - "-" "-" 154.160.1.199 154.160.1.199
154.160.4.172 - - [19/May/2019:10:17:47 +0000] "-" 408 - "-" "-" 154.160.4.172 154.160.4.172
154.160.3.253 - - [19/May/2019:10:17:48 +0000] "-" 408 - "-" "-" 154.160.3.253 154.160.3.253

“Apache 2.4: Getting 408 errors in our log file with no request or user agent”Continue reading

AppArmor on CentOS 7 : Last release in RPMs on stable kernels from kernel.org

Here you can download last version of RPM packages for AppArmor. May be used on any CentOS7 machines.
Everything is checked for original kernels of kernel.org:

– 3.16.62 (kernel compiled via default config and ‘make pkg-rpm’)

Using of build-in kernel of CentOS7 with a lot of patches is not encouraged.
Always better to use original versions of kernels of own compilation (from kernel.org) for any important machines.

Scroll to top