This is an old revision of the document!


LiteSpeed Web ADC FAQ

Not yet, but we are working on it.

Yes, it is available. You can set it up following the wiki 'How to Enable High Availability for Web ADC'.

There should not be any problem with multiple NICs, as long as keepalived allows it.

Data synchronization across backend nodes is not a responsibility of the ADC. ADC only takes care of its internal states. For backend nodes, you will need shared storage for files, and DB replication for databases. If DB HA is not required, you can set up multiple web nodes talking to one DB server.

For MySQL, ADC has Layer 4 mode. It is not Layer 7, hence it can not route traffic at a per-query level and it cannot split read/write.

If a rewrite rule is used to control cache behavior, it needs to be applied to the ADC. The ADC will work with our WordPress and Magento cache plugins, and will get the cache-control-related response headers set by the plugin.

Yes. The ModSec engine in LiteSpeed Web ADC is similar to the one in our web server.

For example:

www.domain.com -> load balance across 5 servers
www.domain.com/blog -> load from a separate IP (needs to preserve host headers, as the IP only responds to requests for www.domain.com)

Yes. Just define a context for the subdirectory, assign to a different cluster.

  • Admin
  • Last modified: 2019/07/09 14:11
  • by Kacey Schroeder