Skip to content

Commit 8566017

Browse files
committed
Added a hint about LSWS not supporting cache tag invalidation atm
1 parent 9faed6a commit 8566017

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

doc/litespeed-configuration.rst

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ LiteSpeed comes in two different variants:
2020
* OpenLiteSpeed (OLS) - the open source product with less features
2121
* LiteSpeed Web Server (LSWS) - the enterprise version with more features and professional support
2222

23-
The caching module implementations are different and thus have to be configured differently but they support the
24-
same set of features (except for OLS not supporting Edge Side Includes (ESI)).
23+
The caching module implementations are different and thus have to be configured differently.
24+
Currently, OLS does support cache tagging and cache tag invalidation and LSWS does not. However, LSWS supports ESI
25+
whereas OLS does not.
2526

2627
So before you start configuring the server, make sure you know which version of LiteSpeed you are using.
2728

@@ -94,17 +95,9 @@ Also refer to the OLS docs if you need more details about the different configur
9495
Configuring LiteSpeed WebServer
9596
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9697

97-
LSWS can also be configured on server level, however, as LSWS supports ``.htaccess`` you may want to configure it
98-
there to give your application the flexibility of having different configurations for certain paths.
98+
.. warning::
9999

100-
Configure your ``.htaccess`` as follows::
101-
102-
<IfModule LiteSpeed>
103-
CacheEnable public /
104-
# TODO: The rest of the directives
105-
</IfModule>
106-
107-
Also refer to the LSWS docs if you need more details about the different configuration values.
100+
Unfortunately LSWS does currently not support invalidating cache tags.
108101

109102
Configuring FOSHttpCache to work with LiteSpeed
110103
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)