Get Jira to run on shared Windows server on port 80
- by codeulike
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....