I have a static website for our company and there is also a requirement for
remote users to update our backend data base.
Currently
www.oursite.co.uk/update
is passed to a internal webserver which interacts with the database using
proxypass /update/
http://192.168.0.10/update/
and all is fine.
However there is now a need to secure /update/ webpages between the remote
users and the webserver.
How can I make the /update webpages use ssl whilst everything else on the
website remains the same??
Traffic on the lan doesn't need to use ssl and i would rather not interfere
with the internal webserver.
thanks
markc
ps RH7.2 apache 1.3.27-1.7.2