[rt-users] FastCGI, Apache 1

Phil Homewood pdh at snapgear.com
Thu Sep 11 19:23:28 EDT 2003


Jason Alexander wrote:
> Does anyone have a working httpd.conf for a FastCGI and
> apache 1 configuration.

I'm sure this has been posted here before.

<IfModule mod_fastcgi.c>
  AddHandler fastcgi-script fcgi
  FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 300 -processes 10
</IfModule>

<VirtualHost *>
  DocumentRoot /opt/rt3/share/html
  ServerName rt.example.com
  Alias /NoAuth/images/ /opt/rt3/share/html/NoAuth/images/
  <IfModule mod_fastcgi.c>
    ScriptAlias / /opt/rt3/bin/mason_handler.fcgi/
  </IfModule>
</VirtualHost>


-- 
Phil Homewood, Systems Janitor, http://www.SnapGear.com
pdh at snapgear.com Ph: +61 7 3435 2810 Fx: +61 7 3891 3630
SnapGear - Custom Embedded Solutions and Security Appliances



More information about the rt-users mailing list