Provide config to hide Jenkins behind Apache

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Apache comes bundled with Mac OS X. It would be nice if Jenkins could install a config file for Apache that makes it possible to access Jenkins at http(s)://localhost/jenkins instead of http://localhost:8080.

      Something like:

      ProxyPass         /jenkins  http://localhost:8080/jenkins
      ProxyPassReverse  /jenkins  http://localhost:8080/jenkins
      ProxyRequests     Off
      
      # Allow direct access to Jenkins only from localhost i.e. Apache
      <Proxy http://localhost:8080/jenkins*>
        Order deny,allow
        Allow from 127.0.0.1
      </Proxy>
      

            Assignee:
            Sami Tikka
            Reporter:
            Sami Tikka
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: