Search results

  1. 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
  2. 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/
  3. 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...
  4. 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
  5. 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
  6. 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/
  7. 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?
  8. 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
  9. 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...
  10. serpent_driver

    Any newer version for Xenforo?

    What exactly is your problem? A bad Google Pagespeed score or LiteSpeed mod_pagespeed?
  11. 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.
  12. 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.
  13. 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.
  14. 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?
  15. serpent_driver

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

    Host waf.comodo.com is down again since 2 days.....
  16. serpent_driver

    JS Page Builder Errors

    Cache plugin is only the control panel for LScache, so if you have any issues with plugin support for it is offered at Wordpress page.
  17. serpent_driver

    litespeed license check

    In DirectAdmin control panel you should have a section to check if LSWS is running, but status 503 is not an error that is caused by invalid license.
  18. serpent_driver

    litespeed license check

    Have you already checked if LSWS is running? If yes, you don't have a license problem.
  19. serpent_driver

    JS Page Builder Errors

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