[rt-users] Can you run RT on the same server as Twiki?

Sherri McGurnaghan Sherri at incomeaccess.com
Tue Jul 2 14:42:25 EDT 2013


Hi there,

I am new to the group and hope to do my best to properly explain / scope the issue we are running into. I have had previous experience working with RT at my old company and am very very anxious to get it working for a demo to get buy in from upper management to replace vTiger support queue. Having said that, I only have one server available to me to run both Twiki and RT4. It turns that Twiki requires taint mode which means we need to run RT under Apache via mod_fastcgi or mod_fastcgid instead of mod_perl.

We used this as our guide for installation: http://bestpractical.com/rt/docs/latest/web_deployment.html

So today when trying to get everything to work we receive the following error:

Error log /var/log/apache2/error.log

[notice] FastCGI: process manager initialized (pid 20507)  [warn] FastCGI: server "/usr/share/request-tracker4/libexec/rt-server.fcgi" started (pid 20508)  [notice] Apache/2.2.22 (Ubuntu) mod_fastcgi/mod_fastcgi-SNAP-0910052141 PHP/5.3.10-1ubuntu3.5 with Suhosin-Patch mod_perl/2.0.5 Perl/v5.14.2 configured -- resuming normal operations
[crit]: Something went wrong while trying to run RT's standalone web server:
Can't locate FCGI.pm in @INC (@INC contains: /usr/local/share/request-tracker4/lib /usr/share/request-tracker4/lib /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at /usr/share/perl5/Plack/Handler/FCGI.pm line 8.
BEGIN failed--compilation aborted at /usr/share/perl5/Plack/Handler/FCGI.pm line 8.
Compilation failed in require at /usr/share/perl5/Plack/Util.pm line 22. (/usr/share/request-tracker4/lib/RT.pm:351)

I have tried to include apache2-fastcgi.conf in /etc/apache2/sites-available and apache2.conf

also I tried in
    <VirtualHost *:80>
        ### Optional apache logs for RT
        # Ensure that your log rotation scripts know about these files
        # ErrorLog /opt/rt4/var/log/apache2.error
        # TransferLog /opt/rt4/var/log/apache2.access
        # LogLevel debug

        AddDefaultCharset UTF-8

         Alias /rt/NoAuth/images/ /usr/share/request-tracker4/html/NoAuth/images
         ScriptAlias /rt /usr/share/request-tracker4/libexec/rt-server.fcgi

        <Location /rt>
            Order allow,deny
            Allow from all

            Options +ExecCGI
            AddHandler fastcgi-script fcgi
        </Location>
 </VirtualHost>

So I am at a loss as what to do next. Maybe the two can't run on the same server? Any help / guidance would be appreciated.

FYI:
* OS and version - Ubuntu 12.04
* Memory         - 1 GB
* Disk           - 10 GB
* Processor      - Intel(R) Xeon(TM) CPU 3.40GHz
* Database and version - MySQL version 5.5.29
* Apache version       - Apache version 2.2.22

Thank you,
Sherri

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20130702/a5111f3d/attachment.htm>


More information about the rt-users mailing list