{"id":72,"date":"2013-11-15T22:40:00","date_gmt":"2013-11-15T22:40:00","guid":{"rendered":"http:\/\/340@jodohost.com\/\/blog\/"},"modified":"2013-11-15T22:40:00","modified_gmt":"2013-11-15T22:40:00","slug":"checking-for-the-enabled-modules-of-apache-in-linux","status":"publish","type":"post","link":"http:\/\/www.jodohost.com\/blog\/index.php\/2013\/11\/15\/checking-for-the-enabled-modules-of-apache-in-linux\/","title":{"rendered":"Checking for the enabled modules of Apache in Linux"},"content":{"rendered":"<p>The quickest and easiest way to check for the enabled modules of Apache on Linux is via the command prompt with the following command:-<\/p>\n<p>apachectl -t -D DUMP_MODULES<\/p>\n<p>This command outputs the names of modules which are enabled in the Apache configuration and also lets us know the status of a module &#8211; whether it is a static or shared module of Apache. If on some Linux system we get the error &#8220;apachectl not found due to system specific configuration&#8221;, then we&#8217;ll have to first find out the exact path of apachectl. We can see this inside the bin folder in the Apache configuration.<\/p>\n<p>In the H-Sphere server, we can find apachectl on the path below:-<\/p>\n<p>\/hsphere\/shared\/apache2\/bin\/apachectl -t -D DUMP_MODULES<\/p>\n<p>On Ubuntu or Debian, we can get this detail using the command below:-<\/p>\n<p>apache2ctl -M<\/p>\n<p>That&#8217;s it.<\/p>\n<p> ]]><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The quickest and easiest way to check for the enabled modules of Apache on Linux is via the command prompt with the following command:- apachectl -t -D DUMP_MODULES This command outputs the names of modules which are enabled in the Apache configuration and also lets us know the status of a module &#8211; whether it [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[2],"tags":[],"_links":{"self":[{"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/72"}],"collection":[{"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=72"}],"version-history":[{"count":0,"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/72\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=72"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=72"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=72"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}