[rt-users] Good Instruction for RT3 + Apache2 + FastCGI + MYSQL
Rommie
request_tracker at acerhomes.com
Fri Sep 26 14:12:29 EDT 2003
Ohh...again..what is this?
My web browser produced an Internal Server Error then I checked the error
log and I found it consistently/repeatedly producing this error.
[Fri Sep 26 17:39:03 2003] [crit] (13)Permission denied: FastCGI: can't
create server "/usr/local/rt/bin/mason_handler.fcgi": bind() failed
[/etc/httpd/logs/fastcgi/f0fbdc528b6cf761a517e935bb97072f]
[Fri Sep 26 17:39:04 2003] [crit] (13)Permission denied: FastCGI: can't
create server "/usr/local/rt/bin/mason_handler.fcgi": bind() failed
[/etc/httpd/logs/fastcgi/f0fbdc528b6cf761a517e935bb97072f]
I checked again the mailinglist and I found this unanswered thread
----------------------------
Hi,
i just installed rt3.01 with fastcgi under apache 1.3.27. Dependencies are
all ok. But now i always get this error log:
[Mon Apr 28 13:26:28 2003] [error] [client 217.226.24.115] (13)Permission
denied: FastCGI: failed to connect to server
"/opt/rt3/bin/mason_handler.fcgi": connect() failed
[Mon Apr 28 13:26:29 2003] [crit] (13)Permission denied: FastCGI: can't
create server "/opt/rt3/bin/mason_handler.fcgi": bind
() failed [/usr/local/apache/logs/fastcgi/362fab4db3d651b6d082c0358ebb4d83]
I tried to change group and user of different directories but nothing
helped. Please help!!!
Thank you very much!
Manuel Bernardy
--------------------------------------------
I re-checked my httpd.conf with this entry for any incorrect syntax
NameVirtualHost 10.0.0.10
<VirtualHost 10.0.0.10>
ServerAdmin request_tracker at acerhomes.com
ServerName file.acerhomes.com
DocumentRoot "/usr/local/rt/share/html"
AddDefaultCharset UTF-8
<IfModule mod_fastcgi.c>
AddHandler fastcgi-script fcgi
FastCgiServer /usr/local/rt/bin/mason_handler.fcgi
-idle-timeout 3600
Alias /NoAuth/images /usr/local/rt/share/html/NoAuth/images/
ScriptAlias / /usr/local/rt/bin/mason_handler.fcgi/
</IfModule>
</VirtualHost>
But it seems it started without an error.
My current setup is httpd-2.0.40-21.5 (RPM) and mod_fastcgi-2.4.0
Needed your help again!
---rommie
More information about the rt-users
mailing list