Giter VIP home page Giter VIP logo

lscache-xf2's Introduction

lscache-xf2

LSCache Plugin for XenForo 2

Feature list:

  • Powerful defense against DDOS attacks.
  • Significantly reduce server load (and MySQL queries).
  • Guests pages are cached by LiteSpeed cache.

Installation:

  1. Disable any other page caches as these will interfere with LSCXF2.
  2. Access the server hosting your XenForo installation, either directly or using ssh/sftp.
  3. From the unzipped LSCXF2 folder, copy all files under upload to the upload folder of your XenForo installation.
  4. In the XenForo control panel, navigate to the Add-ons section to complete the installation.

Configuration:

  • Add the following .htaccess rules, replacing 'xf_user' by the custom cookie prefix used if changed in XenForo's configuration, and '360' by the number of seconds the content should remain cached (Recommended < 10 mins):

      # LiteSpeed XenForo cache
      <IfModule litespeed>
          CacheLookup public on
          RewriteEngine On
           # cache
           RewriteCond %{HTTP_COOKIE} !xf_user [NC]
           RewriteRule .* - [E=Cache-Control:max-age=360]
           # no cache
           RewriteCond %{HTTP_COOKIE} xf_user [NC]
           RewriteRule .* - [E=Cache-Control:vary=loggedin]
           RewriteCond %{HTTP_COOKIE} xf_user [NC]
           RewriteRule .* - [E=Cache-Control:no-cache]
      </IfModule>
    

lscache-xf2's People

Contributors

lsmike avatar litespeedtech avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.