if (you are looking for connections that have come in over time) then
look in the log file
else if i you are looking for the ip that is current connecting to the cgi script
you can usually find that info in the environment variable REMOTE_ADDR -
$ENV{'REMOTE_ADDR'}
else
there is probably a way to get the remote ip in javascript as well, if that is
what you want
endif
On Fri, 2003-01-17 at 17:50, [EMAIL PROTECTED] wrote:
> Hey,
>
> My friend is doing some web programming with perl, and wanted me to help
> him do something. He wants to create a script that will show all the IPs
> that are connected to the http server. I have looked on through several
> sites, and even a couple fo books I own. Yet I have failed to find a
> solution for this. If you can come up with some tips or help, please send
> them to [EMAIL PROTECTED]
>
> Thank you for your time,
>
> Tyler Mace
> Application Programmer
> Sunergize, Inc.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]