From owner-freebsd-questions@FreeBSD.ORG Wed Jun 22 20:59:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B2B816A41C for ; Wed, 22 Jun 2005 20:59:19 +0000 (GMT) (envelope-from xordos@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA02A43D49 for ; Wed, 22 Jun 2005 20:59:18 +0000 (GMT) (envelope-from xordos@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so167176wra for ; Wed, 22 Jun 2005 13:59:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Xh1JjKukNjvLJjIRaCwHW/2lbPWBP1O1ohwX64Y4frlClmr3s50YKMl12ZDZfbAtvlNTaQZFaXse/2zKM2uQBDYLGFCcsJiK61+L/X+O6LeWGagpk/H5vPgsh5P0+YsvCzzWg0pVRYhBBwf/DFDLKdWwtoVhnSQ2iMHMZeMG+Vk= Received: by 10.54.80.16 with SMTP id d16mr702989wrb; Wed, 22 Jun 2005 13:59:17 -0700 (PDT) Received: by 10.54.61.19 with HTTP; Wed, 22 Jun 2005 13:59:17 -0700 (PDT) Message-ID: <646f14be050622135974f5aa28@mail.gmail.com> Date: Wed, 22 Jun 2005 16:59:17 -0400 From: xordos dos To: Gerard Seibert In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-questions Subject: Re: Configuring Apache with DynDNS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: xordos dos List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2005 20:59:19 -0000 On 6/19/05, Gerard Seibert 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. >