Web Hosting Talk







View Full Version : cPanel install SuPHP


KMyers
12-27-2009, 07:39 PM
Hello,
I seem to have forgotten to install SuPHP on one of my servers and would like to install it now. I was wondering if there is a way to do this without rebuilding Apache2. I know this can be done with ioncube using the /scripts/ command, but was wondering if it exists for SuPHP?

Steven
12-27-2009, 08:41 PM
If it is compiled into apache you can do:

/usr/local/cpanel/bin/rebuild_phpconf 5 none suphp 1

Which will enable suphp for php 5.

If its not compiled, you will need to compile it with easyapache.

KMyers
12-27-2009, 09:15 PM
Thanks,
I guess I will need to resort to easy apache

markhard
12-28-2009, 05:09 AM
you have to recompile the apache with suphp using easyapache

prashant1979
12-28-2009, 05:18 AM
Easyapache is the best way to do it.