Search results

  1. M

    Problem with 4.0b3

    We need a core dump to fix this problem. try "ulimit -c 100000" before start the web server. core dump should be enabled from web console as well. http://www.litespeedtech.com/docs/webserver/config/adminserver/#enableCoreDump
  2. M

    Pre-sale questions

    the php error configuration is in php.ini You should increase the limit in php.ini to match the soft limit. xcache and memcached may allocate a lot more memory, those will be counted towarding the limit.
  3. M

    Pre-sale questions

    keep increasing the limit in both php.ini and lsphp5.
  4. M

    Pre-sale questions

    You can login to your account and pay the invoice.
  5. M

    Pre-sale questions

    Let me add the package with credit applied for you.
  6. M

    Pre-sale questions

    yes, it is the same thing.
  7. M

    Dont Start Litespeed

    Your server has been using trial key before, not allow to use trial key again. If you need more time, we can clear your server IP. Please email sales@litespeed... the IP.
  8. M

    Pre-sale questions

    More CPU core is better for serving static content and HTTPS traffic. Also better anti-DDoS capabilities. It is up-to you. If you want to go ahead with the owned 1-CPU license, I will cancel your 4-CPU license and apply credit to the owned license.
  9. M

    Pre-sale questions

    The warning means that PHP generate a response body over the limit. It will cut off the response body, whether to close the connection is based on the "Keep Alive" setting. You need to create a Listener with IP:80 for your web site, then set the "Binding" to all 4 processes. This way, all four...
  10. M

    /tmp 100% used by litespeed

    That's the directory holding compressed static files, no configuration file for it. Just set it to somewhere under a partition with enough disk space.
  11. M

    Pre-sale questions

    Yes, only install the license key then restart LiteSpeed, Select "upgrade" from installer, it will do that. The value of DDoS setting in the howto is pretty good. Max Dynamic response size is depends on your application, you can set it any value you want.
  12. M

    Pre-sale questions

    http://www.litespeedtech.com/docs/webserver/config/tuning/#enableGzipCompress All Gzip related configures are there. Those apache directive has no effect on Litespeed. The easiest way is order a monthly license, we have 30 day money back guarantee. If you want to upgrade to owned license, we...
  13. M

    Would 2 CPU license lower load?

    http://www.litespeedtech.com/support/forum/showthread.php?t=1660
  14. M

    Dont Start Litespeed

    Which version LiteSpeed is used? You should check /opt/lsws/bin/logs/error.log see if you can find any clue.
  15. M

    /tmp 100% used by litespeed

    Yes, you can remove /tmp/lshttpd/swap directory to release the space. http://www.litespeedtech.com/docs/webserver/config/tuning/#gzipCacheDir "Static GZIP Cache Directory" should be set to avoid using /tmp
  16. M

    huge download speed drop

    Please try a wget from localhost, or from a nearby server, it might be a network problem as well. The router/switch may apply a cap on bandwidth usage, when over the cap, it will drop packets.
  17. M

    Payment

    Please contact sales@litespeed... to have the invoices for next 3 months generated.
  18. M

    huge download speed drop

    I think you have bandwidth throttling enable, the large download consumes all bandwidth quota, so, other requests will be blocked. We will try to rotate the request that bandwidth quota assigned to.
  19. M

    Installation Errors :-(

    Are you using the 32bit binary on 64bit system without the 32bit compatible libs installed?
  20. M

    regarding litespeed's real time stats feature

    We will take that into consideration when we rewrite the status page in our 4.0 release.
Top