3
I’m simulating an attack slowloris to a Debian server running Apache.
The attacking machines are Debian as well.
In order to make sure that the attack slowloris was effective, would like to access the logs Apache and check if the denial of service occurred, that is, if he ever stopped accepting connections, the state of buffers and so on. The time of the attacks are known.
Does Apache provide such information? Where to check in Debian? Any suggestions what else to check?
Is it possible to "clean the logs" (after backing up) to restart the experiments? How to do this?
If I delete these logs, it creates the files again or can give problems in Apache?
– Ed S
Do not delete, what I do is delete the content only, I edited this part @Eds
– Miguel
"reached server Maxrequestworkers Setting, consider Raising the Maxrequestworkers Setting" is a good indicative of denial of service?
– Ed S
I’ve never seen this mistake, but it makes sense that it’s one of the symptoms of ddos @Eds
– Miguel
I don’t know much about Apache but it has a command "apachectl fullstatus |more" It lists connections, if you are accepting, etc.... Does this then get stored somewhere? In the logs above, I didn’t find!
– Ed S
@Eds see if this helps: https://www.liquidweb.com/kb/use-httpd-fullstatus-to-monitor-apache-status/
– Miguel
Let’s go continue this discussion in chat.
– Miguel