Apache2 + SSL

Dick Davies rasputnik at hellooperator.net
Tue Oct 19 03:56:57 PDT 2004


* Nelis Lamprecht <nelis at 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


More information about the freebsd-questions mailing list