mod_ssl vs mod24_ssl AWS

Viewed 5427

Going through the motions to get TLS up and running for my website. I read under the AWS documentation to

sudo yum install -y mod24_ssl

but was getting a conflict on some dependencies.

I ended up reading a blog where someone mentioned sudo yum install mod_ssl and I ended up running that without any issues. Can someone let me know if this safe? What's the difference between mod_ssl and mod24_ssl?

Thanks

2 Answers

If your AWS instance is using the Amazon Linux 2 AMI you will use mod_ssl for Apache 2.4 installs.

Note the mod_ssl version is "2.4.6" and the AWS Repository is "amzn2-core".

Available Packages
Name        : mod_ssl
Arch        : x86_64
Epoch       : 1
Version     : 2.4.6
Release     : 67.amzn2.6.1
Size        : 110 k
Repo        : amzn2-core/2017.12/x86_64
Summary     : SSL/TLS module for the Apache HTTP Server
URL         : http://httpd.apache.org/
License     : ASL 2.0
Description : The mod_ssl module provides strong cryptography for the Apache Web
            : server via the Secure Sockets Layer (SSL) and Transport Layer
            : Security (TLS) protocols.
Related