Add alternative installation instructions for Apache2 instead of nginx
Created by: asperling
Installation instructions are pretty straight forward and they worked very well for me. But I already had Apache installed on all 3 environments (1 CentOS, 2 Debian Squeeze) I intended to install gitlab onto. To test gitlab I ended to have them both running.
In my opinion Apache is installed on the majority of already set up servers so it might be a good idea for gitlab to reach a wider audience to have installtion instructions covering both, nginx and apache.
And the solution isn't that far away since there are instructions and they aren't that different: http://www.andmarios.com/en/2012/06/gitlab-on-an-ubuntu-10-04-server-with-apache/
The difference is to be found in section 3. The contents found there are an alternative to https://github.com/gitlabhq/gitlabhq/blob/stable/doc/installation.md#2-nginx.
Just my 2 cents.