Installing Apache-Modssl With Shared Module Support On Unix
cd /usr/local/apache/src/apache_1.3.x
./configure –prefix=/usr/local/apache –enable-rule=SHARED_CORE –enable-module=most –enable-shared=max
cd ../openssl-0.9.x
sh config no-threads -fPIC
make
cd ../mod_ssl-2.8.x-1.3.x
./configure –with-apache=../apache_1.3.x –with-ssl=../openssl-0.9.x –prefix=/usr/local/apache –enable-rule=SHARED_CORE –enable-module=most –enable-shared=max
cd ../apache_1.3.x
make
make certificate
make install
0 Comments