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.

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

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 with

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:

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 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 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 --help.

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't come