0

On my search i've got only info about replacement of Apache with LiteSpeed. My question is rather: how to use them together?

I think about a similar setup, where Apache is used together with Nginx, where Nginx plays a reverse proxy role.

Is such setup possible? Does somebody know a use case or documentation about it?

Evgeniy
  • 255
  • 2
  • 10
  • Like @NStorm said that you don't really need to make both LSWS and Apache together. But you can still do it if you want, LSWS as a reverse proxy, https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:proxy:start – Eric Feb 26 '21 at 01:09

1 Answers1

2

Why would you need something you don't know a use case for?

LiteSpeed are designed as a drop-in replacement for Apache. Nginx doesn't directly supports all things that Apache can, .htaccess files for example. That is why it is used sometimes in conjunction with Apache.

But LiteSpeed supports them and can simply replace Apache. It was designed this way. So it's mostly useless to set up it with Apache.

NStorm
  • 1,312
  • 7
  • 18