Date: Tue, 20 May 2003 18:14:44 -0500 From: "sektie" <sektie@codersluts.net> To: <jtx@hatesville.com> Cc: questions@freebsd.org Subject: RE: Apache Running... But the port isn't open. Message-ID: <20030520231141.M82131@codersluts.net> In-Reply-To: <001701c31f00$39d38390$0000fea9@theplague> References: <20030520110217.M2525@codersluts.net> <001701c31f00$39d38390$0000fea9@theplague>
next in thread | previous in thread | raw e-mail | index | archive | help
I honestly can't remember how I did it. It had to do with my apache config. What does your Listen line look like? I think that's what I changed. It's probably not the correct soluting, but it's the working solution. I'm guessing you could just disable ipv6 support in the kernel? *shrug* My listen line looks like: Listen 0.0.0.0:80 Seemed to do the trick. Randi ---------- Original Message ----------- From: "James Taylor" <jtx@hatesville.com> To: "'sektie'" <sektie@codersluts.net> Cc: <freebsd-questions@freebsd.org> Sent: Tue, 20 May 2003 11:47:06 -0700 Subject: RE: Apache Running... But the port isn't open. > Ummm... You're right :) I actually don't even really want ipv6 on > this machine. > > Now... How do I stop ipv6??? > > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of sektie > Sent: Tuesday, May 20, 2003 4:03 AM > To: jtx@hatesville.com > Cc: questions@freebsd.org > Subject: Re: Apache Running... But the port isn't open. > > Do a netstat, verify that it is listening on 0.0.0.0:* with ipv4. $10 > says it's only > listening on ipv6. > > ---------- Original Message ----------- > From: "James Taylor" <jtx@hatesville.com> > To: <freebsd-questions@freebsd.org> > Sent: Tue, 20 May 2003 01:21:51 -0700 > Subject: Apache Running... But the port isn't open. > > > I just installed apache2 through ports, but am having a really > > bizarre problem here. The server starts with no errors, and upon > > doing a ps -ax, it looks like it's running just fine. 'lynx > > localhost' pulls up the page, everything looks good so far. Trying > > to get to the site remotely - connection refused. I ran nmap > > localhost on the server, and the only thing it's listing as being > > open is SSH. Any ideas on what's going on here??? > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > ------- End of Original Message ------- > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" ------- End of Original Message -------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030520231141.M82131>