On 5/5/06, Stuart, Ed <Ed.Stuart@xxxxxxxxxxxxxxxx> wrote:
Hello all; I new to the administration of an Apache web server and am looking for a way to see how many clients are connected to the web server. We're running Apache 2.0.46 on Red Hat AS 4. Netstat gives me connection info, but shows multiple connections for the clients. How can I report how many clients are connected to the web server at a given time?
There is also mod_status's server-status handler. But it will also give "multiple connections for the clients". That is because browsers make multiple connections to the server when downloading all the objects from a page. The only way to tell what connections come from a particular user is to track sessions using cookies or similar techniques. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx