Java 1.1

2001-08-30 Thread Sergey Samoyloff
Hello! I wonder if anybody has clients user-agent Java 1.1 on their apache-servers with mod_ssl? I have a problem, Java applets sending out the data to apache-server via SSL are getting timeouts, apache logs say user-agent is specified as Java 1.1 After I added apache to config: SetEnvIf User-

Problem serving to some browsers

2001-08-30 Thread James W.Blackwell
Greetings, Ok, here's my setup... I'm running Apache 1.3.20, mod_ssl 2.8.4, OpenSSL 0.9.6a on a Linux box. My cert is from Thawte. I've had several people report problems with the secure side of the site. Usually it's that images are not being served on secure pages. Sometimes a couple of

Re: Problem serving to some browsers

2001-08-30 Thread Cliff Woolley
On Thu, 30 Aug 2001, James W.Blackwell wrote: > I've had several people report problems with the secure side of the > site. Usually it's that images are not being served on secure pages. > Sometimes a couple of the images come through but not all (and > randomly). Very rarely they get no respon

Re: Problem serving to some browsers

2001-08-30 Thread James W.Blackwell
--- Original Message Follows --- >From : Cliff Woolley <[EMAIL PROTECTED]> Subj : Re: Problem serving to some browsers Date : Thu, 30 Aug 2001 13:07:57 (EDT) -- >On Thu, 30 Aug 2001, James W.Blackwell wrote: > >> I've had several people report pr

Re: Problem serving to some browsers

2001-08-30 Thread Sergey Samoyloff
BrowserMatch == SetEnvIf User-Agent ? WBR, [EMAIL PROTECTED] - Original Message - From: "Cliff Woolley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 30, 2001 7:07 PM Subject: Re: Problem serving to some browsers > On Thu, 30 Aug 2001, James W.Blackwell wrote: >

Re: Problem serving to some browsers

2001-08-30 Thread James W.Blackwell
>- Original Message - >From: "Cliff Woolley" >To: >Sent: Thursday, August 30, 2001 7:07 PM >Subject: Re: Problem serving to some browsers > >> On Thu, 30 Aug 2001, James W.Blackwell wrote: >> >> > I've had several people report problems with the secure side of the >> > site. Usually i

Re: Problem serving to some browsers

2001-08-30 Thread David Rees
On Thu, Aug 30, 2001 at 07:29:03PM +0200, Sergey Samoyloff wrote: > BrowserMatch == SetEnvIf User-Agent ? Yes. http://httpd.apache.org/docs/mod/mod_setenvif.html#BrowserMatch -Dave __ Apache Interface to OpenSSL (mod_ssl)

Pass Phrase Dialog on NT

2001-08-30 Thread Dwayne Miller
Simple question... I finally have a version of Apache with Mod-SSL running under Windows2000. Starting the server from the command line is a snap. However, when I try to install it as a service, the so-called Pass Phrase Dialog does not 'Pop-up', and prevents the server from starting. Actu

Re: Problem serving to some browsers

2001-08-30 Thread David Rees
On Thu, Aug 30, 2001 at 02:50:43PM +, James W.Blackwell wrote: > > The problem persists. :( I've tried several combinations of the > BrowserMatch/SetEnvIf lines. Here's what I've got in my config now: Can you try removing the SetEnvIf or BrowserMatch lines completely? It's strange, becaus