% tar -zxvf apache_1.3.31.tar.gz
% tar -zxvf mod_ssl-2.8.17-1.3.31.tar.gz
% cd mod_ssl-2.8.17-1.3.31
% ./configure --with-apache=../apache_1.3.31 \
--with-ssl=/usr/local/ssl \
--enable-module=most \
--enable-shared=max
% cd ../apache_1.3.31
% make
% make certificate
# make install