File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ ErrorLog error.log
25
25
<IfModule !mod_headers.c>
26
26
LoadModule headers_module modules/mod_headers.so
27
27
</IfModule>
28
+ <IfModule !mod_setenvif.c>
29
+ LoadModule setenvif_module modules/mod_setenvif.so
30
+ </IfModule>
28
31
29
32
<IfVersion < 2.4>
30
33
LockFile accept.lock
@@ -67,9 +70,6 @@ LockFile accept.lock
67
70
<IfModule !mod_unixd.c>
68
71
LoadModule unixd_module modules/mod_unixd.so
69
72
</IfModule>
70
- <IfModule !mod_setenvif.c>
71
- LoadModule setenvif_module modules/mod_setenvif.so
72
- </IfModule>
73
73
</IfVersion>
74
74
75
75
PassEnv GIT_VALGRIND
@@ -79,9 +79,7 @@ PassEnv ASAN_OPTIONS
79
79
PassEnv GIT_TRACE
80
80
PassEnv GIT_CONFIG_NOSYSTEM
81
81
82
- <IfVersion >= 2.4>
83
- SetEnvIf Git-Protocol ".*" GIT_PROTOCOL=$0
84
- </IfVersion>
82
+ SetEnvIf Git-Protocol ".*" GIT_PROTOCOL=$0
85
83
86
84
Alias /dumb/ www/
87
85
Alias /auth/dumb/ www/auth/dumb/
You can’t perform that action at this time.
0 commit comments