MACscr

Well-Known Member
Sep 30, 2003
198
5
168
cPanel Access Level
Root Administrator
I have a particular app that I want to make available to all my clients on all my servers, but it doesnt work well with php running in cgi modes and all my servers run either suphp or fastcgi for php5. Users wont need access to the actual files and its going to just be a single install on each server. Any suggestions with as little hacking and overhead as possible to be able to run this additional mode of php?
 

cPanelMichael

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

It's currently not possible to enable multiple handlers for PHP 5. This would require multiple versions of PHP. While not possible, there is an open feature request for multiple versions of PHP at:

Multiple PHP 5 Versions

Feel free to add your input to the above feature request. Beyond that, it may be easier to modify the script itself so that it's compatible with suPHP or FCGI.

Thank you.