Slow and get 502 message for ubuntu 14.04 + apache installation
goodseller opened this issue · 4 comments
I followed the installation guide to install the gitlab:
https://about.gitlab.com/downloads/ (ubuntu 14.04)
I also configured a apache file from the following link:
https://github.com/gitlabhq/gitlab-recipes/tree/master/web-server/apache
However, it is running slow and the unicorn get time out.
The browser said it is a 502 error.
Failed to load resource: the server responded with a status of 502 (Proxy Error) http://gitlab.server.com/assets/application-98d615df8f2265f0d992a3277b400655.js
My server has > 1.2G CPU power with 4 cores (2 hyperthreading).
Does anyone know why?
Thanks.
Have the same problem. Still not found any solution. The page shows up after 60 seconds - but print.css and application.js is missing (502)
Posted it directly to gitlabhq: https://github.com/gitlabhq/gitlabhq/issues/8165
Found a solution - looks good - not tested yet everything but works:
https://github.com/gitlabhq/gitlabhq/issues/8165#issuecomment-60502077
@CodeBrauer cool. The apache config in this repo is for manual gitlab installations, omnibus packages have nginx bundled, and afaik there is no support for use of an external web server at this time.
I tried the setup of @CodeBrauer, still not working :(. Seems that I need to study manual gitlab installations.