Introduction
This article provides the steps to install the mod_pagespeed Apache module from the command line.
Procedure
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Run the following command.
- RHEL 6/7 systems
yum install ea-apache24-mod_pagespeed
- RHEL 8+ systems
dnf install ea-apache24-mod_pagespeed
- RHEL 6/7 systems