[rt-users] rt3 sais fastcgi not stared but it is
Ruslan Zakirov
ruz at bestpractical.com
Thu Apr 24 17:37:12 EDT 2008
In your config there is no any directive that enables FastCGI and
associate RT's files with FCGI handler. Here is basic config from
README
<<<
FastCgiIpcDir /tmp
FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 120
<VirtualHost rt.example.com>
# Pass through requests to display images
Alias /NoAuth/images/ /opt/rt3/share/html/NoAuth/images/
AddHandler fastcgi-script fcgi
ScriptAlias / /opt/rt3/bin/mason_handler.fcgi/
</VirtualHost>
>>>
If you are looking for further help then you have to provide
information about how you want to run RT. As a location in your site
or as subdomain.
On Thu, Apr 24, 2008 at 11:22 AM, Christian Forjahn
<christian.forjahn at collax.com> wrote:
> 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
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Community help: http://wiki.bestpractical.com
> Commercial support: sales at bestpractical.com
>
>
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
> Buy a copy at http://rtbook.bestpractical.com
>
--
Best regards, Ruslan.
More information about the rt-users
mailing list