Hi Leif,

10x for the quick answer

The remap.config is pretty simple (no plugins yet, just compiled the code):
map http://ec2-50-17-143-39.compute-1.amazonaws.com/ http://www.google.com/
reverse_map http://www.google.com/
http://ec2-50-17-143-39.compute-1.amazonaws.com/

The server response using Google Chrome Dev Tools is:
Request URL:http://ec2-50-17-143-39.compute-1.amazonaws.com/
Request Method:GET
Status Code:301 Moved Permanently
Request Headers
Accept:application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Charset:ISO-8859-1,utf-8;q=0.7,*;q=0.3
Accept-Encoding:gzip,deflate,sdch
Accept-Language:en-US,en;q=0.8
Cache-Control:no-cache
Connection:keep-alive
Cookie:adinfo=65
Host:ec2-50-17-143-39.compute-1.amazonaws.com
Pragma:no-cache
User-Agent:Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US)
AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Response Headers
Age:6
Connection:keep-alive
Content-Length:0
Date:Tue, 29 Mar 2011 14:01:15 GMT
Location:http://ec2-50-17-143-39.compute-1.amazonaws.com/
Server:ATS/2.1.8-unstable
X-Powered-By:ASP.NET
redirector:kredirector.19j10.1
set-cookie:adinfo=65;path=/
site:65

10x,
Moshe

On Tue, Mar 29, 2011 at 4:21 PM, Leif Hedstrom <zw...@apache.org> wrote:

> On 03/29/2011 08:06 AM, Moshe Kaplan wrote:
>
>> Hi,
>>
>> I installed the 2.1.8-unstable version on a new AWS image.
>> After configuring the remap.config (no plugin yet), I get following
>> endless
>> loop of 301 to the same URL (Chrome provides the following message: The
>> webpage at http://ec2-50-17-143-39.compute-1.amazonaws.com/ has resulted
>> in
>> too many redirects).. Are you familiar with any known issue?
>>
>
> Doesn't ring any bells, but please provide some more information, what are
> your remap configuration rules, what does the origin return, are you trying
> to follow the redirect in ATS (there are configs for that) etc.
>
> Looking at the response, it's most certainly sending a Location: header
> back to itself, so it's doing the right thing.
>
> -- Leif
>
>

Reply via email to