I have a working Apache 2.4 on Centos 6 with PHP, SSL and all this stuff. It works perfect, but now I want to install GitLab. I tried the installer, but this bricked my Apache and I had to restore my server config from an image, unfortunately. I think the reason was because the GitLab installer installed this nginx webserver, which I don’t know and have never used before. However, I want to use Apache because that runs already and hosts a few sites.
I have already searched the internet for instructions on how to run GitLab with apache, but I am very unsure how to do that properly. Can anyone help me with setting this up?
My environment, as I have said:
Centos 6
Apache 2.4
SSL
I want to use GitLab with SSL and Apache. Where shall I start?
which looks good to me. However, when I try to connect to my server (I use the hosts file), then I get a 500 “Internal error” and don’t see any gitlab page. What can cause these errors?