Search results

  1. serpent_driver

    Apache to LiteSpeed - case sensitive issue

    Run httpd -M in console or check settings in your control panel.
  2. serpent_driver

    A new cache is created every time the page is entered.

    Reduce cache TTL. The current TTL is set to: 299,865,143,728 YEARS
  3. serpent_driver

    LiteSpeed timeout after 60 minutes in php script

    Contact LiteSpeed support: support@litespeedtech.com Don't follow any recommendation from users that don't have LSWS.
  4. 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.
  5. 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.
  6. 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?
  7. serpent_driver

    DynReqPerSec in <Location>

    I am afraid that unfortunately I cannot offer more, sorry.
  8. 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
  9. serpent_driver

    Apache to LiteSpeed - case sensitive issue

    Did you check if mod_speling is installed?
  10. serpent_driver

    Problème de cache ?

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  11. 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.
  12. 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.
  13. 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/
  14. serpent_driver

    LiteSpeed timeout after 60 minutes in php script

    Have you already looked at the error_log?
  15. serpent_driver

    LiteSpeed timeout after 60 minutes in php script

    The input for max_idle_time takes place in seconds.
  16. 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
  17. 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?
  18. 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.
  19. 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...
  20. serpent_driver

    LiteSpeed timeout after 60 minutes in php script

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