Hi,
I'm using Apache as reverse proxy for JIRA and reverse proxy has configurd in the JIRA application server. Is need to use seperate reverse proxy server?
Regards
HesH
Its just Apache is infront of JIRA. and also I'm using apache for URL base filtering.
So, is it ok if i'm use same server for reverce proxy or need seperate server for reverce proxy?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, you're using it for URL base filtering, that's fine and won't cause you any issues with proxying.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That depends on what you are trying to do with the proxying.
The most simple "Apache in front of Jira" setup I've seen is a simple proxy pass in both directions, no need for separate servers. I think that works in most cases. But it does depend on what you're trying to achieve.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My JIRA server is some what large instance. More than 200k issues, about 600 users. So is it ok, if i'm using same server for reverse proxy?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The size of the Jira is not important when you're thinking about proxying it. The question is still more about what you're trying to achieve with the proxy.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.