Questions tagged [mod-reqtimeout]

4 questions
4
votes
1 answer

Slowloris on Apache: is mod_reqtimeout + mod_qos enough?

I detected few days ago that my server was under slowloris attack (I found a lot of "-" 408 0 "-" "-" values in my access.log). I changed my configuration like this: In mod_reqtimeout: RequestReadTimeout header=5-20,minrate=20 I installed mod_qos…
lucas47
  • 41
  • 3
2
votes
1 answer

Why are "Request header read timeout" messages in error log when page loads are short?

I am running a Rails application with Apache 2.4.10 and mod_passenger. The site uses https exclusively. I am seeing these messages in my error log: [Wed May 31 19:05:37.528070 2017] [reqtimeout:info] [pid 11111] [client 10.100.23.2:57286] AH01382:…
user35042
  • 2,601
  • 10
  • 32
  • 57
2
votes
1 answer

Apache problems in performance test with mod_reqtimeout

We have 2 Apache webserver behind a load balancer wich are connected to 2 (JBoss) application servers via mod ajp. To those webservers, mobile devices connect via a REST API. In our performance test we rather quickly ran into a lot of…
Michael Niemand
  • 169
  • 3
  • 17
0
votes
0 answers

Apache status "150 requests currently being processed, 0 idle workers"

My Apache Server Scoreboard Status is as shown below when the "150 requests currently being processed, 0 idle workers" condition is hit. --Log-trace--- Apache Server Status for localhost (via 127.0.0.1) Server Version: Apache/2.4.18 (Ubuntu)…