Forgotten mod_ssl pool?

2006-11-07 Thread Christiaan Lamprecht
Apache 2 SSL question which is probably related to mod_ssl: The Apache 2.2.3 SSL implementation has a pool in the ssl_expr_node struct (in ssl_expr.h) whereas the latest mod_ssl implementation does not. I know mod_ssl is only for Apache 3.1.* but the pool in Apache 2.2.3 doesn't seem to be used

SSLRequire: core dump with long strings, sometimes unreliable expressions

2006-11-07 Thread Jan Klever
Hi, im trying to protect URLs with SSLRequire and i am running into trouble with Apache segmentation faults und expressions that work sometimes, but not always. Setup ist Apache 1.3.37 on a Linux box with ModSSL built into Apache, not as external .so. No RPMs, everything built from source. I

Mod_SSL

2006-11-07 Thread kbajwa
Hello List: My first posting! I am installing Apache-2.2.3 and would like to install mod_ssl. I notice that current/latest version of mos_ssl is for Apache-1.x.x version. Is there any way (with a patch) to install the latest version of mod_ssl on Apache-2.x.x? Thanks. Kirt

RE: Mod_SSL

2006-11-07 Thread Kong, Yi - HPL
You add ssl arguement when you configure the apache From: kbajwa [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 10:22 AMTo: modssl-users@modssl.orgSubject: Mod_SSL Hello List: My first posting! I am installing Apache-2.2.3 and would like to install mod_ssl. I notice that

Re: Mod_SSL

2006-11-07 Thread Cliff Woolley
What this person is getting at is that the reason you can't find a mod_ssl patch for Apache 2.x is that mod_ssl comes pre-bundled with Apache 2.x. Just enable it when you run configure on the apache build.--Cliff On 11/7/06, Kong, Yi - HPL [EMAIL PROTECTED] wrote: You add ssl arguement

Re: Howto unload the mod_ssl from memory?

2006-11-07 Thread Louise Hoffman
Hi Louise, Hi Patrick =) Include conf.d/*.conf So this includes *.conf files listed in the conf.d directory (in mine, this is on the same directory level as the conf directory below /etc/httpd). My ssl.conf file is in this second directory and has as one of its commands: This was just