Questions tagged [apache-traffic-server]

Apache Traffic Server software is a fast, scalable and extensible HTTP/1.1 compliant caching proxy server.

Apache Traffic Server software is a fast, scalable and extensible HTTP/1.1 compliant caching proxy server. Formerly a commercial product, Yahoo! donated it to the Apache Foundation, and it is now an Apache TLP.

Useful Links

43 questions
0
votes
1 answer

Logging X-forward-for on ATS

Is there a configuration setting I can do to make Apache traffic server to log XFF header into the logs ? I have gone over the ATS documentation and there's no mention of this. I see various logging formats explained.
Ani
  • 109
  • 2
  • 12
0
votes
0 answers

enable compression between haproxy and trafficserver

I have proxies (trafficserver) around the world that are behind haproxy server. Can I compress the traffic between haproxy and the trafficserver to save bandwidth? Thanks Yossi
0
votes
1 answer

Apache Traffic Server: rule based on cookie

I need a reverse proxy which makes server mapping according to some value in cookie. For example, if there is a variable "key" and it is equal to 2 (key=2) then request must be redirected to server 100.100.100.100. Can apache traffic server do…
Pavel_K
  • 10,748
  • 13
  • 73
  • 186
0
votes
1 answer

How to push object in apache trafficserver

I am setting up apache traffic server as forward proxy and want to push some objects in the cache from out side. I tried following instructions given here. when I try to push an object following is the output I get telnet 127.0.0.1 8080 Trying…
0
votes
1 answer

Unable to compile bnull-transform.c - Apache Traffic Server

I am trying to run bnull-transform example of Apache traffic server. After a making few changes which are not present on github version of the code, I was finally able to resolve the errors. But when I compile it using gcc I am getting the below…
0
votes
2 answers

Changing port in Apache Traffic Server: Default is 80

How can one change the default port in Apache Traffic Server? Default is 80. I have changed it to one of unreserved port through proxy.config.socks.http_port. It does not seem to be working. I am sure it must be a very small thing which is…
Zeitnot
  • 33
  • 5
0
votes
1 answer

Apache Traffic Server store partial document

https://docs.trafficserver.apache.org/en/latest/admin/faqs.en.html?highlight=partial%20content this document says 'Traffic Server does not store partial documents in the cache.' but, Traffic Server cache partial image(like jpg) file. sometimes, The…
flavor
  • 11
  • 1
0
votes
2 answers

Tomcat 7 CLOSE_WAIT

Our application has a set of Apache Traffic Servers which send the request to a load balancer which send the request to a tomcat server version 7. Tomcat server seems to be responding but after some time there are a number of CLOSE_WAIT sockets from…
user2559908
  • 1
  • 1
  • 2
0
votes
1 answer

Apache traffic server Clustering issue

I use a compiled version of ATS 4.1.2 on Debian Wheezy for distributed caching. Both the nodes that I am trying to cluster, resides on the same vlan, with same proxy.config.proxy_name value.However, most of the time, ATS is not able to discover this…
nohup
  • 3,105
  • 3
  • 27
  • 52
0
votes
2 answers

Apache Traffic Server Clustering not working

I compiled trafficserver-4.1.2 on two openvz containers running on Debian Squeeze, located on two different physical root nodes. Everything including caching is working fine, except for the clustering. I added the same name to the two nodes,…
0
votes
2 answers

Apache traffic server reverse proxy port

I am using Apache Traffic Server as a reverse proxy. Is it mandatory to use port no. 80 as the server port or any unused port (in the unreserved category) can be used? Using port number 80 gives me a permission denied error, and using a random…
Some guy
  • 1,210
  • 1
  • 17
  • 39
0
votes
2 answers

Load Balancing with Apache Traffic Server

I was looking to use Apache Traffic Server for its reverse proxy functionality, but I also need it to load balance across clusters of servers. The documentation mentions load balancing, but I cannot find any details about it. Could someone please…
Lee Jensen
  • 2,151
  • 2
  • 21
  • 23
-1
votes
1 answer

IP Spoofing using Apache Traffic Server

Can we achieve IP-Spoofing via Apache Traffic Server ? Name of parameter in records.config and any other conf file will be really helpful.
vijay sharma
  • 131
  • 11
1 2
3