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
Next revision Both sides next revision
litespeed_wiki:config:unsupported_apache_modules_by_lsws [2018/12/12 15:04]
Jackson Zhang [Directives]
litespeed_wiki:config:unsupported_apache_modules_by_lsws [2019/04/17 20:30]
Jackson Zhang [Directives]
Line 6: Line 6:
   * Content negotiation via ''​mod_negotiation''​. For simple setup, you can use a rewrite-based solution.   * Content negotiation via ''​mod_negotiation''​. For simple setup, you can use a rewrite-based solution.
   * ''​mpm_winnt''​   * ''​mpm_winnt''​
 +  * ''​mod_cloudflare''​
  
  
Line 14: Line 15:
   * 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.
 +  * ''​RewriteMap''​ is supported but ''​[[https://​httpd.apache.org/​docs/​2.4/​rewrite/​rewritemap.html#​prg|prg:​ External Rewriting Program]]''​ is not supportedĀ 
 +  * In ''​Header always edit Set-Cookie ^(.*)$ $1;​HttpOnly;​Secure'',​ ''​edit''​ is not supported.
 ===== Other Unsupported Features ===== ===== Other Unsupported Features =====
   * RTMP proxy   * RTMP proxy
  
  • Admin
  • Last modified: 2021/01/22 19:28
  • by Jackson Zhang