Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8410439
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T00:10:36+00:00 2026-06-10T00:10:36+00:00

I am trying to setup a front-end (reverse proxy) for several Nexus and Jenkins

  • 0

I am trying to setup a front-end (reverse proxy) for several Nexus and Jenkins CI servers using Apache httpd and need some help. We have URLs like-

abc.internal.net:8080/

def.internal.net:9000/jenkins/

ghi.internal.net:8080/jenkins/

jkl.internal.net:8081/nexus/

foo.internal.net/nexus/

I would like each of these to be setup behind the FE reverse proxy so as to have something like-

scm.internal.net/abc-jenkins/

scm.internal.net/def-jenkins/

scm.internal.net/ghi-jenkins/

scm.internal.net/jkl-nexus/

scm.internal.net/foo-nexus/

Some of the services use root context. Could these be forced into arbitrary web context?

I have very limited knowledge of Apache httpd so some real configs would help immensely. Most of these services need URL, content and CSS fixing in the response. If this could be done without changing the existing web context on the severs that these services are running, that would be awesome.

Also, I need soft landing on these changes so legacy URL continue to work for few weeks as developers and automation transition to the new scheme. Is this asking for too much?

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T00:10:38+00:00Added an answer on June 10, 2026 at 12:10 am

    Using ProxyPassMatch, you can try:

    ProxyPassMatch /([^-]+)-(.*)$ http://$1.internal.net:9000/$2
    

    But that only accounts for ones running not as root and on port 9000. Since the root and the port seem to be completely arbitrary, you’ll probably just need to enumerate through each one:

    ProxyPass /abc-jenkins/ http://abc.internal.net:8080/
    ProxyPassReverse /abc-jenkins/ http://abc.internal.net:8080/
    
    ProxyPass /def-jenkins/ http://def.internal.net:9000/jenkins/
    ProxyPassReverse /def-jenkins/ http://def.internal.net:9000/jenkins/
    
    ProxyPass /ghi-jenkins/ http://ghi.internal.net:8080/jenkins/
    ProxyPassReverse /ghi-jenkins/ http://ghi.internal.net:8080/jenkins/
    
    ProxyPass /jkl-nexus/ http://jkl.internal.net:8081/nexus/
    ProxyPassReverse /jkl-nexus/ http://jkl.internal.net:8081/nexus/
    

    etc.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to get a good environment setup for front-end development. I want to
Trying to setup some validation on the add to cart button for the dropdown
I have been trying to setup git for our web development team unsuccessfully. Some
I'm trying to setup the application server part of C2DM push messaging using this
I am trying to setup SSL for my heroku app. I am using the
I'm working on the front end for a web app, but I'm trying to
I've got a tomcat 6 web app running with Apache httpd as the front
I'm working on particular application, a spring+hibernate setup. I have one front end in
I am trying to move my django project from an apache setup over to
Trying to setup a personal image upload/downloader webpage. I've viewed the msdn article on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.