Does lsws has something similar to apache mod_proxy?

#1
Hi I need to make proxy gateway trough my web server, in apache i used something like this:
RewriteRule ^/midpssh/(.*) http://localhost:8088/$1 [P]

How can I use this rewrite for lsws?
What i want to do is, run proxy on port 8088, and to use that proxy i want to use addres like http://myhost/midpssh

tnx
 

mistwang

LiteSpeed Staff
#2
yes, you can do that, just define a external app with type of 'web server' and set name to 'myhost'.

If the rewrite rule does not change any thing, using a proxy context is a better choice.
 
Top