• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

PHP as FastCGI doesn't work with suexec

KupperW

New Pleskian
Hi guys,

we have updated our Plesk 10.4.4 to 12.0.18. We want to use PHP with FastCGI (Apache) and get always the following suexec - error:
command cgi_wrapper not in docroot (10004)

We use CentOS 6.4

How can we fix this suexec problem?

Best
Falk
 
First of all make sure that you have the same permissions:

# stat /usr/sbin/suexec
File: `/usr/sbin/suexec'
Size: 18580 Blocks: 40 IO Block: 4096 regular file
Device: 19h/25d Inode: 35205087 Links: 1
Access: (4510/-r-s--x---) Uid: ( 0/ root) Gid: ( 48/ apache)
 
The permissions seems to match but the size differs:

# stat /usr/sbin/suexec
File: `/usr/sbin/suexec'
Size: 24080 Blocks: 48 IO Block: 4096 regular file
Device: fd00h/64768d Inode: 403893 Links: 1
Access: (4510/-r-s--x---) Uid: ( 0/ root) Gid: ( 503/ apache)
 
Back
Top