apache 2.0.54 patches

ballyn

Verified User
Joined
Feb 7, 2005
Messages
266
Location
Boston, MA
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):
Code:
patch -p0 < ../apache_2.0.54-09082005.patch
Then just ./build apache_2.
 
Back
Top