From owner-freebsd-questions Fri Nov 15 21:11:49 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 D41CA37B401 for ; Fri, 15 Nov 2002 21:11:47 -0800 (PST) Received: from fed1mtao03.cox.net (fed1mtao03.cox.net [68.6.19.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36BF443E42 for ; Fri, 15 Nov 2002 21:11:47 -0800 (PST) (envelope-from Jayyness@mindspring.com) Received: from jay ([68.2.115.140]) by fed1mtao03.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20021116051146.JUYE2201.fed1mtao03.cox.net@jay> for ; Sat, 16 Nov 2002 00:11:46 -0500 Message-ID: <001301c28d2e$aa152640$0300a8c0@jay> From: "Totally Jayyness" To: Subject: Can't seem to assign a different port for http (apache) Date: Fri, 15 Nov 2002 22:11:47 -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 was able to change my static IP (thanks for the help in tracking down rc.conf) Now that my FreeBSD 4.4-Stable server is at home an on my internal network, it is back up and running... somewhat. On my internal network, if I open my browser and go to 192.168.0.10, it pulls up my web page just fine. But if I go into httpd.conf and try to change the port that httpd normally listens on, I am having no luck. I have tried these things. I tried adding the line Listen 14 then I stopped and restarted httpd but when I try to now go to 192.168.0.10:14, no joy. So I tried Listen 1124 Thinking that maybe since I was running httpd as user 'nobody' that the port # was to low. Again, trying to get to 192.168.0.10:1124 gives me page can not be displayed. So I delete out the 'Listen' line and decide to change the default port. So I run down through httpd.conf until I find where it sets the port to 80 and change it to 14. Stop and restart httpd. No luck. Thinking it might be that 'nobody' user giving me trouble, I change the port to 1124, stop and restart it... still, going to 192.168.0.10:1124 doesn't bring up the page. You guys have any ideas? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message