Search results

  1. M

    php.ini location not being set

    Please rebuild PHP with updated lsapi 6.3 code. If you use cPanel to build matching PHP, do rm -f /home/cpeasyapache/ls.src/php-litespeed-6.3.tgz if you use web console, do rm -f /usr/local/lsws/phpbuild/php-litespeed-6.3.tgz
  2. M

    php.ini location not being set

    Our internal test shows that -c option works. you can try from command line: Maybe you selected PHP suEXEC daemon mode? which is not compatible with per user php.ini.
  3. M

    [Resolved] 4.2.4 won't ForceType per .htaccess

    please do /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.4 should be fixed now.
  4. M

    Problem deleting / (root) cache entry

    It does not matter if you do not use it. Just let us know how you enabled page cache for that site? From LSWS console cache tab? content level cache configuration? Apache directive? So, we can try to reproduce this issue and come up with a solution.
  5. M

    Some help explaining the config

    Yes, you can increase it easily to 10K. Yes, since litespeed starts. No, just follow antiddos How-to. http://www.litespeedtech.com/how-tos.html#qa_dos
  6. M

    5.5 and 5.3 on same server

    http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:multiple_phps_in_control_panel_lsws
  7. M

    Problem deleting / (root) cache entry

    It probably related to the way how cache is enabled for "/" URL. For some reason, cache was not enabled for that page with PURGE request. Like in a situation that rewrite rule enable cache only when request method is "GET".
  8. M

    xcache, wrong UID

    There are 9 suffixes now, 'php55' was added a while ago, we cannot add more if it is not absolutely necessary.
  9. M

    Two php crashes since our last update of litespeed and php

    You need to increase the memory limit of lsphp5 external app to take memory used by xcache into consideration, that's the only configure related. Other than that, it is completely a xCache internal issue.
  10. M

    PHP 5.5.0 Zend OPcache

    According to latest check-in to the code, LiteSpeed has been added. https://github.com/zendtech/ZendOptimizerPlus/commit/5244b415372ea78cff99b14284e718a055c9c964 You can patch current release pretty easily.
  11. M

    Two php crashes since our last update of litespeed and php

    Have not received the email. Please use our full domain in the email address.
  12. M

    Two php crashes since our last update of litespeed and php

    can you make it available for us to download? please send URL to bug@litespeed... Or, let our staff login and take a look? Change that option may not have any effect.
  13. M

    LSWS 4.2.3 VS mod_security

    new build of 4.2.3 has been uploaded. Please give it a try.
  14. M

    Broken - Server Down! - After Upgrade

    You can revert back to earlier release from command line /usr/local/lsws/admin/misc/mgr_ver.sh 4.x.x 4.x.x is the release used previously. then "service lsws restart"
  15. M

    Broken - Server Down! - After Upgrade

    Please send us the stack back trace from the core file to bug@litespeedtech .... need to install gdb,
  16. M

    password protection for vhost

    We will look into the code in our web console regarding this. Can you also try Apache htpasswd, see if the password file generated works with LSWS.
  17. M

    Cgi daemon error

    latest 4.2.3 build should address this issue, please do a force update of 4.2.3 . however, for PHP suEXEC daemon, since it starts only once, it does not matter using "Through lscgid Daemon" mode or not.
  18. M

    htaccess & htpasswd

    latest 4.2.3 build should work now. /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.3
  19. M

    Apache "XBitHack directive" ?

    XBitHack should be supported by LiteSpeed.
  20. M

    password protection for vhost

    which tool is used to generate the encrypt password file? You can try Apache's htpasswd utility.
Top