next up previous contents
Next: mod_perl Up: Howto Apache with mod_ssl, Previous: Downloading and compiling OpenSSL   Índice General

mod_SSL

mod_SSL is an apache module to enable the use of ssl with apache. We can download it from http://www.modssl.org. Now we can start compiling this module: If we don't want to install the mod_perl module, we can start the compilation of apache, as the configure command say us at the end of the execution of the ./configure command:
cd ../apache_1.3.27/ 
SSL_BASE=/path/to/openssl ./configure --prefix=/usr/local/apache --enable-module=ssl 
make 
make install
This 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.



ismak 2003-05-21