Search results

  1. N

    lsphp5 high load cpu

    the load drop to from 23+ to 12- now when watching with "top -c", iowait keeps high, so finally I decided to disable eAccelerator, since it use disk as opcode storage:/tmp/eaccelerator. looks like it's the main reason to drop the load(not 100% sure though) if you have a lot of memory, can...
  2. N

    caching issue - slow use on disconnect

    if the URL already in cache and not expire, you'll get the cached page no matter how backend 192.168.1.2 down or online. but if URL not in cache at all, will return 503 error.
  3. N

    caching issue - slow use on disconnect

    >Our lightspeed 4.2.4 server is configured to cache from our caching server (Server>External App>caching web sever). can you give more detail about how to configure it ?
  4. N

    lsphp5 high load cpu

    first, the load is not high -- the server has 12 cores(or hyper-threads), load below 12 is normal. if it goes to 20+/30+/.., then load is high. 2nd, please note "13.9%wa", this is also a factor of high load, and Swap "528784k used", if you have more memory and/or faster disk like SSD, the...
  5. N

    lsphp5 high load cpu

    checked, eAccelerator is enabled now. I changed eaccelerator.shm_size="16" to eaccelerator.shm_size="1" and comment out zend_extension="/usr/local/Zend/lib/Guard-5.5.0/php-5.3.x/ZendGuardLoader.so" in /usr/local/lib/php.ini #top -c top - 14:44:25 up 1 day, 13:48, 2 users, load...
  6. N

    lsphp5 high load cpu

    Please PM me ssh root access and litespeed admin console's access. will notify you what's changed and the reason.
  7. N

    trial license problem

    please email sales@ ... for better tracking
  8. N

    lsphp5 high load cpu

    please run EasyApache to include eAccelerator(disable XCache), since eAccelerator is suitable for shared hosting environment. then build matching php in WHM/litespeed plugin after you've done above 2 steps, I can ssh to your server to monitor the load and help tune setting of eAccelerator.
  9. N

    lsphp5 high load cpu

    the "Process Manager" looks interesting, what platform are lsws running on ? actually, this is typical on a busy shared hosting server, which mainly run php/mysql applications. to reduce the load of php (or lsphp): 1. install and enable eAccelerator opcode cache; 2. monitor and identify...
  10. N

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

    re-read the thread from beginning, got idea what might have been wrong. this file is used for build lsphp from lsadmin consonle: /usr/local/lsws/admin/html/utility/build_php/buildconf.inc.php and it'll update from time to time when new release/build comes out, so not a issue regarding "can't...
  11. N

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

    check /usr/local/lsws/admin/html/utility/build_php/buildconf.inc.php define ('LSAPI_VERSION', '6.3');
  12. N

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

    maybe you select the php from php selector from cloudlinux ? if casefs enabled ... Sorry, I'm not clear about it at the moment, just give you a quick hint. :)
  13. N

    LiteSpeed Standard + RPM PHP = possible?

    no, lsphp can run under both standard and enterprise lsws, no difference here have you defined .php handler ? admin console->Server->Script Handler
  14. N

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

    run lsphp5xx on command line: #/path/to/lsphp5xx -i|grep "Configuration File (php.ini) Path" an example: in above example, put php.ini under /usr/local/lsws/lsphp5/lib
  15. N

    Permissions

    750 should be ok, who is "they" ? what's your current setting on lsws admin console->Server->PHP suEXEC ?
  16. N

    ModSec @rbl Operator

    please refer: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:mod_security_tips_tricks it's just for you ~
  17. N

    Installation: Giving cannot execute binary file

    when did you install WHM litespeed plugin ? long ago? the plugin has been updated to address this issue. please download the latest lsws_whm_plugin_install.sh (following http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:ezcpanel ) and try again
  18. N

    suEXEC / LSAPI 6.0

    have you done "build matching php" in WHM litespeed plugin after run easyapache ? also please give the output of /usr/local/lsws/fcgi-bin/lsphp5 -i |head
  19. N

    Installation: Giving cannot execute binary file

    on command line, just run /usr/local/cpanel/whostmgr/docroot/cgi/addon_lsws.cgi what's the output ?
Top