Search results

  1. serpent_driver

    DDOS Attack on my server.

    Have you ever heared about "QUIC"?
  2. serpent_driver

    DDOS Attack on my server.

    You already asked for support here and at cPanel forum, but you didn't answer if you get feedback....! My advice a 2nd time. Check in ConfigServer Firewall if port 443 is open for incoming and outgoing UDP connections. If not add this port to both kinds of connections and check if "attack" is...
  3. serpent_driver

    SOLVED: How to find more info on 503 errors?

    Maybe it's a stupid question, but have you really installed lsapi?
  4. serpent_driver

    Facing issues with HTTP and UDP Ports

    Check in ConfigServer firewall port 443 if this port is open for incoming and outgoing connections
  5. serpent_driver

    Opencart 3.0.3.1 + Journal 3.0.46 no cache for manufacturer pages

    If you don't use cache this code would work, but you use cache and if a URL is cached there is no dynamic function like PHP. That's why you need vary cache control to tell LiteSpeed which device with specific conditions is in use. LiteSpeed cache plugin for OpenCart have such vary cache control...
  6. serpent_driver

    Opencart 3.0.3.1 + Journal 3.0.46 no cache for manufacturer pages

    I you want to get support, you need to open a support ticket. https://store.litespeedtech.com/store/clientarea.php This version has no special support for Journal to detect devices. It is a universal function for mobile detection, but with different logic as Journal. Mobile detection in...
  7. serpent_driver

    Opencart 3.0.3.1 + Journal 3.0.46 no cache for manufacturer pages

    Ask LiteSpeed support if they have any plan to expand cache plugin. If you use 3rd party functions, mods or themes you cannot expect that cache plugin can support custom modifications as a universal plugin for every case. If you really need these custom mods you will have to find someone who...
  8. serpent_driver

    Opencart 3.0.3.1 + Journal 3.0.46 no cache for manufacturer pages

    Find a developer who will do that. This cannot be done with 2 lines of copy & paste code. As a result of any modification you will never more participate of standard LScache plugin for Opencart. Then, it will be a "AndreyPopov LScache Plugin for OpenCart".
  9. serpent_driver

    Opencart 3.0.3.1 + Journal 3.0.46 no cache for manufacturer pages

    Again, if you (or mod) remove the tag, but LScache needs this tag, cache cannot work. To get LScache work with this mod LScache plugin must be modified.
  10. serpent_driver

    Opencart 3.0.3.1 + Journal 3.0.46 no cache for manufacturer pages

    If you remove your name (your name != tag == nobody) how should someone know who you are? That cannot be fixed!
  11. serpent_driver

    how to disable php.ini files and php flags in .htaccess for litespeed ?

    WHM: Home -> Software -> MultiPHP INI Editor
  12. serpent_driver

    Magento 2.3.3 Invalid Form Key. Please refresh page

    I don't know how litemage exactly works, but your description about the issue points to a missing ESI "whole" for this extension. This means litemage must be modified to support the extension from 3rd party development. To get more qualified support you should open a support ticket.
  13. serpent_driver

    Too many sess_files?

    Check your plugins. There are many known WP plugins who are responsible for that: https://www.google.com/search?q=Too+many+sess_+files+wordpress
  14. serpent_driver

    Opencart & Cron

    Create an empty PHP file in document_root. <?php header('X-LiteSpeed-Cache-Control: public, no-cache'); header("X-LiteSpeed-Purge: *"); // This will purge complete cache
  15. serpent_driver

    problem with litecache manager in cpannel

    You didn't read it..... This forum doesn't support LiteSpeed Cache Plugin for Wordpress. Use the official WordPress support forum instead!
  16. serpent_driver

    problem with litecache manager in cpannel

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

    problem with litecache manager in cpannel

    WP Rocket is a plugin for caching, LiteSpeed is a webserver with a HTTP cache and LS WP Plugin is only the control panel to manage webserver cache. This is a huge difference and cannot be compared.
  18. serpent_driver

    problem with litecache manager in cpannel

    If your issue isn't fixed, then: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  19. serpent_driver

    problem with litecache manager in cpannel

    If you use functions to optimize output you should use ony 1 instance. If code is already minified from LiteSpeed it doesn't make sense to minify it twice with LiteSpeed & Cloudflare, so in my mind disable all optimize functions at cloudflare and use only optimize functions in LS plugin.
  20. serpent_driver

    some php functions broke after switching from trial > enterprise license

    What about error_log? LiteSpeed is a web server, so why should it have effect to a specific PHP modul like php-xml....
Top