[rt-users] RT/2 FastCGI and Multiple Instances
Benoit Panizzon
panizzon at woody.ch
Thu Mar 3 05:26:53 EST 2005
Hi all
I'm despairing trying to find the RT/2 Manual about how to enable FastCGI.
There is a reference on the new wiki, but everything there is about RT/3.
There are references to archive.org but the subsites have not been indexed.
So if somebody has RT/2 running with fastcgi, could you please post your
<Virtualhost> where RT/2 ist running?
Second problem. I read that you have to run FastCGI if you want to run
multiple instances of RT in the same apache. Same problem here. Most docs are
about RT/3. Does this also apply to RT/2?
Regards
-Benoit-
Actual Config, so maybe you could point out where it got wrong:
## support.pfadi.ch
Listen 157.161.6.15:443
<VirtualHost 157.161.6.15:443>
ServerAdmin woody at woody.ch
DocumentRoot /www/snch/rt2/WebRT/html/
ServerName support.scout.ch
ServerAlias support.pfadi.ch
SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:
+eNULL
SSLCertificateFile /www/snch/etc/support.scout.ch.crt
SSLCACertificateFile /www/snch/etc/scoutnet_ca.crt
SSLCertificateKeyFile /www/snch/etc/support.scout.ch.key
PerlModule Apache::DBI
PerlFreshRestart On
PerlRequire /www/snch/rt2/bin/webmux.pl
AddHandler fastcgi-script fcgi
#FastCgiServer /www/snch/rt2/bin/mason_handler.fcgi
<Location />
SetHandler perl-script
PerlHandler RT::Mason
SetHandler fastcgi-script
</Location>
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
errorLog /www/log/rt.pfadi.ch/error.log
CustomLog /www/log/rt.pfadi.ch/access.log combined
Alias /pics/ "/www/snch/php-include/layout/pics/"
ScriptAlias / /www/snch/rt2/bin/mason_handler.fcgi/
<Directory />
Options Indexes FollowSymLinks MultiViews ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
--
SPAM SPAM SPAM SPAM / Hormel's new miracle meat in a can
Tastes fine, saves time. / If you want something grand, / Ask for SPAM!
- Hormel's 1937 jingle for SPAM
More information about the rt-users
mailing list