Skip to main content

All Questions

0 votes
1 answer
317 views

Apache2 / ISPConfig Proxy w. GitLab 502 Error

My server is running an ISPConfig control panel on port 8080, so I am trying to configure a proxy for Gitlab on port 9000, however, I am getting a 502 error. There is likely an obvious mistake that I ...
mjones's user avatar
  • 317
1 vote
1 answer
827 views

Gitlab pages shows 503 when access control is turned on, fetching access token fails with http to https redirect message

I have Gitlab Omnibus (12.4.2-ee) set up in Ubuntu and was trying to get Gitlab Pages to work with access control turned on. It always returns a 503 after the Gitlab Auth page. Using it with access ...
Copripop's user avatar
2 votes
1 answer
1k views

Fresh GitLab Installation gives error 500 on home page (Plesk, Debian 9)

I tried to install GitLab on a small personal server and configure it so that it will work on a Plesk WebAdmin subdomain. I installed GitLab normally via the Omnibus package. I changed the following ...
xerox102's user avatar
0 votes
1 answer
2k views

GitLab Pages with GitLab Omnibus in Docker + naked Apache reverse proxy

I'm hosting a GitLab EE instance (v11.9.0) in a Docker container (Omnibus installation) and have an Apache reverse proxy (not in Docker) in front of it to handle SSL. Now I would like to serve static ...
bellackn's user avatar
  • 151
0 votes
0 answers
410 views

gitlab with non-bundled web-server

The fox icon is showed after installation.Only reconfigure external-link been suggested. Followed GitLab Doc of using-a-non-bundled-web-server Followed this answer to change some part of /etc/gitlab/...
Shihe Zhang's user avatar
0 votes
1 answer
1k views

Gitlab on CentOS 7 with Apache instead of Nginx giving a “503 Service Unavailable” message

I just tried to install GitLab to my root server. But hen I access the webpage using Apache for a proxy, I get a “503 Service Unavailable” message. Here is my Apache VirtualHost configuration file: ...
David Nagl's user avatar
5 votes
2 answers
7k views

Trying to install GitLab on Apache on CentOS 7

Hey SuperUser community, I'm new to this forum so I'll make this quick. I'm an amateur CentOS System Administrator. I'm teaching myself as I go, but I recently hit a stumbling block. I'm trying to ...
Miles Jefferson's user avatar
1 vote
1 answer
4k views

js, and css not appearing after installing gitlab

I have gitlab installed on port 8088 on top of an existing apache on CentOS 6.5 and I used this tutorial https://about.gitlab.com/downloads/#centos6 Because I also use apache on this server, I ...
Mr Heelis's user avatar
  • 121
4 votes
2 answers
9k views

How can I disable nginx from Gitlab bunlde?

I've installed a Debian/Jessie server with an apache 2.4 service I downloaded and installed the bundle package of Gitlab for Debian 8 (Jessie) I activate unicorn and configure a virtualhost in apache ...
Akira's user avatar
  • 131
2 votes
0 answers
585 views

I have a web server, and a local server. I want to host gitlab on my local server, and access it through a subdomain on the domain I own

How do I go about doing this? I don't need to know about the networking aspect as far as my home is concerned, but I'm not familiar with DNS settings, and I've really never messed with advanced ...
Kevin Minehart's user avatar
2 votes
1 answer
62 views

Apache httpd rewrite mode not work

I am using this gitlab config https://github.com/gitlabhq/gitlab-recipes/blob/master/web-server/apache/gitlab.conf Here's rewrite log 125.121.60.59 - - [14/Aug/2014:12:50:23 +0800] [xxx.xxx.com/sid#...
jilen's user avatar
  • 311
1 vote
0 answers
3k views

Using Apache as a reverse proxy for gitlab omnibus

I’m using GitLab Omnibus on a CentOS6.5 server. The gitlab Nginx server listen on the 6543 port (Apache already using 80 and 443). I want to use Apache as a reverse proxy to access GitLab with that ...
AMDG's user avatar
  • 111