Fedora core 3 with FAST-CGI errors

I�ve installed everything without errors but when I start apache I get the
following errors.

I�ve using

Fedora core 3

postgresql-7.4.6-1.FC3.2

httpd-2.0.52-3.1

perl-5.8.5-9

mod_fastcgi-2.4.2-1

Here�s the errors!! Help!!!

[Sun Dec 26 04:02:10 2004] [notice] mod_python: Creating 4 session mutexes
based on 256 max processes and 0 max threads.

[Sun Dec 26 04:02:10 2004] [notice] FastCGI: process manager initialized
(pid 22080)

[Sun Dec 26 04:02:10 2004] [warn] FastCGI: server
"/opt/rt3/bin/mason_handler.fcgi" started (pid 22081)

[Sun Dec 26 04:02:10 2004] [notice] Apache/2.0.52 (Fedora) configured –
resuming normal operations

FastCGI: can’t start server “/opt/rt3/bin/mason_handler.fcgi” (pid 22081),
execle() failed: Permission denied

[Sun Dec 26 04:02:11 2004] [warn] FastCGI: server
"/opt/rt3/bin/mason_handler.fcgi" (pid 22081) terminated by calling exit
with status ‘255’

[Sun Dec 26 04:02:15 2004] [warn] FastCGI: server
"/opt/rt3/bin/mason_handler.fcgi" restarted (pid 22090)

FastCGI: can’t start server “/opt/rt3/bin/mason_handler.fcgi” (pid 22090),
execle() failed: Permission denied

[Sun Dec 26 04:02:15 2004] [warn] FastCGI: server
"/opt/rt3/bin/mason_handler.fcgi" (pid 22090) terminated by calling exit
with status ‘255’

http://wiki.bestpractical.com/index.cgi?FastCGIConfiguration

Todd McCullough wrote:

I double checked the permissions and still no luck…

[root@rt rt3]# ll
total 56
drwxr-xr-x 2 www rt 4096 Jan 3 16:20 bin
drwxr-xr-x 2 www rt 4096 Jan 3 18:25 etc
drwxr-xr-x 4 www rt 4096 Jan 3 16:20 lib
drwxr-xr-x 6 www rt 4096 Jan 3 16:20 local
drwxr-xr-x 2 www rt 4096 Jan 3 16:20 sbin
drwxr-xr-x 4 www rt 4096 Jan 3 16:20 share
drwxr-xr-x 5 www rt 4096 Jan 3 16:20 var

	[root@rt rt3]# cd bin/
	[root@rt bin]# ll
	total 156
	-rwxr-xr-x  1 www rt  3058 Dec 30 11:33 mason_handler.fcgi
	-rw-r--r--  1 www rt  2283 Dec 30 11:33 mason_handler.scgi
	-rwxr-xr-x  1 www rt  7706 Dec 30 11:33 mason_handler.svc
	-rwxr-xr-x  1 www rt 54269 Dec 30 11:33 rt
	-rwxr-xr-x  1 www rt  7443 Dec 30 11:33 rt-crontool
	-rwxr-xr-x  1 www rt 21502 Dec 30 11:33 rt-mailgate
	-rw-r--r--  1 www rt  6794 Dec 30 11:33 standalone_httpd
	-rwxr-xr-x  1 www rt  4193 Dec 30 11:33 webmux.pl

less /etc/group
www:x:101:rt
rt:x:502:www,apacheFrom: O4Tom [mailto:2o4tom@gmail.com]
Sent: Tuesday, January 11, 2005 12:44 PM
To: Todd McCullough
Subject: Re: [rt-users] Fedora core 3 with FAST-CGI errors

I had something similar to this on my setup, but I was using apache 1.3.x

Make sure those files are set to something that can be read by the
account that you run your webserver as. An easy way to do that is to
add your webserver user (apache, www, web, etc) to the rt group in
/etc/group