Skip to content

Commit d113449

Browse files
peffgitster
authored andcommitted
t/lib-httpd: drop SSLMutex config
The SSL config enabled by setting LIB_HTTPD_SSL does not work with Apache versions greater than 2.2, as more recent versions complain about the SSLMutex directive. According to https://httpd.apache.org/docs/current/upgrading.html: Directives AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex, and WatchdogMutexPath have been replaced with a single Mutex directive. You will need to evaluate any use of these removed directives in your 2.2 configuration to determine if they can just be deleted or will need to be replaced using Mutex. Deleting this line will just use the system default, which seems sensible. The original came as part of faa4bc3 (http-push: add regression tests, 2008-02-27), but no specific reason is given there (or on the mailing list) for its presence. Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent edd060d commit d113449

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

t/lib-httpd/apache.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ SSLCertificateKeyFile httpd.pem
203203
SSLRandomSeed startup file:/dev/urandom 512
204204
SSLRandomSeed connect file:/dev/urandom 512
205205
SSLSessionCache none
206-
SSLMutex file:ssl_mutex
207206
SSLEngine On
208207
</IfDefine>
209208

0 commit comments

Comments
 (0)