This shows you the differences between the selected revision and the current version of the page.
|
litespeed_wiki:php_lsapi_command 2012/02/08 02:01 |
litespeed_wiki:php_lsapi_command 2012/02/08 02:29 current |
| | Handler Type: Load Balancer | | Handler Type: Load Balancer |
| | Handler Name: [Server Level]: lsphp5_cluster | | Handler Name: [Server Level]: lsphp5_cluster |
| | + | |
| | | | |
| | | | |
| | * If no chroot, then /usr/local/lsws/DEFAULT/html should be rsync'd over as /usr/local/lsws/DEFAULT/html. | | * If no chroot, then /usr/local/lsws/DEFAULT/html should be rsync'd over as /usr/local/lsws/DEFAULT/html. |
| | | | |
| - | * For load balancing backend PHP setup, since PHP runs on different servers, a central PHP session storage like memcached, etc is recommended. This is due to limited session handling within load balancing functions of LSWS. That said, LSLB (with much better session handling and load balancing strategy) can be a good candidate for load balancing the backend PHPs. | + | * For load balancing backend PHP setup, since PHP runs on different servers, a central shared PHP session storage like memcached, etc is recommended as LSWS load balancing is not session aware. An ideal set up is using LiteSpeed Load Balancer which is session aware in front of LiteSpeed web server clusters. |