Do you know of any tool that can help me debug which domains (virtual hosts) are being most heavily used?
I have a web server with many users and about 300 registered domains. I want to see which of them receive more requests per minute/hour/day, so that I can move them to other web servers.
My guess would be that some tool which analizes all Apache's access logs could do the trick. I could code something like that, but as it seems a pretty standard procedure, I thought maybe someone has done this before.
Thanks in advance
I have a web server with many users and about 300 registered domains. I want to see which of them receive more requests per minute/hour/day, so that I can move them to other web servers.
My guess would be that some tool which analizes all Apache's access logs could do the trick. I could code something like that, but as it seems a pretty standard procedure, I thought maybe someone has done this before.
Thanks in advance