[rt-users] RT 3.8.11 with nginx+SSL

ktm at rice.edu ktm at rice.edu
Fri Mar 2 10:30:39 EST 2012


On Fri, Mar 02, 2012 at 10:27:19AM -0500, Thomas Sibley wrote:
> On 03/02/2012 10:15 AM, ktm at rice.edu wrote:
> >> You probably want something like:
> >>
> >>   Set($WebDomain, 'rt2.rice.edu');
> >>   Set($WebPort, 8443);
> >>   Set($WebBaseURL, 'https://rt2.rice.edu:8443');
> >>
> >> Alternatively, you could be slightly more clever:
> >>
> >>   Set($WebBaseURL,
> >>       sprintf('https://%s:%d',
> >>               map { RT->Config->Get("Web$_") } qw(Domain Port)));
> > 
> > I am trying to get the nginx+fastcgi+SSL on a non-standard port running
> > at the same time as the currently installed Apache+mod_perl2+SSL on the
> > standard ports (80, 443). I used the WebBaseURL above and the Apache
> > instance works but the nginx still has the http problem.
> 
> Just so we're on the same page, what's your RT_SiteConfig.pm for the
> nginx RT?

I am using the same one as the Apache+modper2+SSL instance and just
starting the mason_handler.fcgi with nginx.

Ken



More information about the rt-users mailing list