Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2002 16:54:57 +0100 (CET)
From:      Andrew Prewett <andrew@kronos.HomeUnix.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Refusing Connections
Message-ID:  <20021222163932.V39276-100000@slave.east.ath.cx>
In-Reply-To: <JBEBLBLAABEOPMEPFAKEMEBHCDAA.jimit@myrealbox.com>
References:  <JBEBLBLAABEOPMEPFAKEMEBHCDAA.jimit@myrealbox.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Dec 21 Jimi Thompson wrote:

> OS - 5.0 RC2
> Apache - 2.0.43
> OpenSSL - 0.9.6g
>
> I'm having a rather odd problem and I can't quite put my finger on it.   I
> can verify that the apache httpd is running but I am unable to connect to
> the box on port 80.

- Check if apache really listening on port (ie.: netstat -an -finet -ptcp).
- Check your httpd.conf for the following directives (main server config):

Listen		IP-ADDRESS:PORT
ServerName	FQDN

- Check the httpd.conf syntax (ie.: httpd -t, ev. httpd -DSSL -t).
- Try with telnet:
<prompt>$ telnet IP-ADDRESS PORT
GET /


> I verified that httpd.conf specifies port 80.  I've verified that the
> firewall is disabled.

And the default setting is `pass' any packet not `block'?

	-andrew

> I can connect on other ports so I know that the
> network settings are working properly.    If someone could point out what
> I'm missing, I'd really appreciate it.  I have a feeling that it's going to
> be a "DOH!" momemt.
>
> Thanks,
>
> Ms. Jimi Thompson

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?20021222163932.V39276-100000>