From owner-freebsd-questions Sat Nov 16 10:42:26 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 15E2737B401 for ; Sat, 16 Nov 2002 10:42:25 -0800 (PST) Received: from web13308.mail.yahoo.com (web13308.mail.yahoo.com [216.136.175.44]) by mx1.FreeBSD.org (Postfix) with SMTP id C247943E77 for ; Sat, 16 Nov 2002 10:42:24 -0800 (PST) (envelope-from jim0266@yahoo.com) Message-ID: <20021116184224.2923.qmail@web13308.mail.yahoo.com> Received: from [204.210.211.15] by web13308.mail.yahoo.com via HTTP; Sat, 16 Nov 2002 10:42:24 PST Date: Sat, 16 Nov 2002 10:42:24 -0800 (PST) From: Jim Arnold Subject: Re: Can't seem to assign a different port for http (apache) To: Totally Jayyness , questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 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