Get Jira to run on shared Windows server on port 80
Posted
by codeulike
on Server Fault
See other posts from Server Fault
or by codeulike
Published on 2010-06-17T10:40:50Z
Indexed on
2010/06/17
10:43 UTC
Read the original article
Hit count: 295
I know this can be done on Linux with JIRA, using mod_proxy, but I'm not sure if its possible on Windows:
Say we have a Windows server running IIS 7.0 and serving up pages on port 80, via an address like:
http://twiddle.something.com
We then install JIRA on the server, it uses its bundles Apache web server to serve stuff up on port 8080, like this:
http://twiddle.something.com:8080
Is there a way to configure IIS and Apache so that JIRA runs off a port 80 folder, as in:
http://twiddle.something.com
still hits IIS
http://twiddle.something.com/Jira
hits JIRA on Apache?
Thanks
edit: I guess we might also want to throw SSL into the mix for JIRA too....
© Server Fault or respective owner