Date: Tue, 19 Oct 2004 11:56:51 +0100 From: Dick Davies <rasputnik@hellooperator.net> To: Nelis Lamprecht <nelis@icts.uct.ac.za> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: Apache2 + SSL Message-ID: <20041019105651.GA4862@lb.tenfour> In-Reply-To: <1098182457.7016.104.camel@localhost> References: <1098182457.7016.104.camel@localhost>
index | next in thread | previous in thread | raw e-mail
* Nelis Lamprecht <nelis@icts.uct.ac.za> [1041 11:41]:
> Hi,
>
> I've recently just installed apache-2.0.52_1 from ports on a new system.
> I've taken an already working configuration from an older machine and
> transferred it to the new server. No matter what I do I can't get SSL
> working even though it shows up as being used.
>
> www 54695 0.0 0.4 14256 9024 ?? I 12:25PM 0:00.00
> /usr/local/sbin/httpd -DSSL
>
> It's as if anything I put between <IfModule mod_ssl.c> and </IfModule>
> gets totally ignored.
>
> <IfModule mod_ssl.c>
> Include etc/apache2/ssl.conf
> </IfModule>
Try
<IfDefine SSL>
Include etc/apache2/ssl.conf
</IfDefine>
> httpd -S shows only the virtual hosts in httpd.conf and nothing from
> ssl.conf
httpd -S -DSSL
--
My life, and by extension everyone else's, is meaningless. - Bender
Rasputin :: Jack of All Trades - Master of Nuns
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041019105651.GA4862>
