Like many, we started with a single instance of JIRA. Now that we've added a bunch of other Atlassian apps to the mix, we'd like to put them all behind an apache2 reverse proxy so we have a consistent scheme moving forward, as well as other benefits.
My concern is, JIRA currently runs as a base url. Going to a path based reverse proxy means it moves from /, to /jira.
I can put up a simple re-write rule to handle redirecting a browser to /jira, but my concern is all the integrations out there our users have done that expect JIRA to be on /. For example, REST api calls don't work unless modified.
What I'm hoping to achieve is:
http://mysite.com/ works as always giving users access to JIRA
http://mysite.com/jira goes to jira, just like / does
http://mysite.com/stash goes to stash
etc for each application
I know enough about apache, mod_proxy and mod_rewrite to know I don't know how to do this, but it seems like it should be doable.
but my concern is all the integrations out there our users have done that expect JIRA to be on /
You can keep the domain name and get apache to do the redirection with mod_rewrite. Google for mod_rewrite tester to help you figure out the rewrites.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.