Apache httpd 2.0.51 Released 15
djh101010 writes "apache.org has announced version 2.0.51 of their webserver, which is a bug-fix (rather than a feature) release. There are 5 security vulnerabilities addressed by this release, so if you're using mod_ssl, IPv6, or a couple other things, it's worth taking a look at what was fixed."
mod_perl (Score:4, Interesting)
Re:mod_perl (Score:4, Informative)
Re:mod_perl (Score:2)
Re:mod_perl (Score:2, Informative)
Third party modules should march happily on without being rebuilt.
An obvious exception might be modperl which provides substantial coverage of entry points, constant #defines and other aspects of the core itself. It also relies on 'expected results' from alot of edge functions which weren't widely used (and
Vuln list; is Apache 1.3 effected as well? (Score:5, Informative)
Does anyone have any information about whether the mod_ssl DoS vuln effects Apache 1.3.x as well? Thanks. -molo
Re:Vuln list; is Apache 1.3 effected as well? (Score:4, Informative)
Significant Opera problem fixed (Score:3, Informative)
I've yet to try it out, but this release claims to allow the administrator to unset the previously-mandatory Content-Location header added when mod_negotiation is in play.
This "feature" triggered an Opera "feature" that made in-document fragment anchors fail on dynamically generated, URL-rewritten documents.
Full description [plus.com] of the problem. Hopefully 2.0.51 means I don't need to fiddle with the Apache source any more: I'll update the problem page if so.
Re:Significant Opera problem fixed: confirmation (Score:2, Informative)
Yeah, it's fixed. You can now remove the Content-Location header, which works around the Opera "feature".
Explanation page [plus.com] updated.
Apache security documentation (Score:1, Informative)
http://www.cgisecurity.com/webservers/apache/ [cgisecurity.com]
Sidenote on the bugfixes (Score:4, Informative)
The most drastic example of security problems was between vsftpd and wu-ftpd, but the presenter also showed some graphs for httpd 2.xxx releases, where the bugfix releases drastically improved the security.
Hoorah for bugfix releases, they're always good.
apache 2.0.51 (Score:2)
blog [homeip.net]
Patch for Security Regression in Apache 2.0.51 (Score:2)
To quote ApacheWeek: One of the new features included in [Apache 2.0.51] is that a container can now be used to limit the effect of a Satisfy directive to specific methods. Unfortunately, a bug in the implementation meant that merging of Satisfy directives did not work correctly. The result was that if "Satisfy An
Apache 2.0.52 now available (Score:2)
Apache 2.0.51 is not even available, as 2.0.52 fixes the 2.0.51 regression.
BTW, I have a document about using PHP and Apache2 at http://dan.drydog.com/apache2php.html [drydog.com]