Merge branch 'bw/protocol-v1'
Test fix for a topic already in 'master'. * bw/protocol-v1: http: fix v1 protocol tests with apache httpd < 2.4
This commit is contained in:
commit
4e51984e82
@ -25,6 +25,9 @@ ErrorLog error.log
|
||||
<IfModule !mod_headers.c>
|
||||
LoadModule headers_module modules/mod_headers.so
|
||||
</IfModule>
|
||||
<IfModule !mod_setenvif.c>
|
||||
LoadModule setenvif_module modules/mod_setenvif.so
|
||||
</IfModule>
|
||||
|
||||
<IfVersion < 2.4>
|
||||
LockFile accept.lock
|
||||
@ -67,9 +70,6 @@ LockFile accept.lock
|
||||
<IfModule !mod_unixd.c>
|
||||
LoadModule unixd_module modules/mod_unixd.so
|
||||
</IfModule>
|
||||
<IfModule !mod_setenvif.c>
|
||||
LoadModule setenvif_module modules/mod_setenvif.so
|
||||
</IfModule>
|
||||
</IfVersion>
|
||||
|
||||
PassEnv GIT_VALGRIND
|
||||
@ -79,9 +79,7 @@ PassEnv ASAN_OPTIONS
|
||||
PassEnv GIT_TRACE
|
||||
PassEnv GIT_CONFIG_NOSYSTEM
|
||||
|
||||
<IfVersion >= 2.4>
|
||||
SetEnvIf Git-Protocol ".*" GIT_PROTOCOL=$0
|
||||
</IfVersion>
|
||||
SetEnvIf Git-Protocol ".*" GIT_PROTOCOL=$0
|
||||
|
||||
Alias /dumb/ www/
|
||||
Alias /auth/dumb/ www/auth/dumb/
|
||||
|
Loading…
Reference in New Issue
Block a user