Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jun 2005 16:59:17 -0400
From:      xordos dos <xordos@gmail.com>
To:        Gerard Seibert <gerard-seibert@suscom.net>
Cc:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: Configuring Apache with DynDNS
Message-ID:  <646f14be050622135974f5aa28@mail.gmail.com>
In-Reply-To: <Pine.WNT.4.63.0506191005130.2464@Treneq>
References:  <Pine.WNT.4.63.0506191005130.2464@Treneq>

next in thread | previous in thread | raw e-mail | index | archive | help
On 6/19/05, Gerard Seibert <gerard-seibert@suscom.net> wrote:
> I am attempting to get Apache to work on my computer. My ISM only supplie=
s
> me with a dynamic IP as well as blocking of port 80. I am using DynDNS to
> try and circumvent that situation.
Basically, DynDNS only give you a free internat hostname, nothing more.
So it won't help you resolve the 80 blocking issue.

Though I think it is rare an ISP will blocking 80 port, but if this is
the case,
you can modify apache configuration file to use different port number.

In httpd.conf file, find the line "Listen 80" and replace 80 to
another number.(ex 81)
then in your browser, http://blahblah.dyndns.org:81/

Regards,
Xordos.

>=20
> My knowledge of how to accomplish this quite frankly stinks. Even using a
> copy of O'Reilly's Apache has not helped me much.
>=20
> If anyone has a similar type of setup, I would appreciate them contacting
> me directly. I can supply all of my configuration files for them to look
> at. I am probably just doing something really stupid but I lack the
> knowledge to figure it out on my own.
>



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