This is an old revision of the document!


Unsupported Apache Modules, Directives, etc.

There are a few Apache modules and directives that are currently not supported by LiteSpeed. These items may or may not be supported in a future version of LSWS.

  • mod_speling
  • Content negotiation via mod_negotiation. For simple setup, you can use a rewrite-based solution.
  • mpm_winnt
  • <if>…</if>
  • SecAuditLogType in ModSecurity specifies the type of audit log to use: “Serial” or “Concurrent”. LSWS does not support the “Concurrent” type.
  • ProxyPass
  • Variables can be used in Apache functions, as shown in Apache's 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.
  • RTMP proxy
  • Admin
  • Last modified: 2018/12/12 15:04
  • by Jackson Zhang