| Apache - official mirror site - bandwidth by tradebit file hosting | ... support the Apache Foundation ... |
Please do not download from www.apache.org. Current, recommended releases can be downloaded from a nearby mirror. Older releases can be downloaded from the archive site.
This tree is now split into projects so you can quickly find the project you are looking for. You will find the Apache HTTP Server project under httpd/.
Critical issues for Apache 2.0.39Name Last modified Size Description
Parent Directory - HTTP Server project
htpasswd-c-and-n-options-conflict.patch 19-Jun-2002 12:37 573 Source code patch
htpasswd-overwrites-old-file.patch 02-Jul-2002 15:04 929 Source code patch
osx_libtool.patch 11-Apr-2002 18:53 545 Source code patch
security_rollup.patch 16-Aug-2002 12:10 7.4K Source code patch
Apply the htpasswd-*.patch patches here to support/htpasswd.c and recompile. These will be fixed for 2.0.40.
Install libtool 1.4.2 separately. Once the Apache source distribution has been unpacked, run ./buildconf before ./configure.
Unfortunately, no currently-distributed libtool is known to work correctly with Apache on Mac OS X. The MacOS X Developer Tools come with GNU libtool (called glibtool but buildconf knows about this) 1.3.5, which is almost functional with Apache. It needs one little patch, which is in the file osx_libtool.patch in this directory. This allows you to build Apache on MacOS X 10.1 (Darwin 5.1 and onwards) using the Mac OS X Developer Tools.
Please see apache-2-on-os390.html for more information on building Apache 2.0 on OS/390.
Solaris 8 as initially shipped has a bug in the resolver library which can cause Apache 2.0 to hang in the getaddrinfo() library function. This problem can be avoided by adding --disable-ipv6 to your Apache configure invocation, but the best option is to apply the Sun-recommended Solaris 8 patch set to get the fix.
Install libtool separately. (1.3.5 and 1.4.2 are known to work.) Once the Apache source distribution has been unpacked, run ./buildconf before ./configure.