Search results

  1. serpent_driver

    Slow Download speed

    Have you already asked Hetzner Support? For me, this would be the first contact point....
  2. serpent_driver

    Slow Download speed

    Sorry to choose german.... There is no known reason why LiteSpeed should limit transfer rate and also don't know how that could be done. I am also at Leaseweb with datacenter in Frankfurt, but never had any problems with transfer rate with LiteSpeed in the last 10 years.
  3. serpent_driver

    Slow Download speed

    Identische Konditionen. Was also ist das Problem? Allerdings weiß ich nicht, was Du mit Rescue Mode meinst?
  4. 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?
  5. serpent_driver

    Slow Download speed

    What about the simplest reason? Your hosting provider limits the speed.
  6. serpent_driver

    IE11 SSL not working even with ECDHE-RSA-AES128-SHA enabled

    IE11 needs TLSv1.1 https://docs.litespeedtech.com/cp/cpanel/tunings/#customize-ssl-ciphers
  7. serpent_driver

    IE11 SSL not working even with ECDHE-RSA-AES128-SHA enabled

    1.) Update LSWS version to: 5.4.11 (build 3) 2.) Set SSL/TLS Protocols to: ALL -SSLv3 -TLSv1 -TLSv1.1
  8. serpent_driver

    ads are not showing

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

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

    For everybody who needs a solution to check in PHP CLI if LSWS is running. $url = 'https://www.example.com'; $ch = curl_init($url); curl_setopt($ch, CURLOPT_NOBODY, true); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_HEADER, true); curl_setopt($ch, CURLOPT_TIMEOUT...
  10. serpent_driver

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

    Yes, I already work on it, but more simpler. I have only to check response header for Server == LiteSpeed
  11. serpent_driver

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

    If PHP is executed in PHP CLI environment LSWS is not in use. PHP uses built-in webserver in PHP CLI but in this environment there are not all variables available. Run php -i or php -m in PHP CLI to verify
  12. serpent_driver

    Random CSS error on random page

    Please read this and follow instructions: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  13. 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?
  14. serpent_driver

    Safari can't open the page. (NSPOSIXEErrorDomain:100)

    Support for OpenLiteSpeed: https://forum.openlitespeed.org/ Support for WP cache plugin: https://wordpress.org/support/plugin/litespeed-cache/ This forum is for LiteSpeed Webserver Enterprise only
  15. serpent_driver

    Any newer version for Xenforo?

    mod_pagespeed is not recommended. It is buggy, costs high load and it is outdated. https://docs.litespeedtech.com/products/lsadc/settings/#pagespeed ....and ask Google for mod_pagespeed issues. For the case you don't know it. LScache is a HTTP Cache not a plugin to optimize loading of static...
  16. serpent_driver

    Any newer version for Xenforo?

    What exactly is your problem? A bad Google Pagespeed score or LiteSpeed mod_pagespeed?
  17. serpent_driver

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

    Feature request for version 6 of LSWS: Extend noconntimeout directive to set a value for connection timeout in .htaccess.
  18. serpent_driver

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

    I just found some information about connection timeout is LSWS wiki, so it is possible to control connection timeout with rewrite rules, but this allows "notimeout" only. What I need is to set a time period.
  19. serpent_driver

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

    max_execution_time != connection timeout Increasing max_execution_time value in php.ini or .htaccess does not work with LSWS and connection timeout has to be changed instead, but this can only be done for the entire server.
Top