PDA

View Full Version : apache 2.0.54 patches


ballyn
09-10-2005, 08:46 PM
I rolled a patch for apache 2.0.54 that addresses the three known issues in that release as well as the recent mod_ssl issue, namely CAN-2005-1268, CAN-2005-2491, CAN-2005-2088 and CAN-2005-2700.

http://httpd.apache.org/security/vulnerabilities_20.html
http://www.directadmin.com/forum/showthread.php?s=&threadid=9607

Patch: http://lowdownconsulting.com/DA/apache_2.0.54-09082005.patch

Download the patch into your customapache directory, then edit the build script right after the frontpage patch (in the doApache2 function, around line 1813):
patch -p0 < ../apache_2.0.54-09082005.patch
Then just ./build apache_2.

Chrysalis
09-11-2005, 12:11 PM
thanks

chielsen
09-26-2005, 06:16 PM
Where exactely should i do what?

chielsen
09-29-2005, 08:17 AM
Ok i got it...