cd /usr/local/src wget http://weather.ou.edu/~apw/projects/stress/stress-1.0.4.tar.gz tar zxvf stress-1.0.4.tar.gz cd stress-1.0.4 ./configure make make install
cd /usr/local/src
wget http://www.openssl.org/source/openssl-1.0.1c.tar.gz
tar zxvf openssl-1.0.1c.tar.gz
cd openssl-1.0.1c
./config enable-shared
make
make test
make install
echo "/usr/local/ssl/lib" >> /etc/ld.so.conf
ldconfig
でおしまいです。
SNI
せっかくApache2.2.12以降でSSLのバーチャルホスト(Server Name Indication)
ができるようになったので対応させてみます。
最近のコメント