Does lsws has something similar to apache mod_proxy?
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
If you want to use the web server external app together with a rewrite rule, you must name the web server external app with the host name in the target URL in the URL.