Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
litespeed_wiki:config:unsupported_apache_modules_by_lsws [2019/09/26 13:33]
Jackson Zhang [Directives]
litespeed_wiki:config:unsupported_apache_modules_by_lsws [2021/01/22 18:48]
Jackson Zhang [Directives]
Line 11: Line 11:
 ===== Directives ===== ===== Directives =====
   * ''<​Directory>​...</​Directory>''​ with regular expression.   * ''<​Directory>​...</​Directory>''​ with regular expression.
-  * ''<​if>​...</​if>''​+  * ''<​if>​...</​if>'' ​not supported for 5.4.x and lower version, but it is supported since 6.0 version
   * ''​SecAuditLogType''​ in ''​ModSecurity''​ specifies the type of audit log to use: "​Serial"​ or "​Concurrent"​. LSWS does not support the "​Concurrent"​ type.   * ''​SecAuditLogType''​ in ''​ModSecurity''​ specifies the type of audit log to use: "​Serial"​ or "​Concurrent"​. LSWS does not support the "​Concurrent"​ type.
-  * ''​ProxyPass ''​+  * ''​ProxyPass ''​, not supported for 5.4.x and lower version, but it is supported since 6.0 version
   * Variables can be used in Apache functions, as shown in Apache'​s [[https://​httpd.apache.org/​docs/​2.4/​expr.html#​vars|official documentation]],​ but LiteSpeed does not support functions such as md5 or base64. For example, ''​%{md5:​foo}''​ is not supported. ​   * Variables can be used in Apache functions, as shown in Apache'​s [[https://​httpd.apache.org/​docs/​2.4/​expr.html#​vars|official documentation]],​ but LiteSpeed does not support functions such as md5 or base64. For example, ''​%{md5:​foo}''​ is not supported. ​
   * ''​FallbackResource''​ is not supported by LSWS. Instead, you can use rewrite rules.   * ''​FallbackResource''​ is not supported by LSWS. Instead, you can use rewrite rules.
  • Admin
  • Last modified: 2021/01/22 19:28
  • by Jackson Zhang