|
|
|
|||||||||||||||||||||||||||||||||||||||||
|
This page explains what you'll find in the 2.0a6 release of the download area for this project. Note: Apache/2.0 alpha 6 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 6.
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 -DUSE_ST_TIME \ -DLOG_BUFSIZE=65500 " configure --with-mpm=stm \ --enable-status --enable-speed-daemon ... and on Linux: % env CPPFLAGS="-DNO_LINGCLOSE -DUSE_ST_TIME \ -DLOG_BUFSIZE=65500 -D__i686__" configure \ --with-mpm=stm --enable-status --enable-speed-daemon ... but you can do it differently. Be sure to read how to use the STM and the QSC. |