Search results

  1. M

    Are there still plans to support passenger?

    We have added the feature to work with CL ruby/python selector. there is some stability issue with certain version of Rails + Ruby combination, trigger a ruby internal crash, need to track it after we release the pagespeed support.
  2. M

    OpenLiteSpeed Wont Start

    Does port 8088 works? With docker, you need to map the docker container port to a public port, looks like 7080 port was not mapped.
  3. M

    High CPU Compared to Apache

    With php56w, your apache setup is using mod_php, which embedded PHP engine into Apache server process. PHP LiteSpeed SAPI run PHP in its own process, the server need to communicate with lsphp processes through socket IPC, so there is a lot of process context switching between lshttpd and lsphp...
  4. M

    Expires By Type For Fonts Not Working

    You can try adding those MIME type to the default server level MIME setting. It does not work may due to a missing MIME type definition.
  5. M

    https cannot post form

    that log file is not that helpful. the best way to figure out the problem is to let our staff login to the server and reproduce and analyze the problem.
  6. M

    what is core.22939

    Are you using LSWS enterprise? latest 5.1.15 build? Is there new core file created once for a while? or you only have that file there. you can remove that file see if another one get created.
  7. M

    Litespeed Cache and Symfony

    you should take a look at our cache developer guide if you have not yet. https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:developer_guide
  8. M

    https cannot post form

    Are you talking about turning on https at cloudflare layer, that user access to the site via https instead of http? Does Cloudflare use HTTPS to communicate with litespeed backend when you switch to https? can you turn on litespeed debug logging, test https, then send us the log file?
  9. M

    [Resolved] Compressed XML Request

    text/xml is not pre-defined MIME type, so text/* wont pick it up. you can add it explicitly in the compressible type like you did, or add a MIME type.
  10. M

    LiteSpeed Cache Page Layout Disturbs

    I think your store have a different view based on geographic location of the visitor. I see the home page for Singapore visitors. probably is where the server located. You should lookup the guide in our wiki on how to cache different copy for different location.
  11. M

    LiteSpeed Cache Page Layout Disturbs

    It sounds like your site has code to produce different content based on browser signature or something in the request header. and it causes cache pollution. Need to configure cache to cache separate copy for each case for the same URL. You need to figure out what exactly trigger it to send...
  12. M

    [Resolved] [BUG] FileETag Directive in HTACCESS

    We could update our code to do it in a way similar to Apache, if it is causing trouble on YSlow score.
  13. M

    [bug?] Internal server error with Android HttpPost file upload

    I may need the binary data sent from client to server. the server reply is not needed. the pasted text cannot be used.
  14. M

    [Resolved] [BUG] FileETag Directive in HTACCESS

    it is as designed, if you turn one component off, it will be "0", instead of complete remove it. Etag to identify if a object has been changed due to Etag change, whether put "-0" there or not does not affect the end result in anyway.
  15. M

    [Resolved] LiteSpeed Miss Cache Issue In Magento

    You should not remove files under the cache root, server will remove expired entries. Your store is large, hit your litemage license limit, 1500 objects, you should upgrade your litemage plan to standard.
  16. M

    [Resolved] LiteSpeed Miss Cache Issue In Magento

    Have you setup the crawler to warm-up the cache? Do you clean up the cache storage directory regularly? Have you changed default cache expire time? Your server's download speed is slow, large css file take long time to load. you intentionally slow down the speed?
  17. M

    [bug?] Internal server error with Android HttpPost file upload

    There are a few bug fix builds for 5.1.15, please try the latest build see if it helps. /usr/local/lsws/admin/misc/lsup.sh -f -v 5.1.15 If problem persists, we may need to login to the server to investigate what happens.
  18. M

    OLS & Plesk: lsws_cmd: invalid conf file directory!

    OLS wont work very well with Plesk control panel, as it cannot read Apache httpd configuration directly. all vhosts need to manged in litespeed native configuration.
  19. M

    How far off is LSWS 5.2 ?

    Yes, it is a big item.
  20. M

    Litespeed Cache for Osclass script

    No plan for dedicate cache plugin for it, we prioritize development based on popularity of web applications. We do have Lscache developer guide in our wiki, may be you can ask the developer of osclass to add lscache support.
Top