--- [EMAIL PROTECTED] 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 _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com