Skip to content

Commit

Permalink
[apache] Added collection of conf.modules.d dir for httpd 2.4
Browse files Browse the repository at this point in the history
Signed-off-by: Coty Sutherland <sutherland.coty@gmail.com>
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
  • Loading branch information
csutherl authored and Adam Stokes committed May 28, 2015
1 parent 51a02ae commit b43460e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sos/plugins/apache.py
Expand Up @@ -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")
Expand Down

0 comments on commit b43460e

Please sign in to comment.