Comments on: How to Check Which Apache Modules are Enabled/Loaded in Linux https://www.tecmint.com/check-apache-modules-enabled/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Mon, 19 Nov 2018 04:49:21 +0000 hourly 1 By: ANIL https://www.tecmint.com/check-apache-modules-enabled/comment-page-1/#comment-1061167 Mon, 19 Nov 2018 04:49:21 +0000 http://www.tecmint.com/?p=23401#comment-1061167 Can i know the modules path using apachectl ?

]]>
By: Aaron Kili https://www.tecmint.com/check-apache-modules-enabled/comment-page-1/#comment-908381 Fri, 25 Aug 2017 06:36:39 +0000 http://www.tecmint.com/?p=23401#comment-908381 In reply to kenny.

@kenny

Not really, static modules are compiled into the Apache binary when the package is built, whereas dynamic shared modules are included at runtime.

]]>
By: Tomas https://www.tecmint.com/check-apache-modules-enabled/comment-page-1/#comment-908118 Thu, 24 Aug 2017 15:41:16 +0000 http://www.tecmint.com/?p=23401#comment-908118 In reply to kenny.

No. If it says “static” then such module has been compiled into the httpd binary when the server was built. This module will always be present while running Apache.

If it says “shared” then such module has to be loaded dynamically by using the LoadModule directive.

]]>
By: kenny https://www.tecmint.com/check-apache-modules-enabled/comment-page-1/#comment-908034 Thu, 24 Aug 2017 07:28:29 +0000 http://www.tecmint.com/?p=23401#comment-908034 In reply to Aaron Kili.

if they are marked shared is this means they are disabled?

]]>
By: Tomas https://www.tecmint.com/check-apache-modules-enabled/comment-page-1/#comment-843762 Fri, 02 Dec 2016 09:43:13 +0000 http://www.tecmint.com/?p=23401#comment-843762 In reply to Aaron Kili.

I have a feeling that you posted the list without probably realising that some modules cannot be disabled.

]]>