Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (19.1k points)

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.

1 Answer

0 votes
by (44.4k points)

Use this command:

yum install mod_ssl

For Apache 2.4 users, use this

yum install mod24_ssl

Related questions

0 votes
1 answer

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer
0 votes
1 answer
asked Jul 17, 2019 in AWS by yuvraj (19.1k points)

Browse Categories

...