Search results

  1. serpent_driver

    Roundcube

    https://github.com/roundcube/roundcubemail/wiki/Installation
  2. serpent_driver

    Bots and some User Agents not accept cookies. How detect these?

    Again, if page is cached PHP can't be executed and you need to solve it with .htaccess Rewrite Rules. .htaccess has no logic to detect if client accept ccokies or not, so you can only check with with .htaccess if a specific cookie exist or not. If not -> no-cache. Otherwise such clients like...
  3. serpent_driver

    Bots and some User Agents not accept cookies. How detect these?

    Knock! Knock! Why do you always ask for solution where PHP is needed if a cached page can't execute PHP?!
  4. serpent_driver

    Bots and some User Agents not accept cookies. How detect these?

    That all will solve nothing. If a page is cached every PHP code is worthless....! A cached page is pure HTML and PHP can't be executed!
  5. serpent_driver

    LiteSpeed Server with Virtualmin

    For Virtualmin is no plugin available, so you must do a Generic LSWS Web Server Installation, but be carefull. It is not tested: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:installation:generic
  6. serpent_driver

    Increasing LSAPI_CHILDREN

    https://forum.openlitespeed.org/
  7. serpent_driver

    Bots and some User Agents not accept cookies. How detect these?

    Of Course there is a way, but any other way brings new issues. The consequence of this dilemma could be to disable cache for any users that doesn't accept cookies. RewriteCond %{HTTP_COOKIE} !name_of_vary_cookie [NC] RewriteRule .* - [E=Cache-Control:no-cache]
  8. serpent_driver

    Bots and some User Agents not accept cookies. How detect these?

    Not lscache uses cookies, your plugin uses vary cookie. Using cookie to store information which device is used is a absolute wrong method. To me, bad idea to use cookie for this. Ask LiteSpeed staff if they re-design this plugin.
  9. serpent_driver

    Putting home in the exclusions

    Which application to you use?
  10. serpent_driver

    30 september update crashed my website

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

    Odd issue with page loading

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

    Short of concurrent connections

    Link to your page?
  13. serpent_driver

    LSPHP is killing sessions

    My advice for the future, if issues happens again always set cache to the highest priority that could cause an issue.
  14. serpent_driver

    LSPHP is killing sessions

    Strike ;) You could have solved it yourself. It is only a question of logic, isn't it? ;)
  15. serpent_driver

    LSPHP is killing sessions

    Have you already tried it without Cloudflare cache if the domain in phpinfo is the affected domain?
  16. serpent_driver

    LSPHP is killing sessions

    It seems already to be solved: https://www.litespeedtech.com/support/forum/threads/script-handler-definition-not-avail-for-php7-3.19074/#post-112898
  17. serpent_driver

    session.gc_maxlifetime not being honoured

    Okay, (my) last question: What about your browser settings? Something away from default settings regarding cookie handling?
  18. serpent_driver

    session.gc_maxlifetime not being honoured

    Strange.... Have already asked support of PHP framework? You know that you can set such settings also in cPanel for each account? btw. you can disable zlib.output_compression. Set compression in LSWS WebAdmin to get zip AND brotli compression instead.
  19. serpent_driver

    session.gc_maxlifetime not being honoured

    Okay, what is about PHP.ini settings in WHM -> MultiPHP INI Editor -> session.gc_maxlifetime && session.save_path if you don't store sessions to DB
  20. serpent_driver

    very slow update litespeed LSCache Extension v2.1.0 (For OpenCart v3.0)

    It seems you need a more powerful hosting. If pages are cached speed is okay, but if not cached your shop needs more than your server is able. You need at least a VPS with SSD hardisk. Check your settings. Disable recompile template files if enabled, maybe that helps.
Top