aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoty Sutherland <sutherland.coty@gmail.com>2015-05-28 10:22:39 -0400
committerAdam Stokes <adam.stokes@ubuntu.com>2015-05-28 15:39:17 -0400
commitb43460ecaeb7e332a993fb6ea19f4808d759711f (patch)
tree5d4daf9e6dd6c5ab5bf5acd5f03bddc5fed4aa25
parent51a02ae616215d397cd6fa8d20e387ed9f441ec7 (diff)
downloadsos-b43460ecaeb7e332a993fb6ea19f4808d759711f.tar.gz
[apache] Added collection of conf.modules.d dir for httpd 2.4
Signed-off-by: Coty Sutherland <sutherland.coty@gmail.com> Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
-rw-r--r--sos/plugins/apache.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/plugins/apache.py b/sos/plugins/apache.py
index dc700cb0..551b0624 100644
--- a/sos/plugins/apache.py
+++ b/sos/plugins/apache.py
@@ -34,7 +34,8 @@ class RedHatApache(Apache, RedHatPlugin):
self.add_copy_spec([
"/etc/httpd/conf/httpd.conf",
- "/etc/httpd/conf.d/*.conf"
+ "/etc/httpd/conf.d/*.conf",
+ "/etc/httpd/conf.modules.d/*.conf"
])
self.add_forbidden_path("/etc/httpd/conf/password.conf")