Commit fa762be
Switch apache mutex type in tests
When running apache as root, it will try to drop privileges. If the
environment is not perfectly configured, this will result in an
inability to read its own multiprocessing mutex:
(22)Invalid argument: AH00024: Couldn't set permissions on the
mpm-accept mutex; check User and Group directives
Since apache also refuses to run as root (-DBIG_SECURITY_HOLE), move
the mutex somewhere that apache will definitely be able to read.
Signed-off-by: Robbie Harwood <rharwood@redhat.com>1 parent d429c5b commit fa762be
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
0 commit comments