RE: cgi-bin broken lock

2003-02-10 Thread Boyle Owen
Is any content on the page non-secure? (i.e. all img tags have to be https too). Rgds, Owen Boyle -Original Message- From: Jan Cohen [mailto:[EMAIL PROTECTED]] Sent: Montag, 10. Februar 2003 03:50 To: [EMAIL PROTECTED] Subject: cgi-bin broken lock Hi all, I've got ssl up and running

RE: Problems compiling mod_ssl with apache 2.0.44

2003-02-10 Thread John . Airey
-Original Message- From: Geoff Thorpe [mailto:[EMAIL PROTECTED]] Sent: 08 February 2003 18:08 To: [EMAIL PROTECTED] Subject: Re: Problems compiling mod_ssl with apache 2.0.44 * Sasa STUPAR ([EMAIL PROTECTED]) wrote: Ok, I have found the problem. If you want to have files in the

Compiling mod_ssl as a DSO for Apache 1.3.12

2003-02-10 Thread Simon Donally
Hi List Users I am trying to compile Apache with mod_ssl as a DSO, I'm using a relatively old version of Apache software as this particular version functions without errors on the system. The software versions are listed below Solaris 2.6 Apache 1.3.12 Modssl 2.6.6 I have read numerous

Compiling mod_ssl as a DSO

2003-02-10 Thread Simon Donally
Hi List Users I am trying to configure Apache to run with ModSSL as a DSO. I am using relatively old versions of software as this particular version of Apache functions on the system. The software versions are as follows Apache 1.3.12 Openssl_0.9.6b Modssl_2.6.6 I

RE: Compiling mod_ssl as a DSO

2003-02-10 Thread Boyle Owen
Just to get things clear, openSSL is a library of functions which is used by (among other things) mod_ssl. So mod_ssl needs to know about openSSL but openSSL doesn't care which application is using it. Your installation paths are a bit idiosyncratic, which is OK as long as you have a clear idea