From owner-freebsd-stable@FreeBSD.ORG Thu Jul 28 08:02:03 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 69BE216A41F for ; Thu, 28 Jul 2005 08:02:03 +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 E85CE43D5D for ; Thu, 28 Jul 2005 08:02:02 +0000 (GMT) (envelope-from roger@gwch.net) Received: from localhost (link [127.0.0.1]) by mail.gwch.net (Postfix) with ESMTP id 83F82408A4 for ; Thu, 28 Jul 2005 10:02:01 +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 01110-07 for ; Thu, 28 Jul 2005 10:01:58 +0200 (CEST) Received: from www.gwch.net (pluto.gwch.net [192.168.2.103]) by mail.gwch.net (Postfix) with ESMTP id 7F67E40878 for ; Thu, 28 Jul 2005 10:01:58 +0200 (CEST) Received: from 62.2.21.164 (SquirrelMail authenticated user rogerg) by www.gwch.net with HTTP; Thu, 28 Jul 2005 10:01:58 +0200 (CEST) Message-ID: <15339.62.2.21.164.1122537718.squirrel@www.gwch.net> Date: Thu, 28 Jul 2005 10:01:58 +0200 (CEST) From: "Roger Grosswiler" To: freebsd-stable@freebsd.org 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 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 08:02:03 -0000 > > 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 ...which should be loaded on startup. Also, i activated NameVirtualHost *:80 in httpd.conf - still no success...whats up here? firewall is open, redirecting on router is well...but still no success... :-( Roger