Bibhor wrote:

> i defined it to listen to port 443 and i am not sure how to check if
> its listening at that port (i am assuming that port 443 is open by
> default).

Depending on what tools you have available on your box, there are two 
quick ways to see if anything's running on port 443:

1) netstat -nl | grep ":443"
2) nmap localhost

HTH,
Jeff
.===================================.
| This has been a P.L.U.G. mailing. |
|      Don't Fear the Penguin.      |
|  IRC: #utah at irc.freenode.net   |
`==================================='

Reply via email to