Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #1500

Closed
Open
Created Sep 19, 2012 by Administrator@rootOwner

Gitlab with resque behind apache proxy: forbidden

Created by: ghost

I have searched through the issues, but found no solution. I have set up gitlab according to instructions here: https://github.com/gitlabhq/gitlabhq/blob/stable/doc/installation.md on debian squeeze. I've used port 8080 for nginx, since it's an aegir box. When accessing the web interface through port 8080, everything works fine, but since i like to make it easy for our developers, i've set up an additional vhost on apache that has set up the proxy so gitlab is accessible on port 80.

vhost: <VirtualHost *:80>

ServerName gitlab.inceptum.eu

ProxyRequests Off <Proxy *> Order allow,deny Allow from all #ProxyPreserveHost on

ProxyPass / http://gitlab.inceptum.eu:8080/ ProxyPassReverse / http://gitlab.inceptum.eu:8080/

When accessing gitlab on port 80, everything works, except for the resque page, which shows forbidden. Which directive could I add to my apache vhost to solve this?

Assignee
Assign to
Time tracking