mac osX might also have the following mac like command:
lsof -nPi TCP | grep httpd | less

this should list something like:
httpd    27212 root   16u  IPv4 2043928       TCP *:80 (LISTEN)
httpd    27213 root   16u  IPv4 2043928       TCP *:80 (LISTEN)
httpd    27214 root   16u  IPv4 2043928       TCP *:80 (LISTEN)
httpd    27215 root   16u  IPv4 2043928       TCP *:80 (LISTEN)
httpd    27216 root   16u  IPv4 2043928       TCP *:80 (LISTEN)
httpd    27217 root   16u  IPv4 2043928       TCP *:80 (LISTEN)

this indicates that i have 6 httpd processes listening on all interfaces on port 80.
what does your's show?


alastair wrote:

> On Fri, Aug 24, 2001 at 01:12:09AM +0200, allan wrote:
> > how come i cant even get a straigt html-page?
>
> So what port is apache listening on then? Are you sure it's port 80?
> Check httpd.conf.
>
> Cheers,
>
> --
> Alastair                            |
> [EMAIL PROTECTED]       |
> http://www.calliope.demon.co.uk     |            PGP Key : A9DE69F8
> -------------------------------------------------------------------

--
___cliff [EMAIL PROTECTED]http://www.genwax.com/


Reply via email to