• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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