Re: [EMAIL PROTECTED] RE [EMAIL PROTECTED] Re: Apache 2 on Suse 9.1 Reverse Proxy not working

2006-02-16 Thread alex . lei
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

Re: [EMAIL PROTECTED] RE [EMAIL PROTECTED] Re: Apache 2 on Suse 9.1 Reverse Proxy not working

2006-02-15 Thread alex . lei
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

[EMAIL PROTECTED] Apache 2 on Suse 9.1 Reverse Proxy not working

2006-02-14 Thread alex . lei
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