From owner-freebsd-stable@FreeBSD.ORG Thu Jul 28 13:09:37 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBA6D16A41F for ; Thu, 28 Jul 2005 13:09:37 +0000 (GMT) (envelope-from roger@gwch.net) Received: from mail.gwch.net (80-219-201-207.dclient.hispeed.ch [80.219.201.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1867F43D49 for ; Thu, 28 Jul 2005 13:09:36 +0000 (GMT) (envelope-from roger@gwch.net) Received: from localhost (link [127.0.0.1]) by mail.gwch.net (Postfix) with ESMTP id 32A79408A4; Thu, 28 Jul 2005 15:09:32 +0200 (CEST) Received: from mail.gwch.net ([127.0.0.1]) by localhost (mail.gwch.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01978-10; Thu, 28 Jul 2005 15:09:28 +0200 (CEST) Received: from www.gwch.net (pluto.gwch.net [192.168.2.103]) by mail.gwch.net (Postfix) with ESMTP id 9DE4540899; Thu, 28 Jul 2005 15:09:28 +0200 (CEST) Received: from 62.2.21.164 (SquirrelMail authenticated user rogerg) by www.gwch.net with HTTP; Thu, 28 Jul 2005 15:09:28 +0200 (CEST) Message-ID: <13368.62.2.21.164.1122556168.squirrel@www.gwch.net> In-Reply-To: <1122553440.5043.19.camel@work.rerowe.com> References: <15339.62.2.21.164.1122537718.squirrel@www.gwch.net> <33178.62.2.21.164.1122550513.squirrel@www.gwch.net> <1122553440.5043.19.camel@work.rerowe.com> Date: Thu, 28 Jul 2005 15:09:28 +0200 (CEST) From: "Roger Grosswiler" To: "Randy Rowe" User-Agent: SquirrelMail/1.4.4-2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: amavisd-new at gwch.net Cc: freebsd-stable@freebsd.org, Roger Grosswiler , Eirik =?iso-8859-1?Q?=D8verby?= Subject: Re: Apache2 just listening to https? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2005 13:09:38 -0000 >> Connected to freebsd.gwch.net (192.168.0.101). >> Escape character is '^]'. >> GET /HTTP/1.0 >> >> >> 404 Not Found >> >>

Not Found

>>

The requested URL /HTTP/1.0 was not found on this server.

>>
>>
Apache/2.0.53 (FreeBSD) PHP/4.3.10 mod_ssl/2.0.53 >> OpenSSL/0.9.7e >> Server at freebsd.gwch.net Port 80
>> >> Connection closed by foreign host. >> >> >> seems as perhaps i have a problem with my DocumentRoot??? >> >> Ro >> thats the thing - my logs dont tell me ANYTHING except the favicon error ro > > Check the logs. Always check the logs. ;-) Most problems will cause an > entry in the logs. > My guess is that you will find an entry that says that the > file /wherever/your/docroot/path/is/index.html does not exist. > > RR > >