# cd to apache distribution directory cd /local/apache/apache_1.3.28 ./configure --prefix=/local/apache1328 \ --enable-module=rewrite --enable-shared=rewrite \ --enable-module=speling \ --enable-shared=speling --enable-module=so \ --enable-module=status make make install # cd to mod_perl distribution cd /local/apache/mod_perl-1.28 perl Makefile.PL APACHE_PREFIX=/local/apache1328 APACHE_SRC=../apache_1.3.28/src DO_HTTPD=1 USE_APACI=1 PERL_AUTHEN=1 PERL_AUTHZ=1 ADD_MODULE=rewrite make make test make install # cd to apache distribution cd ../apache_1.3.28 make install