Search results

  1. serpent_driver

    About license and service worker

    -> 1. Worker means ~ device|server|IP|host. If you you have only 1 host Site Owner Plus is okay -> 2. If your new server has 16GB Ram, Site Owner Plus is okay, if you don't have more than 5 domains.
  2. serpent_driver

    [solved] Bug or Feature: If page is cached ModSecurity can't work

    The title of this topic already describes what this issue is about, but will give more details. I am using LSWS with LScache (non LiteSpeed plugin) and ModSecurity. For ModSecurity I use LiteSpeed Comodo rule set with custom rule set to block bad bots (userdata_bl_agents). It works perfect, but...
  3. serpent_driver

    Recently Installed LiteSpeed

    If you use a supported control panel like cPanel, Plesk or other there is nothing to configure in WebAdmin Console. Most of settings are for native LSWS installation if you don't have a control panel.
  4. serpent_driver

    Why is Litespeed not listed on Drupal Web Server requirements page?

    The answer is there is no reason to ask for. ;)
  5. serpent_driver

    Why is Litespeed not listed on Drupal Web Server requirements page?

    For your information only, LiteSpeed plugin isn't used for the LiteSpeed webserver. It's for to use Drupal with LiteSpeed cache engine and it is not a webserver plugin for Drupal. Drupal is a CMS, not more, not less and there is no reason why not to use Drupal with LiteSpeed webserver. If...
  6. 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.
  7. 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);
  8. 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.
  9. 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");
  10. 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....
  11. serpent_driver

    Entering the site from the mobile too late

    Which plugin for which application? There is more than 1 LiteSpeed plugin.
  12. 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/
  13. serpent_driver

    Media.net ads

    Which plugin for which application? There is more than 1 LiteSpeed plugin.
  14. 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.
  15. 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.
  16. 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
  17. 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.
  18. serpent_driver

    Should i learn CentOS before learn about LiteSpeed ?

    Of course! https://trycpanel.net
Top