|
|
|
||||||||||||||
|
This page explains what you'll find in the 2.0a4 release of the download area for this project. Note: Apache/2.0 alpha 4 is not guaranteed to compile, run, or do anything useful. If you want a stable, fast version of Apache try one of the Apache/1.3 patches. The following patches are available for Apache/2.0 alpha 4.
After applying any of the above patches you should clean out all the
original-version files % find . -name '*.orig' -print | xargs rm -f This is how I configure the patched product for Irix 6.5: % env CPPFLAGS="-DIRIX=65" configure --with-mpm=stm \ --enable-status ... and on Linux: % env CPPFLAGS="-DNO_LINGCLOSE" configure --with-mpm=stm \ --enable-status ... |