How can I monitor Apache and get information about users who are connected to Apache? There's a server in my office. I want to know how many people in the office are connected to the it, using my web application, and what their IPs are.

EDIT:
I need to know this information in real time.

link|improve this question
feedback

2 Answers

You can configure the server-status module for realtime information

link|improve this answer
feedback

It sounds like you need a log analyzer.

The most commonly used one is Webalizer which examines your web server's log files, collates the data, and gives you a new set of web pages containing pretty graphs and charts of visitors and usage.

link|improve this answer
does it monitor realtime? – user1400 Mar 14 '11 at 10:57
It parses the logs when you request it to parse the logs - be that once a day, once an hour, or repeatedly with no delay between passes. It all depends on how you set it up. – Majenko Mar 14 '11 at 11:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.