From owner-freebsd-questions@FreeBSD.ORG Tue Jul 8 00:32:05 2003 Return-Path: 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 CB03137B401 for ; Tue, 8 Jul 2003 00:32:05 -0700 (PDT) Received: from box.se (20.0-24.41.214.212.host.songnetworks.se [212.214.41.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 675DE43F3F for ; Tue, 8 Jul 2003 00:32:04 -0700 (PDT) (envelope-from baterista@arrhythmetic.net) Received: from WorldClient ([212.214.41.20]) by box.se ([212.214.41.20]) with SMTP (MDaemon.PRO.v6.7.9.R) for ; Tue, 08 Jul 2003 09:35:06 +0200 Received: from [81.224.90.247] via WorldClient with HTTP; Tue, 08 Jul 2003 09:35:06 +0200 Date: Tue, 08 Jul 2003 09:35:06 +0200 From: "Fredrik =?iso-8859-1?Q?Carl=E9n?=" To: freebsd-questions@freebsd.org Message-ID: X-Mailer: WorldClient 6.7.9 X-Authenticated-Sender: baterista@arrhythmetic.net X-MDRemoteIP: 212.214.41.20 X-Return-Path: baterista@arrhythmetic.net X-MDaemon-Deliver-To: freebsd-questions@freebsd.org Subject: apache doesn't reply on explicit hostname X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2003 07:32:06 -0000 Hello! I have apache 2.0 on my "# uname -a FreeBSD al-khwarizmi.intra.arrhythmetic.net 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Thu Jan 16 22:16:53 GMT 2003 root@hollin.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386"-system :) Apache replies to http://localhost, but not to http://al-khwarizmi.intra.arrhythmetic.net which is the full name for my system. How come? "ServerName al-khwarizmi.intra.arrhythmetic.net:80" is in my httpd.conf, sure enough. This doesn'nt work, either: "# telnet al-khwarizmi.intra.arrhythmetic.net 80 Trying 192.168.0.2... telnet: connect to address 192.168.0.2: Connection refused telnet: Unable to connect to remote host" Why is this? Could anybody help me. You're always very helpful on this list... /fredrik