That must have been a change since 2.0.63. We are running apache with shibboleth and httpd-2.0.63. Our ssl.conf file has the <IfDefine> for SSL, but we don't start up httpd with -DSSL.
I'm just glad I got it working. Robert Law Software Engineer Wolters Kluwer Health Medical Research 801.304.3012 tel [email protected] www.ovid.com -----Original Message----- From: Tom Evans [mailto:[email protected]] Sent: Tuesday, September 11, 2012 9:16 AM To: [email protected] Subject: Re: [users@httpd] RE: httpd 2.2.22, mod_jk, open_ssl, does not appear to be running secure On Tue, Sep 11, 2012 at 4:09 PM, Law, Bob <[email protected]> wrote: > I was able to figure out the problem. Httpd 2.2.22 does not support the > <IfDefined SSL> command in the ssl.conf file. Once I removed that, then it > started loading my ssl configuration. > httpd supports <IfDefine> just fine. For 'SSL' to be defined, httpd must be started with the command line flag '-DSSL'. Cheers Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
