Compiling cPanel Backend Web Server PHP?

Lucas

Well-Known Member
Feb 22, 2003
132
3
168
Around the world
cPanel Access Level
Root Administrator
Is there a way to add a few modules to the cPanel backend web server for a 3rdparty application like RoundCube? I want to put

FileInfo
OpenSSL
Mcrypt

But not sure how. Obviously using EasyApache doesn't complile the cPanel web backend but the webserver for cpanel accounts.

Help is appreciated.
 

cPanelKenneth

cPanel Development
Staff member
Apr 7, 2006
4,607
80
458
cPanel Access Level
Root Administrator
Is there a way to add a few modules to the cPanel backend web server for a 3rdparty application like RoundCube? I want to put

FileInfo
OpenSSL
Mcrypt

But not sure how. Obviously using EasyApache doesn't complile the cPanel web backend but the webserver for cpanel accounts.

Help is appreciated.
RoundCube is available in 11.23

The internal PHP binary is compiled using /scripts/makecpphp, which uses the profile at /scripts/makecpphp.yaml

You can also `rm /var/cpanel/usecpphp` if you would rather use the same PHP binary used by Apache.
 

Lucas

Well-Known Member
Feb 22, 2003
132
3
168
Around the world
cPanel Access Level
Root Administrator
RoundCube is available in 11.23

The internal PHP binary is compiled using /scripts/makecpphp, which uses the profile at /scripts/makecpphp.yaml

You can also `rm /var/cpanel/usecpphp` if you would rather use the same PHP binary used by Apache.
For some reason roundcube is not appearing on my cPanel even thought I selected it. :p