cd mod_ssl-2.8.11-1.3.27
./configure --with-apache=../apache_1.3.27
(--with-crt=/usr/local/apache/conf/ssl.crt/server.crt)
(--with-key=/usr/local/apache/conf/ssl.key/server.key)
cd ../apache_1.3.27/ SSL_BASE=/path/to/openssl ./configure --prefix=/usr/local/apache --enable-module=ssl make make installThis process will install apache in the directory /usr/local/apache. If we want to install mod_perl, we have to avoid the previous step, and continue with the next step.