From owner-freebsd-questions Mon Nov 25 20:29: 7 2002 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 B327937B401 for ; Mon, 25 Nov 2002 20:29:04 -0800 (PST) Received: from fed1mtao04.cox.net (fed1mtao04.cox.net [68.6.19.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 232BF43EBE for ; Mon, 25 Nov 2002 20:28:59 -0800 (PST) (envelope-from Jayyness@mindspring.com) Received: from jay ([68.2.115.140]) by fed1mtao04.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20021126042858.UZHE2200.fed1mtao04.cox.net@jay>; Mon, 25 Nov 2002 23:28:58 -0500 Message-ID: <002e01c29504$1030b2f0$0300a8c0@jay> From: "Totally Jayyness" To: "Jim Arnold" , References: <20021116184224.2923.qmail@web13308.mail.yahoo.com> Subject: FIGURED IT OUT!!! (was): Can't seem to assign a different port for http (apache) Date: Mon, 25 Nov 2002 21:26:55 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I actually had it right the whole time. The problem was Internet Explorer the WHOLE time. It turns out to feed http on a different port, you only have to either add a LISTEN or change the standard port 80 to something else port <#> Even though I had done that it wasn't pulling up in IE for me. Well, I was speaking with another friend of mine and telling him all the different things I had tried. He asked me if I was actually typing in 'http://address' in the IE Address line. Turns out that IE doesn't ASSUME the 'http://' on any port except 80. So I went back in, made the changed to httpd.conf and then went to http://192.168.0.10:1124 and BANG, there it was. Called up a buddy of mine and had him try from the outside and BANG there it was. So thought I would follow up with all of you to 1: Thankyou and 2: Let you know about EVIL IE. ----- Original Message ----- From: "Jim Arnold" Sent: Saturday, November 16, 2002 11:42 AM Subject: Re: Can't seem to assign a different port for http (apache) > At 9:22 AM -0700 11/16/02, Totally Jayyness wrote: > Yeah, I tried that also, I just didnt' explain it > well. After the Listen 14 > or 1124 didn't work, I removed that line and did go > further down and changed > the > > Port 80 > > to > > Port 14 > > and then > > Port 1124 > > Stopped and restarted the httpd daemon each time. > Hmmm.... do I need to > reset a different daemon or another daemon maybe? > > Jay > > > > If you are going to use a non-standard port you will > also have to add that to the /etc/services file too. > For example, to use port 8080 instead of 80, add this > to the services file: > > http 8080/tcp > http 8080/udp > > and then change the port from 80 to 8080 in httpd.conf > and restart apace. > > HTH, > jim > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Web Hosting - Let the expert host your site > http://webhosting.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message