I've been playing around with RT3.4 for the last week and finally got
Exim working correctly when poof - RT stopped working. The lines I'd
added to the /sites-available/default file were crashing the Apache2 server.

I've messed around with it, reading a number of posting and I now get
the following error:

Syntax error on line 113 of /etc/apache2/sites-enabled/000-default:
Invalid command 'FastCgiServer', perhaps mis-spelled or defined by a
module not included in the server configuration

I'm using FastCGI and my /sites-available/default file is as follows:

#inside the virtual host

        AddHandler fastcgi-script fcgi

        <Directory "/usr/share/request-tracker3.4/html">
                Options FollowSymLinks ExecCGI
                AllowOverride None
        </Directory>

#outside virtual host

FastCgiServer /usr/share/request-tracker3.4/libexec/mason_handler.fcgi
ScriptAlias /rt /usr/share/request-tracker3.4/libexec/mason_handler.fcgi

Any help is much appreciated.

Rob


-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.7/410 - Release Date: 05/08/2006

_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to