Re: Problem session cache and HTTP headers AOL

2001-09-27 Thread Rainer Jung
Hi, now I have more precise data. The samples have been taken during 5 days. There where 10 million acceses to the server. 461 of these had corrupt headers. So increasing Log level is not really feasible. Browsers with corrupt headers (including count): 309 Mozilla/4.0 (compatible; MSIE

new environment variables?

2001-09-27 Thread Giovanni Porcelli
I am trying to define directory level access permissions on an Apache server based on information on certificates in a certificate chain, using .htaccess files. I checked the variables available and (unless I am mistaken) I cannot get hold of information on any certificate in the chain beyond

HTTP/HTTPS both on non-standard ports?

2001-09-27 Thread Michael Champagne
Hi, This is my first post to the list. I've setup 2 Apache + mod_ssl listeners on the same machine for our test and development environments. The test listener is on the standard ports. The development listener is listening on for HTTP and for HTTPS. This works only if my URL looks

engine io question

2001-09-27 Thread Evan Jennings
I am working on a port of Apache 1.3.20+mod_ssl 2.8.4 to TPF. I'm still struggling to get it to correctly support cgi script processing in secure mode from a Netscape browser. One key difference I see between Netscape and other browsers is that Netscape sends a POST request in four chunks in

Re: engine io question

2001-09-27 Thread Eric Rescorla
Evan Jennings [EMAIL PROTECTED] writes: I am working on a port of Apache 1.3.20+mod_ssl 2.8.4 to TPF. I'm still struggling to get it to correctly support cgi script processing in secure mode from a Netscape browser. One key difference I see between Netscape and other browsers is that

Re: Problem session cache and HTTP headers AOL

2001-09-27 Thread David Rees
On Thu, Sep 27, 2001 at 10:08:32AM +0200, Rainer Jung wrote: Hi, now I have more precise data. The samples have been taken during 5 days. There where 10 million acceses to the server. 461 of these had corrupt headers. So increasing Log level is not really feasible. snip of a lot of good

Re: engine io question

2001-09-27 Thread Evan Jennings
Looking again at OS/390 for comparison, I did misstate the flow. Below are the actual intercepted SSL_read outputs on TPF. The S_r: prefix indicates each SSL_read: S_r: POST /cgi-bin/cgi-forms HTTP/1.0 Referer: https://1.2.3.4/cgiform.html Connection: Keep-Alive User-Agent: Mozilla/4.77 .en.

Re: HTTP/HTTPS both on non-standard ports?

2001-09-27 Thread Rajidhar Etta
Hi, Simply it's not possible ! Regards Rajidhar E - Original Message - From: Michael Champagne [EMAIL PROTECTED] Date: Thursday, September 27, 2001 2:30 pm Subject: HTTP/HTTPS both on non-standard ports? Hi, This is my first post to the list. I've setup 2 Apache + mod_ssl

Re: engine io question

2001-09-27 Thread Eric Rescorla
Evan Jennings [EMAIL PROTECTED] writes: Looking again at OS/390 for comparison, I did misstate the flow. Below are the actual intercepted SSL_read outputs on TPF. The S_r: prefix indicates each SSL_read: S_r: POST /cgi-bin/cgi-forms HTTP/1.0 Referer: https://1.2.3.4/cgiform.html

Re: DEAPI?

2001-09-27 Thread Cliff Woolley
On Fri, 28 Sep 2001, Rachel wrote: I tried to install mod_ssl on my FreeBSD server today... when i finish installed the mod_ssl, openssl, MM and apache.. i tried to start the apache web server. But, the error messages as below appear. [Thu Sep 27 19:04:35 2001] [warn] Loaded

Re: DEAPI?

2001-09-27 Thread frida
Try to compile with this : $ CFLAGS=-DEAPI; export CFLAGS; -frida- Rachel wrote: Hi, Need help very urgently. I tried to install mod_ssl on my FreeBSD server today... when i finish installedthe mod_ssl, openssl, MM and apache.. i tried to start the apache web server. But,the error messages as

Re: DEAPI?

2001-09-27 Thread Rachel
Sorry, to confirm again... should i remove the existing folder and compile it again...? to which folder it compile in? i'm not sure which folder to remove... - Original Message - From: Cliff Woolley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 28, 2001 12:39 PM

Re: DEAPI?

2001-09-27 Thread Rachel
Sorry, I'm new to mod_ssl may i know how to compilewith "CFLAGS=-DEAPI ; export CFLAGS ;" as suggested below? - Original Message - From: frida To: [EMAIL PROTECTED] Sent: Friday, September 28, 2001 12:54 PM Subject: Re: DEAPI? Try to compile with this : $