community.general/lib/ansible/modules/web_infrastructure
Michael Gugino 250f862573 Fix bug #5328 apache module loading (#19355)
* Fix bug #5328 apache module loading

Currently, the apache2_module module parses apache configs
for correctness when enabling or disabling apache2 modules.

This behavior introduced a conflict condition when transitioning
between mpm modules, such as mpm_worker and mpm_event.

This change accounts for the specific error condition raised
by ``apachectl -M``:
``AH00534: apache2: Configuration error: No MPM loaded.``
When loading or unloading a module with a name that contains 'mpm_',
apache2_module will ignore the error raised by apachectl if stderr
contains 'AH00534'.

Fixes #5328

* Add AH00534 warning

* Added changes from PR #5629

* Modified ignore_configcheck behavior
2016-12-14 13:18:19 -08:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
apache2_mod_proxy.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
apache2_module.py Fix bug #5328 apache module loading (#19355) 2016-12-14 13:18:19 -08:00
deploy_helper.py Use type='path' instead of 'str' for deploy_helper 2016-12-13 13:25:45 -05:00
django_manage.py Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
ejabberd_user.py minor spelling changes 2016-12-13 13:51:13 -05:00
htpasswd.py Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
jboss.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
jenkins_job.py Remove unused quotes (#19150) 2016-12-10 09:28:38 -05:00
jenkins_plugin.py minor spelling changes 2016-12-13 13:51:13 -05:00
jira.py Native YAML - web_infrastructure/jira.py (#18832) 2016-12-09 08:48:59 -05:00
letsencrypt.py minor spelling changes 2016-12-13 13:51:13 -05:00
nginx_status_facts.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
supervisorctl.py Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
taiga_issue.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00