From owner-freebsd-stable@FreeBSD.ORG Thu Jul 28 07:13:07 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 210F116A41F for ; Thu, 28 Jul 2005 07:13:07 +0000 (GMT) (envelope-from ltning@anduin.net) Received: from anduin.net (anduin.net [212.12.46.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id B31CD43D48 for ; Thu, 28 Jul 2005 07:13:06 +0000 (GMT) (envelope-from ltning@anduin.net) Received: from eirik.unicore.no ([213.225.74.166] helo=[10.0.16.10]) by anduin.net with esmtpa (Exim 4.50 (FreeBSD)) id 1Dy2Zk-000Ayq-Uo; Thu, 28 Jul 2005 09:13:05 +0200 In-Reply-To: <32735.62.2.21.164.1122533916.squirrel@www.gwch.net> References: <32735.62.2.21.164.1122533916.squirrel@www.gwch.net> Mime-Version: 1.0 (Apple Message framework v733) X-Priority: 3 (Normal) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: =?ISO-8859-1?Q?Eirik_=D8verby?= Date: Thu, 28 Jul 2005 09:13:02 +0200 To: Roger Grosswiler X-Mailer: Apple Mail (2.733) Cc: freebsd-stable@freebsd.org 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 07:13:07 -0000 On Jul 28, 2005, at 8:58 AM, Roger Grosswiler wrote: > Hi, > > I have apache2 running, with ssl. now, if i call my domain in a > browser > not using https, i cannot connect. 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 > > ps aux shows this: > > root 59847 0.0 4.3 7528 4544 ?? Ss 5:34PM 0:12.11 > /usr/local/sbin/httpd -DSSL > www 59848 0.0 6.5 9368 6888 ?? I 5:34PM 0:03.80 > /usr/local/sbin/httpd -DSSL > www 59849 0.0 5.9 8856 6292 ?? I 5:34PM 0:01.92 > /usr/local/sbin/httpd -DSSL > www 59850 0.0 6.5 9364 6876 ?? I 5:34PM 0:04.55 > /usr/local/sbin/httpd -DSSL > www 59852 0.0 6.0 8880 6332 ?? I 5:34PM 0:01.60 > /usr/local/sbin/httpd -DSSL > www 59862 0.0 5.9 8852 6292 ?? I 5:37PM 0:03.14 > /usr/local/sbin/httpd -DSSL > www 59931 0.0 5.1 8072 5436 ?? S 5:49PM 0:02.60 > /usr/local/sbin/httpd -DSSL > www 59935 0.0 6.1 9312 6428 ?? I 5:50PM 0:01.89 > /usr/local/sbin/httpd -DSSL > www 60152 0.0 5.3 8168 5652 ?? I 6:41PM 0:00.39 > /usr/local/sbin/httpd -DSSL > www 60153 0.0 4.5 7728 4748 ?? I 6:41PM 0:00.55 > /usr/local/sbin/httpd -DSSL > www 60154 0.0 5.2 8100 5504 ?? I 6:41PM 0:00.31 > /usr/local/sbin/httpd -DSSL > > does this mean, that my apache just runs in ssl-mode??? > > tcp46 0 0 *.https *.* > LISTEN > tcp46 0 0 *.http *.* > LISTEN > > > ...not really.... > > do i have to create a virtual server if i use ssl? > > Roger > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable- > unsubscribe@freebsd.org" > > >