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
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