Gitlab in a subdirectory with apache and passenger
I'm attempting to set up gitlab so that it is accessible through a subdirectory of an existing apache server, example.com/gitlab , for example. I am trying to use passenger, as this seems to be the easiest to set up, but other solutions would also be acceptable. Using a separate virtual host for gitlab is unfortunately not an option for me. My Setup In setting this up, I have followed the gitlab setup guide and the passenger documentation . I believe the most relevant parts of /etc/httpd/conf/httpd.conf are the following: DocumentRoot "/home/.www" # gitlab config RackBaseURI /gitlab <Directory