File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,9 @@ LiteSpeed comes in two different variants:
20
20
* OpenLiteSpeed (OLS) - the open source product with less features
21
21
* LiteSpeed Web Server (LSWS) - the enterprise version with more features and professional support
22
22
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.
25
26
26
27
So before you start configuring the server, make sure you know which version of LiteSpeed you are using.
27
28
@@ -94,17 +95,9 @@ Also refer to the OLS docs if you need more details about the different configur
94
95
Configuring LiteSpeed WebServer
95
96
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
96
97
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 ::
99
99
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.
108
101
109
102
Configuring FOSHttpCache to work with LiteSpeed
110
103
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments