How To List Which Apache Modules are Enabled on Fedora 23

Posted on by dpepper
Category: Tutorials | Tags: Apache
Reading Time: < 1 minute

The Apache web server is one of the most popular and powerful web servers in the world due in part to its ease of administration and flexibility. This flexibility is a result of Apache’s modular design, which allows for such features as URL rewriting for native SSL encryption natively. Administrators can modify Apache to meet their needs by adding or removing modules as needed.

Pre-Flight Check

  • These instructions are intended specifically for viewing enabled Apache modules on Fedora 23. The process is the same on most Linux servers running Apache.
  • In this case, we’ll be working as root on a Liquid Web Self Managed Fedora 23 server running Apache 2.4.

Viewing Loaded Apache Modules

For a list of all loaded Apache modules, run:

httpd -M

To see the list in alphabetical order, run:

httpd -M | sort

On some versions of Linux operating systems, you can substitute “apachectl” for the “httpd” in those two commands to achieve the same result.

Avatar for dpepper

About the Author: dpepper

Latest Articles

How to Use React Spring

Read Article

Accessing Man Pages on Ubuntu 16.04 LTS

Read Article

TLS vs SSL: A Comparison

Read Article

Premium Business Email Pricing FAQ

Read Article

Microsoft Exchange Server Security Update

Read Article