> I ran ps -A which listed all processes. httpd (apache) was not one of
them.
> I am assuming PID means Port ID(?), and neither 443 nor 80 was listed...
> This is all very strange and I am starting to sense that I will have to
> reinstall Apache...
PID is process id.
Denise, if you are under Solaris try lsof (I'm not sure if the sources
are available to compile it under another platform)
Run:
# lsof -i -n -C | grep 443
it should returns the process that is using the port 443
(use -C option if you are under Solaris 5.8)
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>