[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] SSL/MSIE fix fails after RaQ4 mod_ssl upgrade.



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
--