[rt-users] FastCGI is this correct RT users?

Tomas Doyle XA (DL/LMI) tomas.xa.doyle at ericsson.com
Fri Aug 5 05:05:08 EDT 2005


Thanks to everybody who has replied to my mails regarding certain issues
There is something so small that im missing that isnt bringing up the initial RT screen
ive finally got FastCGI and apache working together and using rt's mason_handler.fcgi
but when typing into the browser
 xxxx.xxx.eei.ericsson.se/rt	im getting

 <<...OLE_Obj...>> 

the log files say everything is up and running so it has to be justa little configuration issue
>am i using the url address correctly 
> is there something else in the RT_SiteConfig im missing

below is my httpd.conf configuration

<VirtualHost 1xx.1xx.178.35>
  ServerName xxxx.xxx.eei.ericsson.se
  DocumentRoot /requesttracker/rt-3.2.3/html
  AddDefaultCharset UTF-8
  RedirectMatch permanent (.*)/$ $1/index.html

#Adding the following for RT (the ticket tracker)
  PerlHandler RT::Mason
  AddHandler fastcgi-script fcgi
  <Directory "/requesttracker/rt-3.2.3/html/">
    Options FollowSymLinks ExecCGI
    AllowOverride None
  </Directory>

# Pass through requests to for noauth
  Alias /NoAuth/ /requesttracker/rt-3.2.3/html/NoAuth/
  ScriptAlias /rt /requesttracker/rt-3.2.3/bin/mason_handler.fcgi
</VirtualHost>
FastCgiIpcDir /tmp
FastCgiServer /requesttracker/rt-3.2.3/bin/mason_handler.fcgi -idle-timeout 120 -processes 4

Thanks Again RT users



More information about the rt-users mailing list