Search results

  1. M

    [solved] $_SERVER["SHOW_PATH"] not working

    SHOW_PATH is not a standard variable, how it is set? via rewrite rule?
  2. M

    Using LiteSpeed Cache with Wordpress & WP-Super Cache

    LiteSpeed cache may help on pages that are not cached in WP super cache. I am not sure how many. if most are cached, litespeed cache wont help much.
  3. M

    [solved] SSI Problems Yet Again...

    That's due to another bug fix related to SSI, the latest 4.1.4 build should address both now.
  4. M

    Web server is automatically restarted‏

    SSI will be addressed soon, SSI may not be used and not likely to affect his server.
  5. M

    Using LiteSpeed Cache with Wordpress & WP-Super Cache

    LiteSpeed serve static file as fast as serving cached page, actually, cached page is saved as static file. So, if you make Super Cache work properly, you do not need to worry about page cache. both archive the same goal, the result is similar. And I think Super Cache is better at flushing...
  6. M

    Web server is automatically restarted‏

    upgrade to 4.1.4
  7. M

    [Solved] Frontpage + PLESK

    Please contact bug@litespeed... with a temp root login to your server and the URL to reproduce the problem, we can take a look.
  8. M

    is litespeed hardened against "range" dos attack?

    LSWS is not vulnerable to this attack, rewrite rule is not necessary. Apache's "Range" implementation is very poor to me. ;)
  9. M

    [Solved] Frontpage + PLESK

    Have you enabled this http://www.litespeedtech.com/docs/webserver/config/general/#apacheEnableFP
  10. M

    SNI: multiple certs for same vhost?

    SSL cert associating with listener is the default, will switch to vhost ssl cert if configured.
  11. M

    SNI: multiple certs for same vhost?

    It has been implemented a while ago, please check change log.
  12. M

    how can i prevent tons of processes from starting?

    Magento is a heavy web application which uses a lot of resources, and there is not much you can do about it. Assuming you have done all possible optimization for Magento, I think the best choice for you now is to load balance the frontend and admin server to let admin server take some load off.
  13. M

    LSCache + Shared Hosting cPanel/WHM

    Unfortunately, you have to either enable cache globally then turn it off for some clients, or disable cache globally then turn it on for some clients. However, for shared hosting, we recommend turning public cache off by default, enable private cache only, for each individual account, you can...
  14. M

    How to enable mod_setenvif

    Try rewrite rule like RewriteCond %{USER_AGENT} !(iPhone|iPad) RewriteRule (.*) - [F]
  15. M

    how can i prevent tons of processes from starting?

    No, it does not work with LiteSpeed. You should try to optimize PHP or MySQL to make run faster.
  16. M

    LS SAPI Change

    Yes, phpinfo() shows the SAPI in use.
  17. M

    [solved] Bind to IP: 0.0.0.0

    You need to set the default SSL key/cert for listener 443.
  18. M

    [solved] Bind to IP: 0.0.0.0

    You need a full stop then start from command line. ./lswsctrl stop ./lswsctrl start
  19. M

    [solved] Bind to IP: 0.0.0.0

    Just create listener in native configuration from LSWS web console. listen to *:80 , *:443
  20. M

    [Solved] pipelog problem

    Could be another permission problem. You may need to chown those log files to "apache:apache"
Top