From owner-freebsd-stable@FreeBSD.ORG Thu Jul 28 11:35:19 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 71A6516A420 for ; Thu, 28 Jul 2005 11:35:19 +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 D876343D45 for ; Thu, 28 Jul 2005 11:35:18 +0000 (GMT) (envelope-from roger@gwch.net) Received: from localhost (link [127.0.0.1]) by mail.gwch.net (Postfix) with ESMTP id 8381E408A4; Thu, 28 Jul 2005 13:35:17 +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-02; Thu, 28 Jul 2005 13:35:13 +0200 (CEST) Received: from www.gwch.net (pluto.gwch.net [192.168.2.103]) by mail.gwch.net (Postfix) with ESMTP id B837340878; Thu, 28 Jul 2005 13:35:13 +0200 (CEST) Received: from 62.2.21.164 (SquirrelMail authenticated user rogerg) by www.gwch.net with HTTP; Thu, 28 Jul 2005 13:35:13 +0200 (CEST) Message-ID: <33178.62.2.21.164.1122550513.squirrel@www.gwch.net> In-Reply-To: References: <15339.62.2.21.164.1122537718.squirrel@www.gwch.net> Date: Thu, 28 Jul 2005 13:35:13 +0200 (CEST) From: "Roger Grosswiler" To: Eirik =?iso-8859-1?Q?=D8verby?= 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 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 11:35:19 -0000 > On Jul 28, 2005, at 10:01 AM, Roger Grosswiler wrote: > >>> >>> Try adding port 80 to your Listen statement(s) in httpd.conf. Also >>> make >>> >> sure you have virtual hosts that capture requests on port 80. >> >>> >>> /Eirik >>> >>> >> i did a file called virtual.conf in /usr/local/etc/apache2/Include >> with >> this content: >> >> >> ServerName freebsd.domain.net >> ServerAlias freebsd.domain.net >> DocumentRoot /usr/local/www/data >> > > Make sure you are not enabling SSL globally, but for each vhost > individually. > Try the telnet trick mentioned by others, but simply type "GET / HTTP/ > 1.0" -- it should give you something about > trying to talk HTTP to a HTTPS server. Would explain why lynx/links > aren't working. > > /Eirik > 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