Error while ATS handling HTTP headers with X-ajaxpro-method

2011-01-06 Thread Gracy F
Hi, I saw this issue while we sign up in weeworld.com, after I login in weeworld.com, ATS doesn't complete the POST request. But refreshing the page completes the request. We suspected the presence of x-ajaxpro-method in this post. I debugged and found that the list of headers hardcoded in ATS d

Re: Newbie: Error when Testing ATS/2.1.3

2010-11-23 Thread Gracy F
oxy.enabled -v 0 >* traffic_line -s proxy.config.url_remap.remap_required -v 0 > have you change proxy.config.url_remap.remap_required to '0'? the > default is '1' for reverse proxy. > > > 在 2010-11-23二的 12:42 +0530,Gracy F写道: > > I am testing it as a web proxy. Fo

Re: Newbie: Error when Testing ATS/2.1.3

2010-11-22 Thread Gracy F
NFIG proxy.config.reverse_proxy.enabled INT 1 CONFIG proxy.config.http.ssl_ports STRING * CONFIG proxy.config.http.anonymize_insert_client_ip INT 0 CONFIG proxy.config.reverse_proxy.enabled INT 0 CONFIG proxy.config.http.server_port INT 80 2010/11/22 Igor Galić > > ----- "Gracy F" wrote: > >

Newbie: Error when Testing ATS/2.1.3

2010-11-22 Thread Gracy F
Hi All, I am in the process of testing ATS/2.1.3 which I have built locally without any modifications to the code from trunk. When I tested TS with VisualWGET by just passing http and https requests, I get the following errors, but visualwget says it connects to the proxy and shows the ip and port

Problems with Installation of traffic_manager and traffic_server on different paths.

2010-10-22 Thread Gracy F
Hi All, I have newly built binaries of ATS, traffic_manager and traffic_server on a different server. I am copying and executing those on different server. I have not changed any values in config file while building it. The binaries run in a different path in this new machine and am not using mak

Re: Build problems in building ATS on CentOS 5.2

2010-10-13 Thread Gracy F
Thanks. It worked nice. On Tue, Oct 12, 2010 at 8:18 PM, Alan M. Carroll < a...@network-geographics.com> wrote: > We have been using VisualWGet (Win32 only) to drive traffic through ATS in > forward proxy mode. I suppose it could be used to test reverse proxy as > well. It has proxy support so it

Re: Build problems in building ATS on CentOS 5.2

2010-10-12 Thread Gracy F
Is there any documentation on test cases to test ATS standalone server ? Could anyone share with me those if any ? Thanks, GG On Mon, Oct 11, 2010 at 3:50 PM, w.p.w wrote: > Install tcl-devel tcl with yum > > On Mon, Oct 11, 2010 at 12:57 PM, Gracy F wrote: > > > Hi All, &

Build problems in building ATS on CentOS 5.2

2010-10-11 Thread Gracy F
Hi All, I am trying to build ATS 2.0.1 on my box. Its CentOS 5.2, I ran configure, but it did not create any Makefile. At end it had configure thrown just a warinig "Can't find Tcl configuration definitions". What might be going wrong ? Thanks, GG