Welcome to Server Circle. It's a friendly site and all levels of experience are welcome. Be aware that we use cookies for your login.
Server Circle - Ask questions about Servers and get answers from experts.
Beta (0.14 sec)
Viewing enabled Apache modules

How can I quickly see a list of those modules enabled in Apache ?
Asked by:
TomPating
1355 points
 Report Abuse
 Share Page - Category: Linux Servers - Tags: Viewing enabled Apache modules
 Enter your response
Please use Pastie.org to paste lengthy code or to fix formatting issues with code
  • Responses in reverse (2)

Best Answer

ls /etc/apache2/mods-enabled| sed s,\.....$,,g| sort | uniq

although a _really_ quick way is just to do the ls.

this doesn't include modules compiled into apache however.

to get a full list try apachectl -M

Response by:
_SteveWilson ...
4290 points
Thanks ! Ahh.

I was going through each one using a2mod and it was painful !

Response by:
TomPating
1355 points


  • Related Questions
About Us : Contact Us : Etiquette : Terms : CDN Failover : ShorterURL : CDN Fallback : © 2013 Server Circle