Author Topic: cannot run as forbidden gid...  (Read 9533 times)

Offline fiveangle

  • Newbie
  • *
  • Posts: 4
cannot run as forbidden gid...
« 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

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: cannot run as forbidden gid...
« Reply #1 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.