--- Joshua Slive <[EMAIL PROTECTED]> wrote:

> On 10/13/06, Qingshan Xie <[EMAIL PROTECTED]> wrote:
> > Hi! All,
> >
> >    We have a 2.0.59 HTTPS server on Solaris 8. 
> After
> > I turned on "KeepAlive On" and monitored it by
> > mod_status, I did not see any connection in
> KeepAlive
> > state.  Seems keepalive is not applicable on
> HTTPS/SSL
> > server.  Can some one tell me if this is true and
> why?
> 
> KeepAlive (persistent-connections) and SSL can work
> fine together.
> But many configurations (including the default)
> include something like
> BrowserMatch ".*MSIE.*" \
>          nokeepalive ssl-unclean-shutdown \
>          downgrade-1.0 force-response-1.0
> which turns them off for the majority of browsers.

Disabled the above line, but still did not see the
keepAlive working in my HTTPS server.  Any idea?

Thx, Q.Xie

> 
> Whether this dumbing-down is really necessary is an
> open question.
> Some people report success without this config.
> 
> Joshua.
> 
>
---------------------------------------------------------------------
> The official User-To-User support forum of the
> Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for
> more info.
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
>    "   from the digest:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to