Search results

  1. W

    [solved] Make Litespeed compatible with Cloudlinux's limits

    Does this mean that it might have been done in 4.2.5 ? Or that the detection for CloudLinux errors will be implemented for version 5.0 for sure ? This is great news :)
  2. W

    [solved] Make Litespeed compatible with Cloudlinux's limits

    Will there be any improvements with Cloudlinux compatibility in the upcomming version 5 of Litespeed ?
  3. W

    [Resolved] LSAPI + Suxec deamon mode + multiple PHP versions + cPanel ?

    Thanks, I should have read the following article completly :) http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi
  4. W

    [Resolved] LSAPI + Suxec deamon mode + multiple PHP versions + cPanel ?

    Hello, The instructions didn't metionion using a build utility, I ran ./configure [...] '--with-litespeed' However I did buil PHP version 5.4.20 and this file contains PHP_VER = array('5'=> array( '5.5.3', '5.4.19', '5.3.27', '5.2.17'), '4'=> array('4.4.9')); define...
  5. W

    [Resolved] LSAPI + Suxec deamon mode + multiple PHP versions + cPanel ?

    No, I manually compiled PHP to /usr/local/lsws/php54 /usr/local/lsws is mounted by default in CloudLinux so this folder is already fully accessible. My issue seems to be that the --with-litespeed configured PHP with LSAPI 5.5 I'm running PHP in deamon mode which is not compatible with...
  6. W

    [Resolved] LSAPI + Suxec deamon mode + multiple PHP versions + cPanel ?

    OK, I've sort of got it working, however it's using an old lsapi version. My cPanel's default PHP version is using LiteSpeed V6.3 However the PHP 5.4 I built following the instructions you gave says : LiteSpeed V5.5 What did I do wrong ? How do I specify the LSAPI version when I...
  7. W

    [Resolved] LSAPI + Suxec deamon mode + multiple PHP versions + cPanel ?

    Thanks, I think i've got php 5.4 installed and configured, I now guess I've got to configure cagefs so users can run php with suexec I'll ask CloudLinux about this.
  8. W

    [Resolved] LSAPI + Suxec deamon mode + multiple PHP versions + cPanel ?

    Hello, Where will the php.ini be placed when I run make install ?
  9. W

    [Resolved] LSAPI + Suxec deamon mode + multiple PHP versions + cPanel ?

    Hello, I'm about to try to add PHP 5.4 and PHP 5.5 support to our server running cPanel + Litespeed + CloudLinux Can I just follow this : http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:multiple_phps_in_control_panel_lsws Wil it work ? Thanks
  10. W

    [solved] Make Litespeed compatible with Cloudlinux's limits

    We had an issue with our webserver (PHP) this morning (not beacause of litespeed) but reverted back to Apache so cPanel could have a look and we did not notice any real speed difference. We are beginning to think about reverting to Apache. Have you started working on making litespeed...
  11. W

    [Resolved] IPv6 Support ?

    Thanks, good news :)
  12. W

    [Resolved] IPv6 Support ?

    Hello, cPanel's implementation of IPv6 is currently in Pre-Release. http://features.cpanel.net/responses/ideas/status/prerelease Will it work out of the box with litespeed ? Have you started testing the latest edge version with litespeed to make sure so you have time to fix any issues that...
  13. W

    300 second limit that I can't find

    Hello, I've set all time limits in litespeed to 600s but I'm getting scripts that fail with a 503 error and the following in the logs : 2013-09-10 15:32:38.732 [NOTICE] [IP:34857-2#APVH_domain.tld:lsapi] request already in process for 303 seconds, fail with 503 2013-09-10 15:32:38.732...
  14. W

    Litespeed memory limits calculation ?

    Hello, I've just installed ZendOpcache on PHP 5.3 (editing it's hard coded list to allow litespeed) and am testing with 2GB of cache while watching the logs to make sure everything is going well. I'm running lsphp deamon mode The shared memory has already hit 2GB per php process ...
  15. W

    eAccelerator and LSPHP ?

    So with suexec in deamon mode should I give eaccelerator some shm cache or not ? If php is run with suexec deamon mode is designed to play well with shared memory then why should I disable shm in eaccelerator ? Thanks
  16. W

    eAccelerator and LSPHP ?

    I was just asking, not submitting a bug report :) I will try getting eaccelerator working, I see that you have recently recommended eaccelerator when using suexec mode and also pointing out that maybe my xcache install was actually never saving any CPU beacuse of frequent process changes...
  17. W

    eAccelerator and LSPHP ?

    Does this mean that php suexec deamon mode is not very compatible with php modules that use shm memory ?
  18. W

    Ram disk path setting

    Thanks for the info :) It's currently only using 4 x 40 k files so it's nothing at all… maybe when the server is more busy it will grow a bit. I'll create a 1GB ram disk for now.
  19. W

    eAccelerator and LSPHP ?

    Hello, Having had alot of problems with xCache that I believe to be related to a problem with php processes being killed that have a large amount of shared memory and litespeed's implementation of php suexec deamon mode, I'm looking for an alternative. eAccelerator has two types of cache...
  20. W

    Ram disk path setting

    Thanks I'm asking how much memory to allocate to the ram disk for the new setting. I've got 256 GB ram, but I've got no idea how much this feature requires. I'm not sure what is written there exactly, how regularly it's cleared etc. Just as an example here is the line I use for litespeed's...
Top