I have an Apache 1.3 web server configured with several VirtualHost
entries that serves multiple independent websites.
At certain times Apache receives a huge amount of request, which causes the server to reach a high workload. I would like to know which of all of these sites are receiving the requests.
How can I do that? I have read about Apache's mod_info
module, but I do not know if it has security risks.
Thanks!