• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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