[rt-users] RT apache conf with FastCGI

Sandip Bhattacharya sandip at linux-delhi.org
Tue Oct 14 13:50:40 EDT 2003


wdanielevans at cox.net wrote:

> Has someone installed RT 3.x with FastCGI and Apache 1.3.x, MySQL 3.x 
> and Perl 5.8.0? 
>  
> If so, could you please provide a sample httpd conf for this configuration?
>  
> Also, has anyone implemented multiple virtual hosts on the same server 
> box using RT and FastCGI?  
>  

========In httpd.conf ==============================
LoadModule fastcgi_module     libexec/mod_fastcgi.so
[...]
AddModule mod_fastcgi.c
[...]
Include conf/fastcgi.conf

[...]
<VirtualHost xx.xx.xx.xx>
ServerAlias support.example.com
ServerAdmin webmaster at support.example.com
ServerName www.support.example.com
User support
Group support
DocumentRoot /usr/local/rt/share/html
AddDefaultCharset UTF-8
Include conf/support.conf
</VirtualHost>

====================================================
root at master [~]# cat /etc/httpd/conf/fastcgi.conf
AddHandler fastcgi-script fcgi
FastCgiServer /usr/local/rt3/bin/mason_handler.fcgi


root at master [~]# cat /etc/httpd/conf/support.conf
Alias /NoAuth/images/ /usr/local/rt3/share/html/NoAuth/images/
ScriptAlias / /usr/local/rt3/bin/mason_handler.fcgi/




- Sandip

-- 
Sandip Bhattacharya                        http://www.sandipb.net
sandip at puroga.com
Puroga Technologies Pvt. Ltd.
http://www.puroga.com




More information about the rt-users mailing list