Apache Version Installs January 7 - 9, 2011 by CW Cyrix Last Updated: 2011/04/24 [0424] Apache 2.3.11 has just been added. [0424] Clarified Notes. -NOTES- ./configure does NOT seem to work in Ubuntu Desktop (as it works in Server), but bash configure does. You also need to install build-essential to compile these code in Ubuntu. required tools: libtool gcc bison pcre zlib My Setups For Apache version 2.2.17 Apache: ./configure --prefix=/home/ami-sapphire/httpd-2.2.17 \ --with-included-apr \ --with-included-apr-util \ --with-apxs \ --with-mpm=worker \ --with-mysql \ --enable-headers \ --enable-mods-shared=all \ --enable-rewrite \ --enable-vhost-alias Optional tags: --with-mpm=prefork For more tags, type ./configure --help. Reading their manual at http://httpd.apache.org may help as well. make sudo make install Optional: Copy apachectl to /etc/init.d -------- For Apache version 2.3.10 alpha APR: httpd-2.3.10-deps.tar.gz or .bz2 place in ./srclib APR-util: httpd-2.3.10-deps.tar.gz or .bz2 place in ./srclib PCRE: copy from version 2.2.17 -OR- get a copy from pcre.org -OR- install a distro's version (usually called libpcre) Apache: ./configure --prefix=/home/ami-sapphire/httpd-2.3.10 \ --enable-mpms-shared=all \ --enable-mods-shared=all \ --with-included-apr \ --with-included-apr-util Optional tags: --with-mpm=prefork For more tags, type ./configure --help. Reading their manual at http://httpd.apache.org may help as well. make sudo make install Optional: Copy apachectl to /etc/init.d -------- For Apache version 2.3.11 beta APR: httpd-2.3.11-beta-deps.tar.bz2 place in ./srclib APR-util: httpd-2.3.11-beta-deps.tar.bz2 place in ./srclib PCRE: copy from version 2.2.17 -OR- get a copy from pcre.org -OR- install a distro's version (usually called libpcre) Apache: ./configure --prefix=/home/ami-sapphire/httpd-2.3.11 \ --enable-mpms-shared=all \ --enable-mods-shared=all \ --with-included-apr \ --with-included-apr-util Optional tags: --with-mpm=prefork For more tags, type ./configure --help. Reading their manual at http://httpd.apache.org may help as well. make sudo make install Optional: Copy apachectl to /etc/init.d