On Fri, Mar 02, 2012 at 10:27:19AM -0500, Thomas Sibley wrote:
> On 03/02/2012 10:15 AM, k...@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?

Is there a way to specify a FCGI specific RT_SiteConfig.pm, to use when
starting the FCGI processes? 

Ken
--------
RT Training Sessions (http://bestpractical.com/services/training.html)
* Boston  March 5 & 6, 2012

Reply via email to