Skip to content

Commit fa762be

Browse files
frozencemeterysimo5
authored andcommitted
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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/httpd.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ LoadModule proxy_http_module modules/mod_proxy_http.so
7777

7878
LoadModule auth_gssapi_module mod_auth_gssapi.so
7979

80+
Mutex file:${HTTPROOT}
8081

8182
<Directory />
8283
Options +Includes

0 commit comments

Comments
 (0)