Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
apache
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
webarch
apache
Commits
8c2c50bb
Commit
8c2c50bb
authored
5 years ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
test debug
parent
9479a818
No related branches found
No related tags found
No related merge requests found
Pipeline
#9788
passed
5 years ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tasks/checks.yml
+1
-1
1 addition, 1 deletion
tasks/checks.yml
tasks/main.yml
+1
-1
1 addition, 1 deletion
tasks/main.yml
tasks/mpm.yml
+2
-2
2 additions, 2 deletions
tasks/mpm.yml
with
4 additions
and
4 deletions
tasks/checks.yml
+
1
−
1
View file @
8c2c50bb
...
...
@@ -201,7 +201,7 @@
-
name
:
Set a fact for the enabled MPM
set_fact
:
apache_mpm_loaded
:
"
mpm_none
"
apache_mpm_loaded
:
"
"
when
:
apache_mpm_check.stdout == "invalid"
-
name
:
Debug the enabled MPM
...
...
This diff is collapsed.
Click to expand it.
tasks/main.yml
+
1
−
1
View file @
8c2c50bb
...
...
@@ -33,7 +33,7 @@
-
name
:
Include MPM switching tasks
include_tasks
:
mpm.yml
when
:
( apache_mpm_loaded not in apache_mods_enabled ) or ( apache_mpm_loaded == "
mpm_none
" )
when
:
( apache_mpm_loaded not in apache_mods_enabled ) or ( apache_mpm_loaded == "" )
-
name
:
Apache config available
include_tasks
:
config.yml
...
...
This diff is collapsed.
Click to expand it.
tasks/mpm.yml
+
2
−
2
View file @
8c2c50bb
...
...
@@ -37,7 +37,7 @@
when
:
apache_mpm_event_enabled.changed
when
:
-
( apache_mpm_loaded == "mpm_prefork" ) or ( apache_mpm_loaded == "
mpm_none
" )
-
( apache_mpm_loaded == "mpm_prefork" ) or ( apache_mpm_loaded == "" )
-
( "mpm_event" in apache_mods_enabled )
tags
:
-
apache
...
...
@@ -65,7 +65,7 @@
when
:
apache_mpm_prefork_enabled.changed
when
:
-
( apache_mpm_loaded == "mpm_event" ) or ( apache_mpm_loaded == "
mpm_none
" )
-
( apache_mpm_loaded == "mpm_event" ) or ( apache_mpm_loaded == "" )
-
( "mpm_prefork" in apache_mods_enabled )
tags
:
-
apache
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment