[rt-users] Trouble configuring FastCGI

Tim Wilson tim_wilson at hopkins.k12.mn.us
Mon Mar 14 12:02:46 EST 2005


Hey everyone,

I think I'm getting closer to getting FastCGI working with RT 3.2 on my
RHEL4 box. I've been trying to combine advice from the list and wiki to come
up with something that works. I get an Internal Server Error with the
following errors logged:

[Mon Mar 14 10:50:31 2005] [error] [client 10.50.21.25] (13)Permission
denied: FastCGI: failed to connect to server
"/opt/rt/bin/mason_handler.fcgi": connect() failed
[Mon Mar 14 10:50:31 2005] [error] [client 10.50.21.25] FastCGI: incomplete
headers (0 bytes) received from server "/opt/rt/bin/mason_handler.fcgi"

My apache config looks like this:

FastCgiServer /opt/rt/bin/mason_handler.fcgi
ScriptAlias / /opt/rt/bin/mason_handler.fcgi/

<VirtualHost 198.174.221.29>
  DocumentRoot /opt/rt/share/html
  DirectoryIndex index.html index.htm index.shtml

  CustomLog logs/support-access_log combined
  ErrorLog logs/support-error_log
  HostNameLookups off

  AddHandler fastcgi-script fcgi
  <Directory "/opt/rt/share/html">
    Options FollowSymLinks ExecCGI
    AllowOverride None
  </Directory>
</VirtualHost>

I'm stumped. Any suggestions?

-Tim

-- 
Timothy Wilson
Technology Integration Specialist
Hopkins ISD #270, Hopkins, MN, USA  (44š56.013'N  93š24.736'W)
ph: 952.988.4103  fax: 952.988.4311  AIM: tis270





More information about the rt-users mailing list