On Thu, Apr 22, 2010 at 2:21 PM, GB GB <gbcy...@gmail.com> wrote:

> and in the browser I get the following: The connection has timed out
>
> http://backend2.ca/lsw/clientele/ses/pagePersonnelle.jsp?Mouftah=VXV744A9SVZMU9P

If the browser tries to access the backend directly this is because it
was told to do so, probably by the backend itself. Have a look at the
HTTP traffic coming from the browser

When apache  is used as a forward proxy it will only forward requests
to the backend, and then forward the responses back to the browser. It
does not modify the response. If the backend sends a webpage that
contains a link that points directly at the backend than you have a
problem.

Basically when you have a forward-proxy / backend combination you need
to configure the backend so that it knows that is should return
correct URLs that point to the frontend.

Krist


-- 
krist.vanbes...@gmail.com
kr...@vanbesien.org
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to