LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   apache + mod_ssl without openssl , will it run ? (https://www.linuxquestions.org/questions/linux-security-4/apache-mod_ssl-without-openssl-will-it-run-237758/)

kernelvn 10-01-2004 11:27 PM

apache + mod_ssl without openssl , will it run ?
 
I'm trying to install apache with mod_ssl . But I do not know that it will run without openssl ?

All step was : Download apache 1.3.31 , mod_ssl-2.8.19 and unzip it to /tmp
Then :
Quote:

cd mod_ssl-2.8.19
./configure --with-apache=../apache_1.3.31


cd ../apache_1.3.31
./configure \
> --prefix=/usr/local/Apache \
> --disable-module=all \
> --server-uid=apache \
> --server-gid=apache \
> --enable-module=access \
> --enable-module=log_config \
> --enalbe-module=dir \
> --enable-module=mime \
> --enable-module=auth \
> --enable-module=so \
> --enable-module=rewrite \
> --enable-shared=ssl \
> --enable-module=ssl \

make
make install
So when I run apache , it tell me that success installation include ssl . But I wonder that it can run with ssl ?

My quesion is : Can we install and run apache with mod_ssl without installing openssl before ?

ppuru 10-01-2004 11:47 PM

Well modssl would require the openssl libraries to compile.


All times are GMT -5. The time now is 07:34 PM.