Search results

  1. N

    [Solved] 503 Error - Due to PHP Relocation error?

    /usr/local/bin/php is for apache. litespeed one is /usr/local/lsws/fcgi-bin/lsphp5
  2. N

    Wordpress will not upload

    it has been identified and fixed in latest build, quite a few days ago. please force-reinstall 4.1.12.
  3. N

    Wordpress will not upload

    please try 4.1.12 to see if any difference. it won't hurt anything --- switching between versions is easy.
  4. N

    Wordpress will not upload

    any message in error.log and stderr.log ?
  5. N

    [solved] 503 error - only in WP backend

    it looks that pdo_sqlite is built in lsphp5 by default. so no need pdo_sqlite.so at all. document: http://www.php.net/manual/en/ref.pdo-sqlite.php "The PDO_SQLITE PDO driver is enabled by default. To disable, --without-pdo-sqlite[=DIR] may be used" put phpinfo.php under a folder, and...
  6. N

    [solved] 503 error - only in WP backend

    Thanks for the update. so lsphp5 crashed due to "undefined symbol: sqlite3_libversion", which caused 503 error.
  7. N

    [solved] 503 error - only in WP backend

    any message in stderr.log? have you enabled opcode cache ?
  8. N

    [solved] open_basedir restriction

    can you post the website's virtual host definition in httpd.conf ? just open_basedir related part, like
  9. N

    [solved] switch to lS

    is license ok ? /usr/local/lsws/bin/lshttpd -V
  10. N

    [Solved] 503 Error - Due to PHP Relocation error?

    is the lsphp5 /usr/local/bin/php ? to verify, put phpinfo.php under /flowerch/public_html/photopost/, and access it via browser.
  11. N

    Trying to use APC but it seems to be clearing out?

    grep "Server Stopped" in error log, check log entries before it.
  12. N

    Trying to use APC but it seems to be clearing out?

    yes, if pid of litespeed changed, it must have been restarted. litespeed may restart to fix 503 error automatically. in a site with buggy php script, this may be helpful without whole site down.
  13. N

    Trying to use APC but it seems to be clearing out?

    please memo down the pid of parent lsphp5, see if it changes too. in your previous post, parent lsphp5 pid is 28271
  14. N

    Trying to use APC but it seems to be clearing out?

    please watch the result after set "Max idle time" -1
  15. N

    Trying to use APC but it seems to be clearing out?

    it will help. what's your issue? "Trying to use APC but it seems to be clearing out" as titled ?
  16. N

    APC Uptime is very low

    please refer: http://www.litespeedtech.com/support/forum/showthread.php?t=5072&page=2
  17. N

    Runaway Process? lsphp5 stops responding

    can run "pstree -p|egrep litespeed|httpd|php" as well. have you installed 4.1.11 on this server ? the only advice I can give out at present is that, try 4.1.11 and see if any difference.
  18. N

    vB seo + litespeed cache

    No, cache need at least 2-CPU license.
  19. N

    Runaway Process? lsphp5 stops responding

    those log messages are [NOTICE], not enough to identify the cause of the issue. when stops responding, a restart help or not ? taking the screenshot of real-time stats will be helpful as well.
  20. N

    Licensing Question

    this wiki page should address all your concern: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:license:what_license_to_choose
Top