in reply to Re: Detecting a port "in use" on localhost:$port
in thread Detecting a port "in use" on localhost:$port
Say I'd like to run Apache configured to answer on port 8888. OK, let's go check to see if any other program is "using" 8888. Might be a gopher server, telnet server, etc. I would like to detect if there is a server answering requests on 8888 already.
-------------------------------------
Nothing is too wonderful to be true
-- Michael Faraday
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Detecting a port "in use" on localhost:$port
by ikegami (Patriarch) on Apr 22, 2009 at 01:11 UTC |