How do I configure, build, and install the patched source tree?
First, read Apache’s guide to compiling and installing. Second, read the new documents found in the patches, particularly perf-mja.html and qsc.html or mod_qsc.html (for Apache/1.3 and 2.0, respectively), which describe new configuration, compilation, and run-time options. Without enabling these options your patched Apache will run only a little bit faster, not ten times faster. Third, decide which of the configuration, compilation, and run-time options described in the above documents you desire. Finally, compile the source tree: % cd apache_1.3.x % configure options … % make % make install The compilation process for Apache/2.0 is different. Read the file src/README.MPM for instructions.
Related Questions
- I have created a ctags file using the exuberant ctags utility for my source tree. How do I configure the taglist plugin to use this tags file?
- Ive modified a Makefile in my source tree, but my build tree keeps using the old version. What do I do?
- How do I configure, build, and install the patched source tree?