From owner-freebsd-questions@FreeBSD.ORG Fri Jun 2 00:56:15 2006 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 E231416A7C3 for ; Fri, 2 Jun 2006 00:56:14 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDBF843D4C for ; Fri, 2 Jun 2006 00:56:13 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 61940 invoked by uid 1002); 2 Jun 2006 00:56:11 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(209.167.16.15):. Processed in 2.661729 secs); 02 Jun 2006 00:56:11 -0000 Received: from unknown (HELO xzibit) (209.167.16.15) by pearl.ibctech.ca with (RC4-MD5 encrypted) SMTP; 2 Jun 2006 00:56:08 -0000 From: "Steve Bertrand" To: "'Malcolm Fitzgerald'" Date: Thu, 1 Jun 2006 20:54:21 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <192c377948a2a44244956738249837e4@pacific.net.au> Thread-Index: AcaFNGGqbifredZPQiikeUwMEn8tLwAqjvDw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-Qmail-Scanner-Message-ID: <114920976867561934@pearl.ibctech.ca> Message-Id: <20060602005613.DDBF843D4C@mx1.FreeBSD.org> Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: RE: troubleshooting network settings X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 00:56:20 -0000 > > Take a look at the 'ServerName' directive in your > httpd.conf file. Try > > uncommenting said directive, and put your IP address beside it. > > This line is already in place > > ServerName 127.0.0.1:80 What about something like: ServerName 192.168.1.10:80 ...or whatever your LAN/WAN IP is? Does that help? Try removing the localhost addr from there and replacing it with a NIC IP and see what happens. I have to admit, I haven't followed the entire thread, so if this has been mentioned, I apologize in advance. Steve