Hi,
I am very new to Linux so please excuse my noobness about some of the concepts.
I have a main webserver and decided that I would really like to get at another internal website that I was running.
ProxyPass/Reverse seemed to be the way to go. So I added the following statements to httpd.conf.
ProxyPass /app/
http://172.16.2.4/
ProxyPassReverse /app/
http://172.16.2.4/
This appeared to work as I saw the first page of the website. However once there the website throws a pop-up to auth to the site before entering. This fails as I notice that /app/ is not appended to the webserver name. Thus
http://webserver/cgi-bin/prevLogin.cgi fails.
I did a bit of reading about the net but it appears there maybe solutions with rewrite etc but then its getting a little to complex for me to understand syntax etc.
Can anyone please help me. I would really love to be able to utilize this functionality.
Many Many Thanks
Warren
This is the error I am seeing in the error_log
[Sat Feb 17 17:21:59 2007] [error] [client IP] File does not exist: /var/www/html/image, referer:
http://webserver/app/
[Sat Feb 17 17:22:10 2007] [error] [client IP] script not found or unable to stat: /var/www/cgi-bin/prevLogin.cgi, referer:
http://webserver/app/