zpnd

Registered
Jul 19, 2008
4
0
51
Hello,

I tried to enable Fast CGI but can't see it neither in the WHM's PHP Configuration nor in EasyApache options. Where is it ?

Thanks.
 

zpnd

Registered
Jul 19, 2008
4
0
51
Yep, it should be there but it's not. It doesn't exist in the Apache's loaded modules either.

EDIT : Okay, found it. I didn't appear in the first place because mod_ruid2 was selected.
 
Last edited:

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

Yes, FCGI and mod_ruid2 are not compatible. Per our documentation:

This module is a language-agnostic extension of CGI that allows Apache to serve PHP faster. When using FastCGI, requests are processed by a separate and persistent process. mod_ruid2 cannot force the processes to change UID or GID based on the domain.

More information on mod_ruid2 is available at:

Apache Module: Ruid2

Thank you.