[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Apache C14 / Update 16644 - code fix
- Subject: Re: [cobalt-users] Apache C14 / Update 16644 - code fix
- From: Anders <andersb@xxxxxxxxxxx>
- Date: Fri Jan 23 05:35:02 2004
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Tom wrote:
>> The alternatives now is to rollback to C13, or patch C14
>> yourself (above)...
>> See http://cobalt-forum.sun.com/forum/index.php?t=msg&th=6083
>> for rollback.
>>
> Are we talking 550s or all Raqs? We have Raq 4Rs. Our systems do not seem to
> be having any problems and we re all up to date on our patches.
AFAIK, it was all versions. At least, Sun recalled *all* of them ?
The problem was that if you got a redirect from a HTTPS page,
say for instance when visiting https://www.example.com/webmail,
it would redirect you to http://www.example.com:443/webmail/ -
instead of the correct location https://www.example.com/webmail/
And this was because the "ap_http_method" function was messed up...
Besides from that, it seems that a memory allocation was broken too.
Not sure if that is the reason behind the recent zombie army, though?
(people have reported that updated apache's generate zombie processes)
--anders