On Thu, 17 Oct 2002, ^|CoOL|^ cRþSH wrote:

> How can i identify what server is using an Ip...
>  eg, 64.88.33.24 --- > apache..

lynx -dump -head http://$1/ | grep Server | cut  -d ':' -f 2 | sed 's/^[ ]//'

But this is the _wrong_ list for asking these questsions, see 
php.net/support.php.

Derick

--

---------------------------------------------------------------------------
 Derick Rethans                                   http://derickrethans.nl/ 
 JDI Media Solutions
--------------[ if you hold a unix shell to your ear, do you hear the c? ]-


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to