Re: [EMAIL PROTECTED] Mod ssl with Apache 2.2.2 SOLVED

2006-09-12 Thread William A. Rowe, Jr.
Roger Harrell wrote: >>> I'm in the process of migrating servers. New server running Apache 2.2.2. >>> It didn't come with mod_ssl.so. What's the current config for getting >>> mod_ssl up and running with Apache 2.2.2. >> >> Otherwise, check your supplier's documentation. > > Uh, ok yeah. It didn

RE: [EMAIL PROTECTED] Mod ssl with Apache 2.2.2 SOLVED

2006-09-12 Thread Roger Harrell
>> I'm in the process of migrating servers. New server running Apache 2.2.2. >> It didn't come with mod_ssl.so. What's the current config for getting >> mod_ssl up and running with Apache 2.2.2. >First, run httpd -M, to see if you've got it builtin. > >If you compile it yourself, run "configure -

Re: [EMAIL PROTECTED] Mod ssl with Apache 2.2.2

2006-09-12 Thread Serge Dubrouski
The you need to install/update mod_ssl rpm a well (mod_ssl-2.2.2-1.2.i386.rpm). Config steps for mod_ssl for 2.2.X are almost the same that for 2.0.XX On 9/12/06, Roger Harrell <[EMAIL PROTECTED]> wrote: Sorry. Fedora Core 5 with Apache updated by yum Roger >You didn't say what platform you

Re: [EMAIL PROTECTED] Mod ssl with Apache 2.2.2

2006-09-12 Thread Serge Dubrouski
You have that error because you don't have openssl installed on your system. On 9/12/06, Lawrence Stefani <[EMAIL PROTECTED]> wrote: Hi Roger, I'm cross-compiling Apache 2.2.3 for MIPS under x86 Linux and just added --enable-ssl to my ./configure line to use the built-in mod_ssl. Unfortunately,

RE: [EMAIL PROTECTED] Mod ssl with Apache 2.2.2

2006-09-12 Thread Lawrence Stefani
Hi Roger, I'm cross-compiling Apache 2.2.3 for MIPS under x86 Linux and just added --enable-ssl to my ./configure line to use the built-in mod_ssl. Unfortunately, the build now fails: In file included from ssl_private.h:59, from mod_ssl.c:27: ssl_toolkit_c

RE: [EMAIL PROTECTED] Mod ssl with Apache 2.2.2

2006-09-12 Thread Roger Harrell
Sorry. Fedora Core 5 with Apache updated by yum Roger >You didn't say what platform you are on. Did you compile Apache from source? Is it Linux RPM? Is it Solaris >package? Is it Windows binary? >> I'm in the process of migrating servers. New server running Apache >> 2.2.2. It didn't come wi

Re: [EMAIL PROTECTED] Mod ssl with Apache 2.2.2

2006-09-12 Thread Nick Kew
On Tuesday 12 September 2006 21:27, Roger Harrell wrote: > I'm in the process of migrating servers. New server running Apache 2.2.2. > It didn't come with mod_ssl.so. What's the current config for getting > mod_ssl up and running with Apache 2.2.2. First, run httpd -M, to see if you've got it buil

Re: [EMAIL PROTECTED] Mod ssl with Apache 2.2.2

2006-09-12 Thread Serge Dubrouski
You didn't say what platform you are on. Did you compile Apache from source? Is it Linux RPM? Is it Solaris package? Is it Windows binary? On 9/12/06, Roger Harrell <[EMAIL PROTECTED]> wrote: I'm in the process of migrating servers. New server running Apache 2.2.2. It didn't come with mod_ssl.so