[rt-users] FastCGI is this correct RT users?
Drew Barnes
barnesaw at ucrwcu.rwc.uc.edu
Fri Aug 5 12:06:21 EDT 2005
Quoting "Tomas Doyle XA (DL/LMI)" <tomas.xa.doyle at ericsson.com>:
> 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...>>
Try using a trailing slash on the URL.
>
> 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
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Be sure to check out the RT Wiki at http://wiki.bestpractical.com
>
More information about the rt-users
mailing list