Search results

  1. M

    Throttling disabled but out speed is 40KB

    Have you set this http://www.litespeedtech.com/docs/webserver/config/security/#outBandwidth
  2. M

    MultiViews automatic precompressed gzipping

    You can only disable gzip at directory level, not enable. gzip should be enabled at global level in LSWS web console.
  3. M

    Rails 3.0 beta & ruby 1.9.1 don't works

    what exactly is proxy_wrappers.rb line 17? Maybe required a special function defined in lsreq object?
  4. M

    SSI: Garbage (leaked data) after date w/ time format

    4.0.14 package is available now, just change version number in the download link to get it.
  5. M

    Litespeed + cPanel + Cloudlinux

    For anyone who want to try it. 4.0.14 package has been uploaded, just change version number in the download link to get it.
  6. M

    [Resolved] IPv6 bugs.

    Looks like [::]:280 the wildcard IPv6 is in use 2010-04-02 06:05:17.793 [NOTICE] Recovering server socket: [[ANY]:280] You cannot create another listener on the same port binding to individual IPv6 address.
  7. M

    [Resolved] IPv6 bugs.

    I need INFO level log.
  8. M

    SSI: Garbage (leaked data) after date w/ time format

    4.0.14 build will be available tomorrow, you can do a manual update.
  9. M

    [Resolved] IPv6 bugs.

    We need the full error log after graceful restart is initiated till the new instance of LSWS starts, usually across two log files if log file are rotated automatically when LSWS restart. Make sure the per process file descriptor limit is high enough.
  10. M

    Litespeed + cPanel + Cloudlinux

    Any one want to give it try please contact bug@litespeedtech... for test driving of 4.0.14 with CloudLinux LVE support.
  11. M

    100% CPU Usage

    strace does not tell us what code causes the infinity looping, can you please download a debug build of LSWS then use GDB to attach to it, then use command "bt" to get callback stack trace. Please contact bug@litespeedtech... for the debug build of LSWS.
  12. M

    MultiViews automatic precompressed gzipping

    No need to do that, LiteSpeed create gzip cache for static files, just let LiteSpeed do that automatically.
  13. M

    [Resolved] Magento/CPANEL/LiteSpeed issue

    have to rename /usr/local/apache/conf/userdata/std/2/pcshop/cp_php_magic_include_path.conf to avoid php_admin_value include_path ... being set, once set, the magento php code cannot change include path, thus cause the error. In our cPanel setup, there is no "userdata" directory at all, so...
  14. M

    [Resolved] Magento/CPANEL/LiteSpeed issue

    Litespeed cannot really tell which php module is actually used by Apache, so it load all of them, the last one is in effective I think.
  15. M

    RewriteLog and LiteSpeed

    grep "REWRITE" from error_log to extract rewrite log entries.
  16. M

    Litespeed v4 upgrade

    Please contact sales with your server IP.
  17. M

    Litespeed v4 upgrade

    login to your account and order the yearly upgrade as an "add-on" to your owned license.
  18. M

    [Resolved] Magento/CPANEL/LiteSpeed issue

    If it does not fix your problem. please contact support with a temp root access, we will take a look.
  19. M

    [Resolved] Magento/CPANEL/LiteSpeed issue

    Please do not bother cPanel support for LiteSpeed related issue, we got complaints, we will help you figure it out. There tons of Magento sites hosted with Litespeed. should not be any problem. Try "Build Matching PHP" from LSWS WHM plugin, it should fix your problem. With cPanel, we do not...
  20. M

    [Resolved] lscgid: execve():<<dir>> No such file or directory

    Yes, have to be careful when upload script from windows to Linux via ftp. must do it in ascii mode.
Top