From owner-freebsd-stable@FreeBSD.ORG Thu Jul 28 12:24:06 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 2D25916A41F for ; Thu, 28 Jul 2005 12:24:06 +0000 (GMT) (envelope-from rerowe@rerowe.com) Received: from holmes.rerowe.com (holmes.rerowe.com [216.229.6.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1B2F43D46 for ; Thu, 28 Jul 2005 12:24:05 +0000 (GMT) (envelope-from rerowe@rerowe.com) Received: from work.rerowe.com (work.rerowe.com [192.168.48.33]) by holmes.rerowe.com (8.13.1/8.13.1) with ESMTP id j6SCO0gF052562; Thu, 28 Jul 2005 07:24:01 -0500 (CDT) (envelope-from rerowe@rerowe.com) From: Randy Rowe To: Roger Grosswiler In-Reply-To: <33178.62.2.21.164.1122550513.squirrel@www.gwch.net> References: <15339.62.2.21.164.1122537718.squirrel@www.gwch.net> <33178.62.2.21.164.1122550513.squirrel@www.gwch.net> Content-Type: text/plain Date: Thu, 28 Jul 2005 07:24:00 -0500 Message-Id: <1122553440.5043.19.camel@work.rerowe.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-4) Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.44 Cc: freebsd-stable@freebsd.org, 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 12:24:06 -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 > 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