Search results

  1. M

    2 Content-Type values for the ajax call

    Do you have a test script that we can reproduce this problem. if we can reproduce it, we will fix it easily.
  2. M

    Rewrite Line Limit

    Please turn on debug logging, so you will know at which line it stops. Maybe it is due to a bug in LiteSpeed, Please upgrade to latest build of 5.1.9, check if there is a core file under /usr/local/lsws/bin/ directory. forward us the core file along with lshttpd.5.1.9 binary, or, let us...
  3. M

    Multiple SSL certificates per domain on same vhost

    Yes, that's the way it works. if multiple vhosts belong to the same user, then only one set of php process is used.
  4. M

    Magento Toplinks problem

    If you see esi:include in the html, means your server does not have LiteMage feature enabled. so, ESI directives are not processed.
  5. M

    2 Content-Type values for the ajax call

    If you build OLS from source, you can try the following patchdiff --git src/http/httpcgitool.cpp src/http/httpcgitool.cpp index b7b22e6..cf82585 100644 --- src/http/httpcgitool.cpp +++ src/http/httpcgitool.cpp @@ -137,7 +137,7 @@ int HttpCgiTool::processHeaderLine(HttpExtConnector *pExtConn...
  6. M

    2 Content-Type values for the ajax call

    We need to find out how content-type: text/html get there. The ajax request is served by PHP?
  7. M

    [LiteSpeed 5.1.9 build 1] error

    Looks like something wrong with PHP daemon mode, can you show me your PHP external app configuration? I could not reproduce this problem.
  8. M

    Hung Process Help

    You can give it a try. they are based on same code base, APCu is still maintained by developers.
  9. M

    Google Map Store Locator in Magento

    You probably need to find a magento extension for this function, we have no experience on this.
  10. M

    Hung Process Help

    APC deadlocking is APC internal bug, not directly related to LiteSpeed. Xcache has data cache as well. or use memcached.
  11. M

    Hung Process Help

    you can try a different opcode cache, opcache, xcache. etc.
  12. M

    per user web directories - no cpanel, no apache

    If you want to configure user dir for a vhost with native configuration, you can just use Apache mod_userdir directives in the "Apache style configuration" at vhost level.
  13. M

    [LiteSpeed 5.1.9 build 1] error

    5.1.9 build 1 introduced a bug while optimizing the ACL configuration handling, it is fixed in build 2, please lsup.sh again.
  14. M

    Lots of fork() failed, please increase process limit: Resource temporarily unavailable

    The limit may still show, but it may not be actually enforced if systemd honor the "TasksAccounting=false" directive.
  15. M

    Lots of fork() failed, please increase process limit: Resource temporarily unavailable

    What Linux distribution are you using? We will try to build a test environment for that. In the mean time, can you try updating the systemd unit file see if we can turn it off. you need to edit /usr/local/lsws/admin/misc/lshttpd.service adding under "[Service]" section, then you need...
  16. M

    https-Request Cache

    https is more costly than http. but you should see X-LiteSpeed-Cache:hit for both http and https. If not, cache is not configured properly.
  17. M

    https-Request Cache

    HTTPS is not treated in any way special. If has been told to cache the page, server will cache it regardless it is http or https.
  18. M

    HTTP/2 Server Push

    later this year or early 2017. For generic HTTP traffic, server push is just a special header telling server to push some referenced assets.
  19. M

    Hung Process Help

    Anything in error_log and stderr.log?
  20. M

    Purge in WordPress cache plugin

    Need to do a manul cache cleaning up for historic reason, 5.1.8 only track newly created cache objects.
Top