Date: Thu, 28 Jul 2005 09:13:02 +0200 From: =?ISO-8859-1?Q?Eirik_=D8verby?= <ltning@anduin.net> To: Roger Grosswiler <roger@gwch.net> Cc: freebsd-stable@freebsd.org Subject: Re: Apache2 just listening to https? Message-ID: <DE9F5A5C-E03D-436C-A030-0EED8DF239ED@anduin.net> In-Reply-To: <32735.62.2.21.164.1122533916.squirrel@www.gwch.net> References: <32735.62.2.21.164.1122533916.squirrel@www.gwch.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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" > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?DE9F5A5C-E03D-436C-A030-0EED8DF239ED>