Search results

  1. 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
  2. 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
  3. 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!
  4. serpent_driver

    problem with litecache manager in cpannel

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  5. 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.
  6. 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/
  7. 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.
  8. 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....
  9. serpent_driver

    some php functions broke after switching from trial > enterprise license

    Have you checked if php-xml is installed in EasyApache (4)?
  10. serpent_driver

    How to enable the error_log on script directory?

    error_log behaviour is controlled by cPanel/WHM, not LiteSpeed. You can/must enable display_errors in WHM -> MultiPHP INI Editor or cPanel-> MultiPHP INI Editor. It is disabled by default.
  11. serpent_driver

    codeigniter plugin?

    If you don't get an answer to your question you know where you get a custom plugin for your custom application?
  12. serpent_driver

    Litespeed Caching Help!

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

    Need urgent Help in Licensing! (Solved)

    Login to client area: https://store.litespeedtech.com/store/clientarea.php
  14. serpent_driver

    Crawler - No Need to Cache

    Set-Cookie header in your response is only session cookie and this cookie should'nt matter, but that depends on existing vary cache rules. If a URL is cached there is no session, therefore a session cookie cannot be set, but this is nomal. To find out if I am right you must request a non cached...
  15. serpent_driver

    Need urgent Help in Licensing! (Solved)

    Do you have more than 1 domain? If not you should open a support ticket to get qualified and personally support.
  16. serpent_driver

    Crawler - No Need to Cache

    Do you have different vary cache rules like login/not-login user? The problem with crawler script is, that it cannot simulate real users if for example there are vary cache rules based on cookies. The same happens if you check or warmup the cache with curl. To make it work with curl you must add...
  17. serpent_driver

    Crawler - No Need to Cache

    So what is your issue exactly? "No need to Cache" only means URL is already cached.
  18. serpent_driver

    Crawler - No Need to Cache

    If you need an alternate way to warmup the cache use XENU. It is also suggested from LiteSpeed. XENU is much more faster than the crawler ever can be. http://home.snafu.de/tilman/xenulink.html
  19. serpent_driver

    Cant password protect my site

    Then, you should use Cyberpanel. OpenLiteSpeed is your webserver and not the control panel for your server. There you will find the function you need.
  20. serpent_driver

    Cant password protect my site

    Which control panel do you use?
Top