Search results

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

    Should i learn CentOS before learn about LiteSpeed ?

    Of course! https://trycpanel.net
  4. 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...
  5. 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.
  6. 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.
  7. 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
  8. 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.
  9. serpent_driver

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

    Okay, but LiteSpeed promotes Comodo WAF and rules set seems to be setuped by LiteSpeed. (meta_comodo_litespeed.yaml) LiteSpeed WAF needs rules sets to work, but if there is none LiteSpeed WAF doesn't work (anymore). I already checked comodo website for any informations about WAF, but there is...
  10. serpent_driver

    Problem with home page image slider PS1.7.6

    Cache plugin for PrestaShop doesn't have any functions to exclude specific pages/URLs from beeing cached, but you can solve your issue in an indirectly way. In cache plugin settings add new ESI block and select "ps-imageslider" modul, if this is the slider you use for your page. Set "is privat"...
  11. serpent_driver

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

    It is the second day when WHM/cPanel is unable to add Commodo vendor while nightly updates. Host waf.commodo.com seems to be down. Who is responsible for this issue? [2020-12-08 05:40:37 +0100] warn [modsec_vendor] The system could not add the vendor: The system could not download the file...
  12. serpent_driver

    Litespeed and Cpanel setup

    If you have WHM/cPanel most of settings in WebAdmin are only for native installation of LiteSpeed and if you don't have a control panel. Therefore most of settings are out-of-order for control panel usage. Nobody seems really know which setting can be used with cPanel, Plesk, and so on.... :(...
  13. serpent_driver

    ModSecurity no Compatible in LiteSpeed

    It doesn't matter if commercial or not. The way to use ModSecurity with DirectAdmin and LiteSpeed is basically (almost) the same. (without license key). This could also help: https://docs.litespeedtech.com/cp/directadmin/#set-up-modsecurity-rules-for-litespeed-with-directadmin
  14. serpent_driver

    ModSecurity no Compatible in LiteSpeed

    Check this out: https://malware.expert/install-modsecurity-directadmin-litespeed-server-custombuild/
  15. serpent_driver

    Banner Images are being cropped automatically. Only with Litespeed cache

    Which plugin for which application do you use?
  16. serpent_driver

    LiteSpeed Installation on DirectAdmin

    https://docs.litespeedtech.com/cp/directadmin/
  17. serpent_driver

    no-cache to <span>

    You didn't read that post.... Support for WP cache plugin has been closed in this forum. Support is now at: https://wordpress.org/support/plugin/litespeed-cache/
  18. serpent_driver

    Issue with instant update and php.ini per user configuration

    @HostFox My advice to get domains, subdomain and additional domains work, never place domain_root in like home/domain/public_html. Always use /home/public_html/ If you want to setup subdomain,domains and additional_domains do this: /home/public_html/domain.com /home/public_html/subdomain.com...
  19. serpent_driver

    browser caching

    You have added cache-control header, so everything is done. There is no other cache-control setting for browser caching, but only for static files on your own host. If you include files from external host like Facebook or others, you can't control them.
  20. serpent_driver

    no-cache to <span>

    Support for LScache plugin for Wordpress https://www.litespeedtech.com/support/forum/forums/litespeed-cache-plugin-for-wordpress.37/
Top