Search results

  1. N

    Litespeed 4.1.3 with xCache 2.0.1 error?

    how about comment out these 2 lines and use default value (/dev/zero)?
  2. N

    Litespeed 4.1.3 with xCache 2.0.1 error?

    please refer https://store.litespeedtech.com/store/knowledgebase.php?action=displayarticle&id=31 regarding ZendGuardLoader 5.5
  3. N

    php sites stop working .

    lsws admin console->Actions->Real-Time Stats: Http used
  4. N

    Problem Litespeed in CPanel

    please refer this post: http://www.litespeedtech.com/support/forum/showthread.php?t=6044
  5. N

    Problem Litespeed in Directadmin

    maybe you haven't built up matching php. compare output of #php -i |head and #/usr/local/lsws/fcgi-bin/lsphp5 -i |head
  6. N

    Large PHP Uploads Stall/Fail

    is your upload related limit enough? check http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:uploadprogress_bar 4.File Uploads Configuration Options
  7. N

    [solved] Failed to initialize VMemBuf!

    this issue has been resolved:
  8. N

    503 Error when using 3scale PHP Libraries

    please fix following errors first before proceed:
  9. N

    503 Error when using 3scale PHP Libraries

    in php.ini, add apc.mmap_file_mask=/tmp/apc.XXXXXX this MAYBE prevent 503 error.
  10. N

    503 Error when using 3scale PHP Libraries

    what's your apc settings in php.ini ? or you find it in phpinfo() output
  11. N

    503 Error when using 3scale PHP Libraries

    this is not lsphp. please run: cd /usr/local/lsws/fcgi-bin ./lsphp5 -i |head
  12. N

    503 Error when using 3scale PHP Libraries

    I removed many lines of error logs, they are same pattern like: 2012-08-16 01:06:22.104 [INFO] [10.122.205.242:24096-0#Example] connection to [/tmp/lshttpd/lsphp5.sock] on request #500, confirmed, 0, associated process: 11498, running: 1, error: Connection reset by peer! it's [INFO], not...
  13. N

    web admin console error?

    run /usr/local/lsws/admin/misc/admpass.sh to overwrite it
  14. N

    [solved] Failed to initialize VMemBuf!

    php in suExec mode or not ? how frequently did it happen? (you can search error log for "Failed to initialize VMemBuf") and please post your lsphp5 settings here
  15. N

    [solved] Cache problem

    for a workaround, run chmod 777 /tmp/diskcache
  16. N

    LSAPI_CHILDREN ignored?

    can't change that through apache config; it's server level setting, mean can't set it per vhost. however, it's a "max" value, won't fork 5 lsphp process if only one is needed.
  17. N

    [solved] Cache problem

    please refer all license related commands: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:license:command_reference when this error message: [ERROR] Serial number does not match! try bin/lshttpd -r then try bin/lshttpd -V to verify if error still there. when no more...
  18. N

    How to switch back to apache

    depending on your environment. if cPanel is running, then only one button click - WHM->Plugins->LiteSpeed Web Server->Switch to Apache
  19. N

    [solved] Cache problem

    update /usr/local/lsws/conf/serial.no
  20. N

    [solved] Cache problem

    overwrite old serial.no with new one, then restart lsws, will do
Top