Search results

  1. serpent_driver

    LiteSpeed timeout after 60 minutes in php script

    Because you are using a control panel. LSAPI_MAX_PROCESS_TIME is only available if LSWS is used native without any CP.
  2. serpent_driver

    GTmetrix Error 520 since renew SSL

    Whenever you check your page at Pagespeed or any other test sites, check before if to be tested page is already cached, but note Pagespeed doesn't check the loading time. It only tests the "display time". There is big difference.
  3. serpent_driver

    GTmetrix Error 520 since renew SSL

    A bit more information please. Which kind of web server do you use? OLS or LSWS? Do you use quic.cloud? Which cache plugin do you use?
  4. serpent_driver

    DynReqPerSec in <Location>

    I am afraid that unfortunately I cannot offer more, sorry.
  5. serpent_driver

    DynReqPerSec in <Location>

    How about this? https://docs.litespeedtech.com/lsws/cp/cpanel/wp-protect/ https://docs.litespeedtech.com/lsws/cp/cpanel/tunings/#maxconnperclient
  6. serpent_driver

    Apache to LiteSpeed - case sensitive issue

    Did you check if mod_speling is installed?
  7. serpent_driver

    Problème de cache ?

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

    LiteSpeed timeout after 60 minutes in php script

    FYI: Almost all setting options that you can find in the LiteSpeed documentation are only relevant if you don't use a control panel. This means that the relevant settings must be made in the relevant control panel. The only exceptions to this are a few setting options.
  9. serpent_driver

    LiteSpeed timeout after 60 minutes in php script

    @AndreyPopov FYI: Almost all setting options that you can find in the LiteSpeed documentation are only relevant if you don't use a control panel. This means that the relevant settings must be made in the relevant control panel. The only exceptions to this are a few setting options.
  10. serpent_driver

    MIME type [application/x-httpd-php] for suffix '.php'

    This forum is for LiteSpeed Enterprise. For OLS please use OLS forum: https://forum.openlitespeed.org/
  11. serpent_driver

    LiteSpeed timeout after 60 minutes in php script

    Have you already looked at the error_log?
  12. serpent_driver

    LiteSpeed timeout after 60 minutes in php script

    The input for max_idle_time takes place in seconds.
  13. serpent_driver

    LiteSpeed timeout after 60 minutes in php script

    Have you tried changing the behavior of Lynx with the connection_timeout parameter? Or check this: https://docs.litespeedtech.com/lsws/extapp/php/configuration/control/#max-idle-time
  14. serpent_driver

    LiteSpeed timeout after 60 minutes in php script

    Then it's up to the function of your script. Is shell_exec mandatory for the script?
  15. serpent_driver

    LiteSpeed timeout after 60 minutes in php script

    Try both, but in case you don't know it. PHP version in console or for cron is not the same as for the frontend lsphp and LSWS is not in use in console or for cron In console or for cron everthing is controlled by control panel, so your issue has nothing to do with LiteSpeed.
  16. serpent_driver

    LiteSpeed timeout after 60 minutes in php script

    If the script also aborts prematurely as cron, then ask DA. DA is weird in some ways...
  17. serpent_driver

    LiteSpeed timeout after 60 minutes in php script

    Yes, in .htaccess. If you only have LiteSpeed running <IfModule Litespeed></IfModule> is optional.
  18. serpent_driver

    LiteSpeed timeout after 60 minutes in php script

    There is usually no timeout limit in the console, so you shouldn't have any problems in the console. However, it makes a difference whether the PHP script actually runs as cron or you run the script manually in the console, because then there is a SSH timeout. Regardless, try this timeout code...
  19. serpent_driver

    Does LiteSpeed cache country specific files?

    Yes, but needs extra cache vary settings in .htaccess, if this plugin sets a cookie depending on country. It would also work without cookies, but then requires the GeoIP database. For more information, please contact Cache Plugin Support on the Wordpress Forum, as this forum does not support the...
  20. serpent_driver

    WooCommerce - Stripe - Problems with LS 6.1?

    I don't want to completely rule it out, but based on your description, the cause could most likely be the plugin. Regardless, you should contact LiteSpeed Support directly. support@litespeedtech.com
Top