Help - Search - Members - Calendar
Full Version: Install SSL cert in plain redhat server using Apache/2.0.52
The Planet Forums > System Administration > General Support Questions
Sh4ka
I need to install SSL Certification for one of the sites I am hosting on this plain server.

Can anyone tell me how to do it, setting the virtual host configurations, and the most important thing, i dont wanna recompile the entire apache with all its options, how can I recompile only with SSL enabled ? and where should I do it.. because Apache was installed at the system setup, so no sources can be found to use the "configure" command...

Thanks.
eth00
up2date mod_ssl

the apache documentation is really good for setting up virtualhosts, there are also examples in the ssl.conf you can read.
Sh4ka
It seems mod_ssl is already installed, up2date message:

CODE
The following packages you requested are already updated:

mod_ssl


But the problem is that I can not find the mod_ssl.so file to get it loaded at /etc/httpd/conf/httpd.conf . Can anyone tell me how to configure this module into apache ?

Thanks,
Penguin
This is located at /usr/lib/httpd/modules/mod_ssl.so and is normally loaded in via /etc/httpd/conf.d/ssl.conf

LoadModule ssl_module modules/mod_ssl.so
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.