As a test, I have done the following:
On my laptop (client)
I have placed a host entry of:
www.company.com
On the server, I modified the /etc/host file:
127.0.0.1 www.delexian.comlocalhost
using my original settings:
I typed the URL: http://www.company.com/ocs/ on my laptop
At t
Actually,
after the URL gets rewritten to:
http://lucas.delexian.com/welcome/index.jsp
I added '/ocs' to where it's suppose to be in the URL, like so:
http://lucas.delexian.com/ocs/welcome/index.jsp
The above link allows me to see the page I want.
My thinking is that from the starting URL
Hi all,
I have tried to use the Apache Week article to set up reverse proxy. It is
being installed on a SuSE 9 Linux x86 box running Apache 2. I have configured
it as per the notes, but am getting errors which I'm thinking is to do with the
rewriting of the URL. Below is the error messages, as