From b43460ecaeb7e332a993fb6ea19f4808d759711f Mon Sep 17 00:00:00 2001 From: Coty Sutherland Date: Thu, 28 May 2015 10:22:39 -0400 Subject: [PATCH] [apache] Added collection of conf.modules.d dir for httpd 2.4 Signed-off-by: Coty Sutherland Signed-off-by: Adam Stokes --- sos/plugins/apache.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sos/plugins/apache.py b/sos/plugins/apache.py index dc700cb0bb..551b06243e 100644 --- a/sos/plugins/apache.py +++ b/sos/plugins/apache.py @@ -34,7 +34,8 @@ def setup(self): 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")