Proxy Issues
Added by molliver over 12 years ago
Hi,
I have a public webserver on one url running lighty, Off of that I want it so that should someone go to www.example.com/webmail it proxy's then to mail.example.com/webmail and passes all the requests through.
The second part of the issue is that the mail.example.com uses vhosts and so the url mail.example.com needs to be passed to it for it to work.
Ideally the whole request even the proxy part should be via an ssl socket but i am ok if it is not.
Thanks
Mark