Search results

  1. serpent_driver

    Feature Request: HSTS preload for faster SSL connection

    As LiteSpeed Team knows Google maintains a service called HSTS preload, where everybody can add his page to https://hstspreload.org/. If added to the preload list browser will request page with https without connecting server to check if https is available. This will speed up connection time...
  2. serpent_driver

    Tip of the day: How to make https connection faster

    Tip of the day: How to make https connection faster There is a simple way to make https requests faster. It works with every webserver, browser and device, with and without LScache. Google maintains an HSTS preload service. By following the guidelines and successfully submitting your domain...
  3. serpent_driver

    LSWS support for Expressions

    Does LSWS support Apache Expressions? https://httpd.apache.org/docs/current/en/mod/mod_headers.html#examples Last example
  4. serpent_driver

    Strange ESI behaviour if page is set to no-cache

    I am validating a new developed cache plugin for application where is no cache plugin available. In the header of this application there is a toolbar that contains shopping cart, an icon that shows the number of items that has been added to wishlist and an icon with submenu that is displayed if...
  5. serpent_driver

    LSCache Plugin for Laravel

    Is there any plan when LScache plugin for Laravel will be updated for version 8 or 9 of Laravel?
  6. serpent_driver

    Feature Request: HTTP-Early-Hints header

    Is there any plan to support HTTP-Early-Hints header in LSWS?
  7. serpent_driver

    Crawler causes MySQL error reading communication packets

    I have developed a Multi Threading crawler for cache warmup. It works similar like crawler in cache plugin for Wordpress, but has some more features and is x-time faster. Problem: If I set CURLOPT_NOBODY to true I get errors for reading communication packets in MySQL, but not at every request...
  8. serpent_driver

    Intend to remove Server/PUSH in Chrome and Firefox

    Google intends to remove Server/PUSH feature in Chrome Browser for the lack of usage. Is there any alternative plan for this preload feature at LSWS? HTML preload tag is not an alternative! https://groups.google.com/a/chromium.org/g/blink-dev/c/K3rYLvmQUBY/m/vOWBKZGoAQAJ?pli=1
  9. serpent_driver

    Why you should use LiteSpeed and LScache to get good Google Page Experience

    As announced from Google last year Google will include Page Experience signals into Google search ranking. A good time to think about what must be done not to be punished and not to loose good rankings if a page is too slow. It is also Google's plan to "pillory" pages that are too slow if they...
  10. serpent_driver

    Bug,Feature or Design: With PHP cURL cookie needs value for proper caching

    I have developed a PHP based Multi-Threading crawler for cache warmup that uses cURL. This crawler also supports multiple cache varies. It works like it should and crawls up to 100,000 URLs within 1 hour, but cache varies drives my crazy. All cache varies work if I request URLs in browser with...
  11. serpent_driver

    [solved] After Update to 5.4.11 (build 4) [6679] [SSLTicket] ticketCb() SHM keys need rotation

    After update to 5.4.11 (build 4) WebAdmin displays warning: Warn [6679] [SSLTicket] ticketCb() SHM keys need rotation Anything to be done on my side?
  12. serpent_driver

    [Solved] How to check in PHP CLI if LSWS is installed

    I want to check in PHP CLI if LSWS is used or installed, but in PHP CLI there is no environment variable about SERVER_SOFTWARE available, because in CLI the PHP build-in webserver is running. Any Ideas?
  13. serpent_driver

    How to set Connection Timeout in .htaccess or php.ini?

    To increase timeout for script execution "connection timeout" must be configured in WebAdmin instead of max_execution_time if Apache is used. Is there any way to set "connection timeout" configuration in .htaccess or php.ini?
  14. serpent_driver

    More Need For More Speed: Compressed Cache Files

    LiteSpeed compresses chache files. This seems to be good to reduce the need for disk space, but cache files need to be decompressed to answer a request. To me, this takes too time and causes a higher load for decompressing. Especially shared hostings with lower power are affected from this, so...
  15. serpent_driver

    [solved] Bug or Feature: If page is cached ModSecurity can't work

    The title of this topic already describes what this issue is about, but will give more details. I am using LSWS with LScache (non LiteSpeed plugin) and ModSecurity. For ModSecurity I use LiteSpeed Comodo rule set with custom rule set to block bad bots (userdata_bl_agents). It works perfect, but...
  16. serpent_driver

    [Solved] ModSecurity: Failed connect to waf.comodo.com

    It is the second day when WHM/cPanel is unable to add Commodo vendor while nightly updates. Host waf.commodo.com seems to be down. Who is responsible for this issue? [2020-12-08 05:40:37 +0100] warn [modsec_vendor] The system could not add the vendor: The system could not download the file...
  17. serpent_driver

    [solved] Bug or Feature: LSWS doesn't accept more than 1 response header with the same name

    As I just found out LSWS doesn't accept more than 1 response header with the same name if headers are set with PHP. header (test: test1"); header (test: test2"); .... Only the last header is set. Is it a bug or feature or part of design? Any workaround?
  18. serpent_driver

    What has to be done to get LSWS WAF work?

    I have LiteSpeed WAF enabled, but there is no log file with log level 9?! As I know from ModSecurity in WHM (currently disabled) there are frequently attacks, so why is there no log file with LS WAF? What else has to be done to get it work? Do I have to add rules?
  19. serpent_driver

    Invalid link at https://www.litespeedtech.com/

    Check link at LiteSpeed homepage to LiteSpeed blog on the bottom of homepage "The ForceSecureCookie Directive"
  20. serpent_driver

    Invalid SSL Certificate at https://http3check.net/

    Check invalid certificate at https://http3check.net/
Top