Tagged Questions
1
vote
0answers
187 views
Awesome Apache Monitoring
I'm doing some research into how I can collect and graph useful statistics from apache per vhost:
Bandwidth Usage
Number of requests
Errors
Busy workers
Free workers
Queued/Waiting requests
Bonus ...
1
vote
3answers
203 views
Is there a way to find out which webpages are being accessed by clients on a UNIX webserver?
My web server is running CentOS and every time a certain page is accessed on my forum, httpd locks up and I can never seem to pinpoint the exact file.
Is there any way to view the pages that ...