Link to home
Start Free TrialLog in
Avatar of JAaron Anderson
JAaron AndersonFlag for United States of America

asked on

howto install mod_ssl into Apache HTTPS Server

ok I got the tarball and extracted it to /home/MYDDir/

ran
gzip -d -c mod_ssl -2.version.30-1.3.39.tar.gz | tar xvf -
this extracted fine it seems but NEXT? how do I install it?

but when I try to run ./INSTALL in the dir /home/MyDir/mod_ssl it doesnt work :[
I get an error :: "command not fund"
please help
Avatar of JAaron Anderson
JAaron Anderson
Flag of United States of America image

ASKER

the package I extracted is :: 12-Sep-2007:          Released 2.8.30-1.3.39: Bug Fix
from http://www.modssl.org/
Are you not able to install it via a package?  Do you have some special compiling options or weird distro or something?
The file INSTALL is a text documentation file containing exact installation instructions.
If you are using a distro that has 'yum' installed, just use that to install it and it should take care of everything including dropping in the ssl.conf for apache and (maybe) setting up a self-signed cert.  Maybe apt-get will do the same for Debian.

Either way if you can install a pre-compiled package, especially if it is via a package manager, do it.
@parparov oh lol thought INSTALL I was suppose to execute like ./INSTALL lol Ill read it and get back to thread thx
does mod_ssl NOT work with apache 2+???? it states only version 1.3.x  does x mean =<+ ? thx
mod_ssl is usually bundled within apache2. Are you using apache that came with the Linux distribution? Then you would only need to the specific Apache config file that contains the modules and Enable it, or add an appropriate link in 'mods_enabled' subdirectory of the config file. If you tell us the exact distribution you are using, we can give you the precise answer.

If you compile the apache yourself, you need to specify --with-ssl at ./configure run time.

Avatar of maxchow
maxchow

What distro you are using?
I couldnt do yum cause Im on a private biz network that cant see cloud...
I made an ISO and connected it to my VM slice for install

>>compile
I did do my own make & make install

Apache is 2.2.3  

I think I gotta add the appropriate link in 'mods_enabled' subdirectory of the config file
thats the approach Im going to try today...

thx for gettin back  to me.
oops sorry Apache 2.2.20
ASKER CERTIFIED SOLUTION
Avatar of parparov
parparov
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
>>Please check the config.log
how in the world do I do that ?

I thought I read in the latest apache I can set them all up and enable them later...

I did a httpd -M to list out all modules and I see mod_ssl(shared) so all must be good on that end.