Search results

  1. serpent_driver

    [HTTP/3] Detecting http session version on the backend (h2 vs h3)

    As said, use server variables or curl. Both will give you what you need.
  2. serpent_driver

    [HTTP/3] Detecting http session version on the backend (h2 vs h3)

    There is no session and you don't need any session data, because server variables and the protocol version used depends on user request. Alt-Svc is a response header, but the values of Alt-Svc header depends on what is supported by the browser.
  3. serpent_driver

    [HTTP/3] Detecting http session version on the backend (h2 vs h3)

    phpinfo() does the trick. ;) $_SERVER['X_SPDY'] // HTTP3 $_SERVER['SSL_PROTOCOL'] // QUIC $_SERVER['SERVER_PROTOCOL'] or use curl to get Alt-Svc response header.
  4. serpent_driver

    Use CDN Mapping Error 404

    Please read before you post.... https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  5. serpent_driver

    Litespeed cach on WP broke my CSS

    Reading before posting is the fastest help ever. ;) https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  6. serpent_driver

    Elementor popup widget not working with LiteSpeed activated

    Please read this: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  7. serpent_driver

    Rewrite problems

    It seems that you are using OpenLiteSpeed instead of LiteSpeed Enterprise, right?
  8. serpent_driver

    Domain Key Issue

    Support at WordPress ask you to raise a ticket at support@litespeedtech.com and not to open a support thread at this forum!
  9. serpent_driver

    Cloudflare edge services with LS

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  10. serpent_driver

    Cloudflare edge services with LS

    Is this question WordPress related?
  11. serpent_driver

    Hostinger Issue

    This is the crucial sentence! If the cache function cannot be deactivated so that you can only use the CDN as a proxy without a cache, then you can no longer use the Hostinger CDN because the CDN cache is the mother of all problems if a page cache is also used on the origin. Deactivate the...
  12. serpent_driver

    503 Service Unavailable

    As you can read in the documentation on 503, 503 errors are PHP related or are caused by PHP malfunctions. If there was an error in LiteSpeed, it would not trigger a 503 error. You must therefore check the relevant error log files to find out the cause. Your host provider should know what to do...
  13. serpent_driver

    Domain Key Issue

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  14. serpent_driver

    LSCache v6.3 for WordPress Now Available [Update]

    LiteSpeed has made numerous improvements with version 6.3. However, LiteSpeed or their external employees who actually program the cache plugin for WordPress seem to ignore the many bugs in this plugin. Why add new features if the faulty functions of the last 5 years are not fixed, let alone...
  15. serpent_driver

    503 Service Unavailable

    https://docs.litespeedtech.com/lsws/extapp/php/troubleshooting/503/
  16. serpent_driver

    Block Wordpress media folder

    However, you are encouraging other users to install even more plugins. It may be convenient to be able to solve a problem with a plugin, but as already mentioned, every additional plugin creates new problems that would not have existed without the additional plugin being installed. A lot of...
  17. serpent_driver

    Block Wordpress media folder

    You don't need an extra plugin for every little thing. Every additional plugin just makes your site slower. Apache and LiteSpeed provide you with everything you need with just a few lines of code.
  18. serpent_driver

    Hostinger Issue

    Yes, disable CDN cache in every case.
  19. serpent_driver

    Hostinger Issue

    You can use the CDN for proxy usage, but not the CDN cache, because 1 cache (LiteSpeed) plus 1 cache (Hostinger) is not 2 cache! If you use both cache at a time you always serve outdated content because the cache of both is not synchronized and this is the reason why you can't purge the cache at...
Top