[EMAIL PROTECTED] Mod ssl with Apache 2.2.2

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. Thanks, Roger - The official User-To-User

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
- From: Roger Harrell [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 4:28 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Mod ssl with Apache 2.2.2 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

Re: [EMAIL PROTECTED] Mod ssl with Apache 2.2.2

2006-09-12 Thread Serge Dubrouski
Linux (natively or cross-compiling), try adding that switch to see if you get better results. - Larry -Original Message- From: Roger Harrell [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 4:28 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Mod ssl with Apache 2.2.2

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