When integrating JIRA with Apache proxy if I switch on HTTP Access Logging in JIRA it shows proxy IP instead of real user IP. Is it possible to show there real user IP? Otherwise this log is useless.
Yep, it is, this is caused by Apache and can be fixed with the below:
mod_remoteip
module.Add the below to the appropriate virtual host:
RemoteIPHeader X-Forwarded-For
Then you'll get multiple IPs as per https://confluence.atlassian.com/display/JIRAKB/How+to+identify+multiple+IPs+in+JIRA+application+logs - one for the proxy IP and another for the actual origin IP.
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.