# cd to apache directory # edit Configuration.tmpl and uncomment the things you want. ###cd to mod_perl cd mod_perl-1.26 perl Makefile.PL APACHE_SRC=../apache_1.3.23/src \ DO_HTTPD=1 USE_APACI=1 PREP_HTTPD=1 EVERYTHING=1 make && make install #cd ../mod_ssl-2.8.5-1.3.22 #./configure --with-apache=../apache_1.3.23 cd ../apache_1.3.23 ./configure --prefix=/usr/local/apache_gj \ --activate-module=src/modules/perl/libperl.a make # make certificate TYPE=custom make install