On 6/14/05, Tim Traver <[EMAIL PROTECTED]> wrote:
> Joshua,
> 
> its doing an internal redirect to the local server. I need it to make an
> external request to that URL and pass through the data it gets back.
> 
> I need it to do that so that it hits the load balancing hardware, and sends
> the request to the server group that can handle the requests for that mime
> type...

This sounds like a networking issue and not an apache issue.  Apache
is simply making an HTTP request to domain.com.  If your OS believes
that domain.com maps to itself, then that is where it will send it. 
You either need to make your OS believe that domain.com maps to your
load balancer, or you need to give apache a different address that
maps correctly.

Joshua.

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to