[rt-users] rt3 sais fastcgi not stared but it is

Christian Forjahn christian.forjahn at collax.com
Thu Apr 24 03:22:02 EDT 2008


Hi.

I installed rt 3.4.5 on a linux system (collax server). when I try to
access the site using fastcgi I get this message:
-snip-
You're almost there!

You haven't yet configured your webserver to run RT.

You appear to have installed RT's web interface correctly, but haven't
yet configured your web server to "run" the RT server which powers the
web interface.

The next step is to edit your webserver's configuration file to instruct
it to use RT's mod_perl , fastcgi or speedycgi handler.
-snap-

I allready configured the webserver using fastcgi. it is also loaded:


[Thu Apr 24 09:07:15 2008] [warn] FastCGI: server
"/opt/collax_rt3/bin/mason_handler.fcgi" started (pid 8859)

Does anybody know what this could be?

my apache/modules.d/http(s)/rt3:

Alias /rt3/NoAuth/images/ /opt/rt3/share/html/NoAuth/images/

<Directory "/opt/rt3">
   Options ExecCGI FollowSymlinks MultiViews Indexes
   AllowOverride None
   Order allow,deny
   Allow from all
</Directory>

any hints?

best chris



More information about the rt-users mailing list