[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] SSL/MSIE fix fails after RaQ4 mod_ssl upgrade.
- Subject: Re: [cobalt-users] SSL/MSIE fix fails after RaQ4 mod_ssl upgrade.
- From: cobalt@xxxxxxxxxxxxx
- Date: Mon Oct 7 08:23:29 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On 7 Oct 2002 at 15:55, James McNeil wrote:
>
> $PerlConfig .= "SetEnvIf User-Agent \".*MSIE.*\" \\ \n";
> $PerlConfig .= "nokeepalive ssl-unclean-shutdown \\ \n";
> $PerlConfig .= "downgrade-1.0 force-response-1.0\n";
Hi,
In my httpd.conf the first two lines are different:
$PerlConfig .= "SetEnvIf User-Agent \".*MSIE.*\" \\n";
$PerlConfig .= " nokeepalive ssl-unclean-shutdown\\n";
$PerlConfig .= " downgrade-1.0 force-response-1.0\n";
Yours: ... \\ \n ...
Mine: ... \\n ...
Hope this helps
Ian
--