I have an EC2 instance that is using Amazon's custom Linux install with built-in Apache. This install also has OpenSSL installed. That being said, there does not appear to be a mod_ssl.so to load up in httpd.conf.
So, I want to know the best way to get apache to be SSL enabled so I can set up my SSL virtual host (note that I have already set up the cert/signatures). Ideally, I would like to not have to rebuild/reinstall apache.