RE: httpd.conf with mod_ssl and MM

2002-10-09 Thread Gilles Gros
-config --libs`" \INCLUDE="-I/${TARGET_DIR}/${OPENSSL}/include -I/${TARGET_DIR}/${MM}/include" \./configure --prefix=/${TARGET_DIR}/${APACHE} \    --enable-rule=EAPI \    --enable-module=ssl \    --add more options if needed     Thi

httpd.conf with mod_ssl and MM

2002-10-08 Thread Gilles Gros
Hi,   Having just heard about MM, I am trying to use it.   I compile my apache, but when I try to start it, I get :     Syntax error on line 59 of /opt/apache/conf/local_conf/mod_ssl.conf:SSLSessionCache: shared memory cache not useable on this platform     and line 59 there is : SSLSessio

RE: IE 6 and apache+mod_ssl+mod_jk+tomcat HTTPS problem: "Navigation Canceled"

2002-10-03 Thread Gilles Gros
Usually, this comes from frame or iframe with no source or images. Gilles > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Harald Koch > Sent: Thursday, October 03, 2002 10:23 AM > To: [EMAIL PROTECTED] > Subject: Re: IE 6 and apache+mod_ssl+mod_jk+

RE: Question regarding MM

2002-09-19 Thread Gilles Gros
; > Subject: RE: Question regarding MM > > > It lets you use shared memory session caching; the session cache > which gets > the best performance is a shared memory cache, the shmcb cache. > > Lynn Gazis > > -Original Message- > From: Gilles Gros [mailto:[EM

Question regarding MM

2002-09-18 Thread Gilles Gros
Hi, I have a simple question, but I am still unable to find the answer in the docs. What are the use and benefit of using MM with mod_ssl? Thank you for your insight. Gilles __ Apache Interface to OpenSSL (mod_ssl)

Re: Problem compiling Apache with modssl on HPUX system...

2002-08-31 Thread Gilles Gros
You need to have felx and bison installed and accessible in your path. Gilles - Original Message - From: "Almada, Jon F" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 2:54 PM Subject: Problem compiling Apache with modssl on HPUX system... > Hello, > > I am at

RE: [BugDB] Security Information! (PR#731)

2002-07-08 Thread Gilles Gros
This can also happend when you have a frame (or iframe ) with no src. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Colm McCartan > Sent: Monday, July 08, 2002 10:04 AM > To: [EMAIL PROTECTED] > Subject: Re: [BugDB] Security Information! (PR#731

RE: Apache 1.3.26 Upgrade Question

2002-06-20 Thread Gilles Gros
What is really your question ? Just download the source and compile it. apache 1.3.26 : http://www.apache.org/dist/httpd/apache_1.3.26.tar.gz mod SSL 2.8.9-1.3.26 : http://www.modssl.org/source/mod_ssl-2.8.9-1.3.26.tar.gz Gilles > -Original Message- > From: [EMAIL PROTECTED] > [mailto:

RE: handshake problem with IE

2002-06-06 Thread Gilles Gros
Hi, Have you found anything more on that subject. I am interested in the result of your research. We have 4 web servers behind a load balancer, and we receive around 200 of such message a day. And we have no clue from where it is coming from, and how to fix it. Gilles > -Original Message---

Error in Apache log : SSL handshake interrupted

2002-02-05 Thread Gilles gros
We have from time to time the following traces in our Apache logs : [Mon Feb 4 08:17:24 2002] [error] mod_ssl: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] (System error follows) [Mon Feb 4 08:17:24 2002] [error] System: Connection reset by peer (

RE: http to https redirect configuration question

2002-02-04 Thread Gilles gros
We have from time to time the following traces in our Apache logs : [Mon Feb 4 08:17:24 2002] [error] mod_ssl: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] (System error follows) [Mon Feb 4 08:17:24 2002] [error] System: Connection reset by peer (errno: 104) Can

RE: ??? 1.3.23

2002-01-31 Thread Gilles gros
When is planned the final release ? Thanks for letting us know. Gilles -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ralf S. Engelschall Sent: Monday, January 28, 2002 12:22 PM To: [EMAIL PROTECTED] Subject: Re: ??? 1.3.23 On Mon, Jan 28, 2002, Ralf

RE: Apache problem mod_ssl 2.8.2

2001-04-27 Thread Gilles Gros
ionCacheTimeout 300 There is more than one way to handle the SSLSessionCache itself, just FYI. I hope this helps. -Albert C. Gilles Gros wrote: > Hi, > > We are currently using apache 1.3.19 with mod_ssl 2.8.2. > We have noticed between mod_ssl 2.8.1 and 2.8.2 more "Page cannot

Apache problem mod_ssl 2.8.2

2001-04-26 Thread Gilles Gros
Hi, We are currently using apache 1.3.19 with mod_ssl 2.8.2. We have noticed between mod_ssl 2.8.1 and 2.8.2 more "Page cannot be displayed" in 2.8.2. We have no trace in apache logs. It is clearly linked to our use of SSL. Can anyone help us finding how to set up some trace to be able to unde