まずはOpenSSLのインストールからおこなう。
#tar zxvf openssl-0.9.8e.tar.gz
#cd openssl-0.9.8e
#./config --openssldir=/usr/local/openssl
#make
#make test
#make install
[root@gaia src]# tar zxvf apache_1.3.34.tar.gz
[root@gaia src]# tar zxvf mod_ssl-2.8.25-1.3.34.tar.gz
[root@gaia src]# cd mod_ssl-2.8.25-1.3.34
[root@gaia mod_ssl-2.8.25-1.3.34]# ./configure --with-apache=../apache_1.3.34 --prefix=/usr/local --enable-shared=ssl --enable-module=so --with-ssl=/usr/local/openssl
終了すると下記のような指示が出るので、忘れないように行う。
Now proceed with the following commands (Bourne-Shell syntax):
$ cd ../apache_1.3.34
$ SSL_BASE=/path/to/openssl ./configure ... --enable-module=ssl
$ make
$ make certificate
$ make install
# SSL_BASE="/usr/local/openssl" ./configure --with-layout=Apache --enable-module=so --enable-module=ssl
#make
#make certificate
#make install
#/usr/local/apache/bin/apachectl startssl