Roundcube Community Forum

Release Support => Older Versions => Release Candidate 1 => Topic started by: fiveangle on July 12, 2007, 05:13:33 PM

Title: cannot run as forbidden gid...
Post by: fiveangle on July 12, 2007, 05:13:33 PM
-RHEL4
-Chrooted virtual site using suexec for php (Ensim CP environment)
-roundcube0.1-rc1.1
-mysql
Upon accessing rc index.php page, suexec log shows:
Code: [Select]
[2007-07-12 13:54:00]: crit: cannot run as forbidden gid (48/php-script) gid 48 is of course apache.

I looked through the config and didn't see any configuration for setting this. The user required to execute the php via suexec is the main administrative user for the virtual host (in my test case, "admin39").

Anyone have any ideas on where to start?

Thanks !

-=dave
Title: Re: cannot run as forbidden gid...
Post by: bpat1434 on August 02, 2007, 03:43:53 PM
Suexec isn't for php scripts... unless you're running php as a CGI, in which case suPHP is what you want ;)

What are the permissions to the files & folders? Should be something like 0644 and 0755 respectively.