[rt-users] Keeping RT URLs off of port 80
Jason L Tibbitts III
tibbs at math.uh.edu
Wed Sep 23 18:10:36 EDT 2015
>>>>> "MB" == Matt Brennan <brennanma at gmail.com> writes:
MB> Someone may later say this is incorrect, but in my config, my web
MB> port is still 80. I have:
If I switch it around I get the opposite complaint.
MB> Then I used Apache mod_rewrite:
I just do a redirectmatch.
RedirectMatch permanent ^$ https://XXX/
RedirectMatch permanent ^/(.*) https://XXX/$1
This is on a virtualhost that listens on port 80 and serves no RT
content. The virtualhost which serves RT listens only on port 443.
I suppose there's a possibility that RT just doesn't like that kind of
thing, but I still don't see how any of this would cause RT to redirect
to an http URL after someone has logged into the site.
I'll keep poking at it. Maybe I do need to set WebBaseURL or WebURL,
though the documentation explicitly says that I shouldn't need to do so.
- J<
More information about the rt-users
mailing list