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
2525<IfModule !mod_headers.c>
2626 LoadModule headers_module modules/mod_headers.so
2727</IfModule>
28+ <IfModule !mod_setenvif.c>
29+ LoadModule setenvif_module modules/mod_setenvif.so
30+ </IfModule>
2831
2932<IfVersion < 2.4>
3033LockFile accept.lock
@@ -67,9 +70,6 @@ LockFile accept.lock
6770<IfModule !mod_unixd.c>
6871 LoadModule unixd_module modules/mod_unixd.so
6972</IfModule>
70- <IfModule !mod_setenvif.c>
71- LoadModule setenvif_module modules/mod_setenvif.so
72- </IfModule>
7373</IfVersion>
7474
7575PassEnv GIT_VALGRIND
@@ -79,9 +79,7 @@ PassEnv ASAN_OPTIONS
7979PassEnv GIT_TRACE
8080PassEnv GIT_CONFIG_NOSYSTEM
8181
82- <IfVersion >= 2.4>
83- SetEnvIf Git-Protocol ".*" GIT_PROTOCOL=$0
84- </IfVersion>
82+ SetEnvIf Git-Protocol ".*" GIT_PROTOCOL=$0
8583
8684Alias /dumb/ www/
8785Alias /auth/dumb/ www/auth/dumb/
You can’t perform that action at this time.
0 commit comments