Sh4ka
Dec 29 2006, 02:57 PM
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
Dec 29 2006, 04:07 PM
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
Dec 30 2006, 03:04 PM
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
Dec 30 2006, 05:03 PM
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