Search results

  1. serpent_driver

    cache-control: no-cache but x-litespeed-cache: hit

    @dogan285 These headers are browser cache related and not LiteSpeed cache. If you want to not caching your pages you have to disable cache in plugin settings.
  2. serpent_driver

    [solved] Bug or Feature: LSWS doesn't accept more than 1 response header with the same name

    I've just tested it and can confirm that it works: 2 pages, 1 has private cache, the other one public with cache tag. Cache of both pages will be purged. header("X-LiteSpeed-Purge: example_tag"); header("X-LiteSpeed-Purge: private, *", false);
  3. serpent_driver

    Permission denied when uploading or creating file or folder with FTP client (AWS EC2 Litespeed Wordpress instance)

    Some control panels doesn't allow to change permissions with local FTP application. If so, change permission with control panel file explorer or use console instead . That will work.
  4. serpent_driver

    [solved] Bug or Feature: LSWS doesn't accept more than 1 response header with the same name

    You mean that would work? header (test: test1"); header (test: test2,false");
  5. serpent_driver

    Just Installed Litespeed Server - Questions

    Maybe trial release has some restrictions. Check this: https://docs.litespeedtech.com/lscache/litemage/troubleshoot/ If you didn't get response from ticket support, be patient, we have still Corona....
  6. serpent_driver

    Entering the site from the mobile too late

    Which plugin for which application? There is more than 1 LiteSpeed plugin.
  7. serpent_driver

    Media.net ads

    Please read that and follow instructions: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  8. serpent_driver

    Media.net ads

    Which plugin for which application? There is more than 1 LiteSpeed plugin.
  9. serpent_driver

    Litespeed default settings!!

    If you talk about settings do you mean settings in LSWS WebAdmin Console? If yes and if you use cPanel, most (not all) of these settings in WebAdmin are for native installation without any control panel. With cPanel and other supported control panels these settings have no effect.
  10. serpent_driver

    LScache + RGPD component + Vidéos Youtube et Google Map

    Yes, but if the code is right it depends on how you handle RGPD cookie. If you only check if this cookie exist the code is okay. If you work with cookie values (e.a. 1 == ON; 0 == OFF) the code must be extended.
  11. serpent_driver

    LScache + RGPD component + Vidéos Youtube et Google Map

    Yes, you are wrong, but it is simple to solve it. ;) Cache Vary does the trick: RewriteCond %{HTTP_COOKIE} name_of_rgpd_cookie [NC] RewriteRule .* - [E=Cache-Control:vary=is_rgpd] https://docs.litespeedtech.com/lscache/devguide/#cache-vary
  12. serpent_driver

    How to Secure a Linux Server and Website Project [WIP] [Learning Project]

    To learn security it needs to own a running webserver with an existing project. If you have nothing at all, it doesn't make sense to learn swimming if you don't have water.
  13. serpent_driver

    Should i learn CentOS before learn about LiteSpeed ?

    Of course! https://trycpanel.net
  14. serpent_driver

    Should i learn CentOS before learn about LiteSpeed ?

    @Helem I respect your wish for the best for everything, but the needs for your upcoming website are harmless. Don't think so complicated. Get Wordpress and LScache plugin for Wordpress and the control panel at your choice. (cPanel is recommended) With this 3 components you will get more as you...
  15. serpent_driver

    Config wordpress plugin through /usr/local/lsws/admin/misc/lscmctl ?

    @petar_kozic You can build your own configuration tool that can be ran from console. Configure LScache plugin at your choice and export wp_option table from WP database and modify/customize the query to import (update) only LiteSpeed related options.
  16. serpent_driver

    Problem with disappearing cache

    Cache has a TTL and if the time you have defined is up cache is stale (cache does not disappear) and crawler must be executed again. This is the nature of every kind of cache. Everything you have to do is to set a higher TTL.
  17. serpent_driver

    Auto update LiteSpeed Cache plugin in WHM

    There is a auto_installer update script for WHM plugin, but don't know if this auto_installer will do what you ask for: https://www.litespeedtech.com/packages/cpanel/lsws_whm_autoinstaller.sh
  18. serpent_driver

    [Solved] ModSecurity: Failed connect to waf.comodo.com

    Host waf.comodo.com is connectable and cPanel update script works, so issue is solved.
Top