[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] SSL/MSIE fix fails after RaQ4 mod_ssl upgrade.
- Subject: [cobalt-users] SSL/MSIE fix fails after RaQ4 mod_ssl upgrade.
- From: "James McNeil" <james.mcneil@xxxxxxxxxxxxxx>
- Date: Mon Oct 7 07:56:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Hi,
Since the latest Apache/Mod_SSL patch, Apache won't start with the error message:
mod_perl: Invalid command 'nokeepalive', perhaps mis-spelled or defined by a module not included in the server configuration
Here is the snippet from the http.conf SSL virtual host section that is relevant.
$PerlConfig .= "SetEnvIf User-Agent \".*MSIE.*\" \\ \n";
$PerlConfig .= "nokeepalive ssl-unclean-shutdown \\ \n";
$PerlConfig .= "downgrade-1.0 force-response-1.0\n";
Has anyone else seen this / found a way of keeping the MSIE fix working?
I've already searched the archives and turned up nothing.
Thanks,
James.