Newbie - unable access my www from outside 2004-10-28 - By Luis Moreira
Is this some sort of Linux feature ? Normally ping should work over an IP address, not a port. If you want to make sure that the right application is listening on that port, you should do a telnet and look at the reply
telnet 10.10.10.10:80
On windows, if you get a blank screen with the title equal to (for example) "c:\winnt\system32\telnet" then you got a succesfull reply. On Unix, you should get something like
bash-2.03$ telnet 10.10.10.10 80 Trying 10.10.10.10... Connected to 10.10.10.10. Escape character is '^]'.
Eimantas Vaiciunas wrote:
>On Thursday 28 October 2004 11:13, Winanjaya - CBN wrote: > > >>I am not sure that I already understand what you mean ..by ping to port 80? >> >> >$ ping your.ip.addr.ess:80 > >--------------------------------------------------------------------- >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@(protected) > " from the digest: users-digest-unsubscribe@(protected) >For additional commands, e-mail: users-help@(protected) > > > >
--------------------------------------------------------------------- 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@(protected) " from the digest: users-digest-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|