Guillaume Memore wrote:
Hello people of pound's mailing,

Today, my maze is the following thing:

I now have several websites being redirected on some internal
servers, using backends. There's some special ones that need to be
redirected on servers with paths at the end.

I understood  the backend address cannot contain any path at the end
of the hostname/IP, so I use the 'Redirect' directive to get my
server. The problem is that, as it name says, redirect directly on
the specified host I give.

There's no way to work around this with pound. Redirect directives send a HTTP redirect to the browser, which in turn goes and requests the indicated resource.

What you want is for pound to rewrite your requests and/or the HTML returned from the server, but it doesn't do that. You should look at having the backends return HTML that will work in the contexts you need it to.

Regards,
--
Dave Steinberg
http://www.geekisp.com/
http://www.steinbergcomputing.com/

--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.

Reply via email to