Search results

  1. M

    litespeed not starting

    Are you using the same version of PHP? You should. And you cannot use PHP suEXEC with Xcache.
  2. M

    Throttle certain websites?

    To my knowledge, Linux cannot do per user resource limit on CPU time, it is up to the kernel process scheduler.
  3. M

    litespeed not starting

    check phpinfo() page from LSWS and Apache, check the php.ini path.
  4. M

    litespeed not starting

    Maybe you are using different php.ini for Apache and Litespeed.
  5. M

    Throttle certain websites?

    If you use PHP suEXEC, it should assign dedicate PHP processes for each account, so it will take care of cpu/memory limits. Right now, it is not possible to limit the total connections per vhost, the reason is that when server accept a new connection, it has no idea which vhost it is for before...
  6. M

    litespeed not starting

    Please send email to sales@litespeedtech...
  7. M

    litespeed not starting

    That's because trial key has been used on that IP before. May need to clear that IP from our tracking DB if you want to use trial key again.
  8. M

    Speed Issues

    How about I/O wait of the server? If I/O wait is high, you may consider using 4.1RC2 with AIO enabled.
  9. M

    optimize server

    You can try increasing "Max Connections" of lsphp5 external app, or "PHP suEXEC max conns" if using PHP suEXEC.
  10. M

    4.1rc2

    Still working on it.
  11. M

    Best License for powerful VPS

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

    Some Questions & Help

    Then you have to put the rewrite rule under the document root of the sub-domain.
  13. M

    [RESOLVED]Setting php_admin_value and php_admin_flag

    You can use Apache style configuration if you configure everything from web console. If you use Apache httpd.conf, then everything should be done in httpd.conf.
  14. M

    litespeed not starting

    It is likely a license issue. Please try to start it from command line /usr/local/lsws/bin/lswsctrl start
  15. M

    litespeed not starting

    Are you using cPanel? Or other control panel. Your need to build PHP using the same configuration option used for Apache PHP. check the phpinfo() page.
  16. M

    Problem: Content Encoding Errors for Firefox Users

    If it can be reliably reproduced, we can take a look. Maybe firefox does not handle compression for certain language encode, so need to turn off gzip compression dynamically for those pages via rewrite rule.
  17. M

    Some Questions & Help

    For the rewrite rule, there are subtle difference between Apache and LSWS in this case, You can try rewritecond %{HTTP_HOST} ^(www\.)?subdomain\.domain\.com RewriteRule .* /index.php [L] or move the rule to the document root of the subdomain. If you use LiteSpeed with hosting control panel...
  18. M

    Problem: Content Encoding Errors for Firefox Users

    The /tmp partition might be full.
  19. M

    Problem: Content Encoding Errors for Firefox Users

    You can try relocate the gzip cache directory http://www.litespeedtech.com/docs/webserver/config/tuning/#gzipCacheDir default is under /tmp/lshttpd/swap
  20. M

    ENV['RAILS_ENV'] returns nil when called inside Rails 2.3.4 initializer

    It is recommended to patch rack code and use the RailsRunner setup, only need configuration of a rails context.
Top