[NTLUG:Discuss] Apache SSL Madness - SuSE10.0

Greg Edwards greg at nas-inet.com
Wed Jan 16 21:15:01 CST 2008


Stephen Davidson wrote:

> 
> Hi Greg.
> 
> Had some other issues that I needed to deal with immediately, and had to
> put this aside for a bit.
> 
> I don't seem to be using virtual hosts.  And I definitely don't have;
> /etc/httpd - have /etc/apache2
> 41_mod_ssl.default-vhost.conf - have /etc/apache2/ssl-global.conf
> 
> The second one I think is part of the problem.  If I turn on SSL there,
> it is active for Port 80 as well.
> 
> Do have the module active in /etc/sysconfig/apache2.
> 
> Will be at NTLug meeting this Saturday, if anyone has a few minutes to
> have a look.
> 
> -Steve
> 

Steve,

Sorry I didn't get back sooner, I haven't been able to read email for a 
few days.  Did you get this resolved?

My Apache 2 config is located in /etc/httpd.  /etc/apache2 should work 
the same.  My SSL config comes from

./conf.d/40_mod_ssl.conf

and

./conf.d/41_mod_ssl.default-vhost.conf

40_mod_... has global directive like listen, SSLSessionCache, SSLMutex, etc

41_mod.. has the virtual host directives like document root, server 
name, engine on, etc

Do you have the SSL section directive in ssl_global set to listen on 
443?  Do you have listen set to 80 in http2.conf?  Both have to be set 
and IIRC global has to come after SSL.

-- 
Greg Edwards



More information about the Discuss mailing list