How to use LiteSpeed with Apache?

#1
I have a client with Apache 2.2 where i have no possibility to replace Apache with LiteSpeed server. Is it anyhow possible to use LiteSpeed with Apache, as a kind of middleware omegle ?
I think on the kind of usage, how Apache is used with Nginx, where Nginx acts like reverse proxy.

I've tried to find any documentation or use case, but maybe i was searching wrongly. Any advice is highly appreciated.
 
Last edited:
#3
can i use Apache and Nginx both on the same server,??

SHAREit
For sure, Apache and Nginx can run together. Due to the fact that they will both attempt to listen on the same port and IP, the default configuration stops them from starting at the same time.
You may, however, easily adjust the ports or the IPs. There are several methods for running them either one after the other ,generally Apache behind Nginx because Nginx will be the first entry point in the chain since it's faster for static resources, and Apache will then only be triggered for some sophisticated dynamic rendering/processing) or just side by side.
 
Top