[rt-users] fastcgi issues...
Chris Knipe
savage at savage.za.org
Mon May 2 08:10:10 EDT 2005
Lo all,
from the error logs:
[Mon May 2 14:07:45 2005] [error] [client 196.30.191.122] FastCGI: comm
with server "/usr/local/rt/bin/mason_handler.fcgi" aborted: idle timeout
(120 sec)
[Mon May 2 14:07:45 2005] [error] [client 196.30.191.122] FastCGI:
incomplete headers (0 bytes) received from server
"/usr/local/rt/bin/mason_handler.fcgi"
apache conf:
FastCgiIpcDir /tmp
FastCgiServer /usr/local/rt/bin/mason_handler.fcgi -idle-timeout
120 -processes 15
<vhost>
# RT
AddHandler fastcgi-script fcgi
ScriptAlias /rt "/usr/local/rt/bin/mason_handler.fcgi/"
<Directory "/usr/local/rt/share/html">
AllowOverride All
Options ExecCGI FollowSymlinks
Options None
Order allow,deny
Allow from all
</Directory>
<Location /rt>
RewriteEngine On
RedirectMatch permanent (.*)/$ $1/index.html
AddDefaultCharset UTF-8
SetHandler fastcgi-script
</Location>
</vhost>
I did check the obvious such as permissions, and I cannot see anything
wrong... Does anyone have some clues for me please?
--
Chris.
I love deadlines. I especially love the whooshing sound they make as they
fly by..." - Douglas Adams, 'Hitchhiker's Guide to the Galaxy'
More information about the rt-users
mailing list