LiteSpeed Support Forums

LiteSpeed Support Forums (http://www.litespeedtech.com/support/forum/index.php)
-   Install/Configuration (http://www.litespeedtech.com/support/forum/forumdisplay.php?f=11)
-   -   [solved] cPanel php-handler config? (http://www.litespeedtech.com/support/forum/showthread.php?t=6446)

jacob 12-11-2012 10:01 AM

[solved] cPanel php-handler config?
 
Hi,

I was wondering what's the suggested setting of the cPanel php-handlers when using LiteSpeed? I understand LiteSpeed include its own php-handler but unsure whether I need to set a specific handler in this screen or whether it doesn't matter at all? (screenshot of cpanel screen: http://d.pr/i/kjNt)

In the LiteSpeed Web Admin Console the handler is set to LiteSpeed API.

Thanks

webizen 12-11-2012 10:46 AM

Quote:

Originally Posted by jacob (Post 38878)
...
I understand LiteSpeed include its own php-handler but unsure whether I need to set a specific handler in this screen or whether it doesn't matter at all? (screenshot of cpanel screen: http://d.pr/i/kjNt)

It does not matter at all. LiteSpeed uses its own handler regardless of handlers set in cpanel.

jacob 12-11-2012 12:31 PM

That's what I thought, but wasn't sure. Thanks!

alice 02-27-2013 09:38 PM

following commands to switch the php handler on the cpanel serevrs:
Quote:

1. Command to display the current php handler installed and all the avaliable php handlers in the server:-
------
[root@me ~]# /usr/local/cpanel/bin/rebuild_phpconf --current
------
2. Command to display the available php handler installed and all the avaliable php handlers in the server:-
------
[root@me ~]# /usr/local/cpanel/bin/rebuild_phpconf --available
------
3. Command to change the default PHP handler to dso:-
------
[root@me ~]# /usr/local/cpanel/bin/rebuild_phpconf 4 dso none 1
------
4. Command to change the default PHP handler to suphp:-
------
[root@me ~]# /usr/local/cpanel/bin/rebuild_phpconf 5 none suphp 1
------
5. Command to change the default PHP handler to cgi:-
------
root@me ~]# /usr/local/cpanel/bin/rebuild_phpconf 5 none cgi 1
------


All times are GMT -7. The time now is 06:53 PM.