https://bz.apache.org/bugzilla/show_bug.cgi?id=61662

--- Comment #6 from Yann Ylavic <[email protected]> ---
(In reply to Kai from comment #5)
> 
> Is there another command-line tool to query this information (aside from
> e.g. installing a browser) which is more suitable?

You could get all the "IP:port" some httpd instance is listening on with
something like:

# netstat -lntp |grep "`cat /path/to/httpd.pid`/httpd" |awk '{print $4}'

(it may depend on your exact netstat output, so adjust to your needs).

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to