Activate Apache Mods in CentOS

SYSTEM INFORMATION
**OS type and version: CentOS 8
Webmin version: 1.981
Virtualmin version: 6.17-3

Hi Folks,

trying now switching over from Debian to CentOS or in the later stage Rocky or Alma Linux.
I installed a test server on CentOS8 base.
On CentOS in the Webmin Server Part, Apache I can’t see the “Configure Apache Modules”. How can I see, in that case, which mods are activated and disable or activate mods there?

Thanks a lot

I think you may have to edit /etc/httpd/conf/httpd.conf, and manually add/modify/remove the LoadModule lines in there. Or Servers → Apache WebServer → Global Configuration → Edit config files

Hi,

All Apache modules installed using package manager (dnf) on RHEL systems are automatically enabled.

How can I see, in that case, which mods are activated and disable or activate mods there?

By running the following command:

httpd -M
1 Like

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.