You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Etienne Lebel <el...@recruitsoft.com> on 2003/04/24 20:45:58 UTC

[users@httpd] RE: apache server behind a load balancer with port translation problem with mod_dir

I forgot to mention, our apache version is 1.3.27

regards

Etienne

-----Original Message-----
From: Etienne Lebel 
Sent: Thursday, April 24, 2003 2:45 PM
To: 'users@httpd.apache.org'
Subject: apache server behind a load balancer with port translation
problem with mod_dir


Hi,

we have our apache servers listening on port 8080 with multiple
virtualhost on our internal lan, those servers are behind our Load
Balancer and are reachable on port 80 from the Internet (Simple PAT).
The problem is when we are trying to access a url like
http://foo.domain.com/directory we receive a redirect to
http://foo.domain.com:8080/directory/index.html and the request never
reach our internal servers.  I know that this redirect is build based on
the ServerName and the Port of the VirtualHost in my configuration when
mod_dir handle it.  But I want to know if they are a way to configure my
apache server to not send the port when mod_dir send a redirect like
this.

thanks  

Etienne

---------------------------------------------------------------------
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-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org