Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
litespeed_wiki:proxy:start [2019/06/05 15:02]
Jackson Zhang [LiteSpeed Web Server as a Proxy]
litespeed_wiki:proxy:start [2019/06/05 15:19]
Lisa Clarke [LiteSpeed Web Server as a Proxy] Proofreading
Line 1: Line 1:
 ====== LiteSpeed Web Server as a Proxy ====== ====== LiteSpeed Web Server as a Proxy ======
-The purpose of a Proxy is to expand on functionality and add an extra layer of security. LiteSpeed doesn'​t support ''​ProxyPass'',​ ''​ProxyPassReverse'' ​and other [[https://​httpd.apache.org/​docs/​2.4/​mod/​mod_proxy.html|Apache mod_proxy]] directives(starting from LSWS 5.3.6, ProxyPass and-ProxyPassMatch support for AJP backend have been added but not supported for non-AJP backend). However, you can use a few methods to achieve the same goal on LSWS. Unless the proxy is on the same server, most of time you will need to manually ​setup extral ​app for proxy first, then use rewrite rules with [P], or context to make the proxy work.+The purpose of a Proxy is to expand on functionality and add an extra layer of security. LiteSpeed doesn'​t support ''​ProxyPass'',​ ''​ProxyPassReverse'' ​or other [[https://​httpd.apache.org/​docs/​2.4/​mod/​mod_proxy.html|Apache mod_proxy]] directives. However, you can use a few methods to achieve the same goal on LSWS. Unless the proxy is on the same server, most of time you will need to manually ​set up an extra app for the proxy first, then use rewrite rules with ''​[P]''​, or context to make the proxy work
 + 
 +Please note: As of LSWS v5.3.6, there is support for ProxyPass and ProxyPassMatch for an AJP backend, but not for a non-AJP backend.
  
 ===== LiteSpeed Web Server as a Web Server HTTP Proxy ===== ===== LiteSpeed Web Server as a Web Server HTTP Proxy =====
 This wiki explains how to set up LiteSpeed Web Server (LSWS) as a Proxy. This makes it possible to transform a URL that is usually just an IP and Port into a Fully Qualified Domain Name.  This wiki explains how to set up LiteSpeed Web Server (LSWS) as a Proxy. This makes it possible to transform a URL that is usually just an IP and Port into a Fully Qualified Domain Name. 
- 
-In a control panel environment,​ such as cPanel, you may have used Apache ''​mod_proxy''​ directives. LiteSpeed can read these directives as well, though an external app must be manually added for full functionality. 
  
 ==== How Does LSWS Act as a Proxy and Handle Client Requests Meant for a Backend Server? ==== ==== How Does LSWS Act as a Proxy and Handle Client Requests Meant for a Backend Server? ====
  • Admin
  • Last modified: 2021/08/09 14:03
  • by Jackson Zhang