>
> <IfDefine SSL>
> AddType application/x-x509-ca-cert .crt
> AddType application/x-pkcs7-crl .crl
> <VirtualHost 192.168.3.11:443>
>
> DocumentRoot "/usr/local/www/secure"
> ServerName www.rblc.com
> php_value session.cache_limiter "nocache"
>
> .... lines removed for clarity ...
>
> SetEnvIf User-Agent ".*MSIE.*" \
> nokeepalive ssl-unclean-shutdown \
> downgrade-1.0 force-response-1.0
>
> SetEnvIf User-Agent "Mozilla/4\..*PPC)$" \
> nokeepalive downgrade-1.0 \
> force-response-1.0
>
> </VirtualHost>
> </IfDefine>
>
> This will, I believe, stop the hanging with Netscape 4+ on the Mac in the
> secured area of my web site. Note that this area is a paying
> member area and
> broadband is a requirement for the client. All other areas of the
> site will
> still allow Netscape 4+ and MSIE 5+ to enjoy keep alives and HTTP 1.1
> performance.
Looks good! Let us know how it works out.
-Dave
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]