From: "Stanislav Malyshev a.k.a Frodo" <[EMAIL PROTECTED]>
> M>> How can i see who is connected to my server via http ?
>
> netstat -ta | grep :www | grep ESTABLISHED
Why "-ta"? the "-a" adds unconnected server listening sockets,
they'll never be "established", by definition.
--Amos
--Amos Sha
On Tue, 29 Jun 1999, Mike wrote:
> Hi
> How can i see who is connected to my server via http ?
> i want to know how meny ppl are connected to my server online. is there
> any software that does that ?
>
Look for "server-status" in Apache docs (I assume that you use Apache,
don't you?)
Andre
-
M>> How can i see who is connected to my server via http ?
netstat -ta | grep :www | grep ESTABLISHED
--
[EMAIL PROTECTED] \/ There shall be counsels taken
Stanislav Malyshev /\ Stronger than Morgul-spells
phone +972-3-9316425/\ JRRT LotR.
http://sharat.co.il/frodo/
Hi
How can i see who is connected to my server via http ?
i want to know how meny ppl are connected to my server online. is there
any software that does that ?
Thanks,
Mike
=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the