[rt-users] FastCGI issues?

mailing list sunlist at yahoo.com
Mon Jul 16 17:51:08 EDT 2007


--- jmoseley at corp.xanadoo.com wrote:

> A couple of things.  I assume you have this somewhere in your apache
> configs:
> 
> LoadModule fastcgi_module modules/mod_fastcgi.so
> 
> Apache probably wouldn't start up without loading this module in your
> configuration, but...

Yes, I have the above line.

> Also, what are the following values in RT_SiteConfig.pm?
> 
> Set($WebPath)
> Set($WebBaseURL)
> 
> In your configuration, I would assume the following:
> 
> Set($WebPath , "/");
> Set($WebBaseURL , "https://rt.abc.com");

No $WebPath is set.  The below is for WebBaseURL.

# $WebBaseURL doesn't need a trailing /
Set($WebPort , 443);
Set($WebBaseURL , "https://rt.abc.com:$WebPort");

Do I need the WebPath? maybe this is the culprit?  Can it be added anywhere or
before WebBaseURL?


       
____________________________________________________________________________________
Yahoo! oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC



More information about the rt-users mailing list