git - Gitlab and Apache can't handle ~20mb push -
git - Gitlab and Apache can't handle ~20mb push -
i've setup server running appache , gitlab 7.3.1. has been working fine, 1 time tried force commit larger normal (18mb) can't handle it. this
error: rpc failed; result=22, http code = 502 fatal: remote end hungup unexpectedly fatal: remote end hung unexpectedly up-to-date i don't know going on. think has apache , acting proxy. i'm running on https. i've used configuration located here , identical except paths needed server , uris. i've tried other things, such making sure body request size 0 (meaning unlimited) , still no luck.
when go , have @ apache logs spat out:
[mon oct 20 02:34:20.941960 2014] [proxy:error] [pid 4740] (32)broken pipe: [client 60.225.212.163:58480] ah01084: pass request body failed 127.0.0.1:8080 (127.0.0.1) [mon oct 20 02:34:20.942010 2014] [proxy_http:error] [pid 4740] [client 60.225.212.163:58480] ah01097: pass request body failed 127.0.0.1:8080 (127.0.0.1) 60.225.212.163 () can help me. i've spent 2 days on , still luck!
so figured out.
even though had increased timeout in /home/git/gitlab/config/unicorn.rb 60 still wasn't plenty time.
i increased time limit 300 seconds (5 mins) , low , behold ticked on , worked. pain. if else using gitlab , wants upload big files create sure timeout massive ~20mb.
git apache gitlab
Comments
Post a Comment