Apache 2.2.2
% tar -zxvf httpd-2.2.2.tar.gz
% cd httpd-2.2.2
% ./configure --enable-mods-shared=all \
              --enable-proxy (Proxy モジュール)
% make
# make install