Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Dec 2000 11:49:47 +0100
From:      Edwin Groothuis <mavetju@chello.nl>
To:        Tyler K McGeorge <treznor@sunflower.com>
Cc:        questions@freebsd.org
Subject:   Re: Apache won't start
Message-ID:  <20001220114947.B59674@d9168.upc-d.chello.nl>
In-Reply-To: <000c01c06a70$10897860$103b7c18@treznor>; from treznor@sunflower.com on Wed, Dec 20, 2000 at 04:31:51AM -0600
References:  <001601c06a5e$34009f60$103b7c18@treznor> <001e01c06a70$3282fae0$a9db0241@union1.nj.home.com> <000c01c06a70$10897860$103b7c18@treznor>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Dec 20, 2000 at 04:31:51AM -0600, Tyler K McGeorge wrote:
> I've tried starting it up as a number of users. Root, a superuser
> a regular user. Doesn't seem to make a difference. I've tried
> scanning for anything on that port. There is something running on
> the port, I can connect to it. I just can figure out what kind of
> service it is. Any ideas?

Install lsof (/usr/ports/sysutils/lsof) and grep the output for LISTEN:

[/usr/home/edwin] root@p6>/usr/local/sbin/lsof | grep LISTEN
rom        2178   edwin    6u  IPv4 0xc80dad80        0t0     TCP *:4000 (LISTEN)
sshd        183    root    4u  IPv4 0xc80d9d80        0t0     TCP *:ssh (LISTEN)
httpd-php   227    root   17u  IPv4 0xc80d9b60        0t0     TCP *:http (LISTEN)

See, it's httpd-php for me which is listening op the http-port.

Edwin

-- 
Edwin Groothuis   |           Interested in MUDs? Visit Fatal Dimensions:
mavetju@chello.nl |                     http://fataldimensions.nl.eu.org/
------------------+               telnet://fataldimensions.nl.eu.org:4000
Trenton@FinalFantasy: y r all fucken coders wierd and negative except me?


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001220114947.B59674>