Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.
Created by: temenb
I installed gitlab following to the manual ( https://github.com/gitlabhq/gitlabhq/blob/stable/doc/install/installation.md ) Then I went to the file "config/unicorn.rb" and added the line "listen 8081" (And also I changed port in the the gitlab.yml.. if it does matter)
when I try go by url http://localhost:8081 I'm redirected to http://localhost:8081/users/sign_in where I see Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.
I tried to install gitlab on the virtual machine, and I had the same result. But after few page reloading error have gone and gitlab started work well! Unfortunately this trick doesn't work with the server machine.
UPD: I was managed to start gitlab via apache2+passenger. But via unicorn trouble is still present.