My current server configuration (for a Wordpress site) is Cloudflare + Apache. I want to include OpenLiteSpeed (configured as a reverse proxy) as additional cache optimization to the Apache server (Cloudflare -> OLS -> Apache).
I've already installed OpenLiteSpeed in my VPS server, but my knowledge as sysadmin is very limited, so that I cannot follow the tutorial from the documentation on this link: https://openlitespeed.org/kb/reverse-proxy-basics/
My questions are:
1. The server frontend shall still listen on ports 80 and 443. How do I configure this for the OLS proxy web server? The screenshots in the referred tutorial only show how to define the backend port (in my case, the port where Apache server will listen - which I will configure to be 8080).
2. I assume I should configure SSL cert on the reverse proxy (or am I wrong)? If yes, I could not find any instructions on how to do this in a reverse proxy configuration.
Any help would be greatly appreciated!
I've already installed OpenLiteSpeed in my VPS server, but my knowledge as sysadmin is very limited, so that I cannot follow the tutorial from the documentation on this link: https://openlitespeed.org/kb/reverse-proxy-basics/
My questions are:
1. The server frontend shall still listen on ports 80 and 443. How do I configure this for the OLS proxy web server? The screenshots in the referred tutorial only show how to define the backend port (in my case, the port where Apache server will listen - which I will configure to be 8080).
2. I assume I should configure SSL cert on the reverse proxy (or am I wrong)? If yes, I could not find any instructions on how to do this in a reverse proxy configuration.
Any help would be greatly appreciated!