Rt and fastcgi apache configuration help needed

Hi to the group,

I need some ideas to get started on a solution to an apache configuration
problem.

At the moment I can get RT working with apache and fastcgi with the
following configuration:

<VirtualHost 192.168.1.2:443>
DocumentRoot “/usr/local/rt3/share/html”
ServerName rt.valhalla.com
ServerAdmin webmaster@valhalla.com
FastCgiServer /usr/local/rt3/bin/mason_handler.fcgi
AddHandler fastcgi-script fcgi
ScriptAlias / /usr/local/rt3/bin/mason_handler.fcgi/
– some other stuff relating to ssl –

But this is not the only service I want to run. I also need to run http,
mail, cgi-scripts. The current setup affects these. I am making only small
inroads on these problems currently.

Thanks in advance,
Phillip Lucs