• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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