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
7
votes
5 answers

Unable to push the changes to Git remote repository when using Apache Traffic Server proxy

I'm trying to push the changes to Git remote repository, but got ended with following error message - error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500 INKApi Error fatal: The remote end hung up unexpectedly fatal: The…
zeal
  • 475
  • 4
  • 11
  • 25
5
votes
1 answer

why does copy_to_user spend several hundreds of milliseconds?

I have some linux servers running apache trafficserver and have found about 1/20's requests take several milliseconds which is much longer than expected(should be 1-2ms). After tracing by systemtap, I'v found the time is spent in linux kernel…
4
votes
2 answers

Consistent DNS between Kubernetes and docker-compose

As far as I'm concerned, this is more of a development question than a server question, but it lies very much on the boundary of the two, so feel free to migrate to serverfault.com if that's the consensus). I have a service, let's call it web, and…
spender
  • 117,338
  • 33
  • 229
  • 351
2
votes
0 answers

Apache Traffic Server cluster on Amazon Ec2 instances

I am trying to setup Apache Traffic Server cluster on two Amazon EC2 instances. I followed the steps from http://docs.trafficserver.apache.org/en/latest/admin/cluster-howto.en.html to set up the cluster. But when I give the following command…
2
votes
2 answers

Full Clustering in Apache Traffic Server

I followed the steps mentioned in the official documentation for full clustering of multiple ATS instances. I installed 2 instances of ATS on 2 different Ubuntu machines (having the same specs, OS versions and hardware), and both of these act as a…
Some guy
  • 1,210
  • 1
  • 17
  • 39
1
vote
0 answers

Will normal programs know the cgroups memory limitations?

I have a normal program (written in c++) compiled with make that I'm running in docker with the --memory option. According to docker stats the memory slowly goes up until it hits the limit I've chosen and then it just flats out. It doesn't get…
Andreas Wederbrand
  • 38,065
  • 11
  • 68
  • 78
1
vote
1 answer

Not found on acceleator - Apache Traffic Server

I have installed Apache Traffic Server and configured records.config using: CONFIG proxy.config.http.cache.http INT 1 CONFIG proxy.config.reverse_proxy.enabled INT 1 CONFIG proxy.config.url_remap.remap_required INT 1 CONFIG…
Dgrm
  • 133
  • 1
  • 12
1
vote
1 answer

How ATS handles large files?

I'm reading the section Configuring the Cache Object Size Limit. I wonder how ATS efficiently handle large files (for example a movie file). Please shed me some light. Thanks in advance.
anhldbk
  • 4,559
  • 5
  • 29
  • 37
1
vote
1 answer

Configure apache traffic server over SSL

I'm trying to configure a SSL reverse proxy using Apache traffic server on Ubuntu 14.04 I have a tomcat server (spring boot) on port 8443 (https) and Apache traffic server on port 443 I followed all the SSL configuration steps mentioned in…
Hemanshu Belani
  • 199
  • 3
  • 13
1
vote
0 answers

Disable cache and 301/302 redirect caching in Apache Traffic Server

I'm using Apache Traffic server primarily as an easily configurable reverse proxy. I have disabled caching completely for some of virtual machines by adding entries in cache.config dest_domain=mydomain.tld scheme=http action=never-cache Does this…
Arni J
  • 385
  • 1
  • 4
  • 9
1
vote
1 answer

How to start Apache Traffic Server in MAC OS?

I have installed the Apache Traffic Server using the following instructions: https://cwiki.apache.org/confluence/display/TS/Mac+OS+X How I can start it and test?
Ahmed
  • 11
  • 2
1
vote
0 answers

Apache Traffic Server transparent proxy (inline on a linux bridge mode) not work, any trouble-shooting advices?

I followed the steps strictly from the official documents here :http://trafficserver.readthedocs.org/en/latest/admin/transparent-proxy/bridge.en.html#inline-on-a-linux-bridge then the Linux bridge works well, every app on the client PC can access…
Lao Diao
  • 31
  • 1
1
vote
1 answer

Apache Traffic Server forward proxy basic authentication

I'm trying to set up a forward proxy server with basic proxy authentication using Apache Traffic Server (ATS) on CentOS 6. I've already successfully deployed both SQUID and Apache httpd mod_proxy forward proxies with basic proxy authentication, and…
1
vote
1 answer

HTTP/1.1 404 Not Found on Accelerator Apache Traffic Server

I have a problem I'm running an Apache Traffic Server but the problem is that amount and all well but to run a headline like this GET /index/Page?aspxerrorpath=/aspa.aspx HTTP/1.1 Host: myhost.com Executing this request to the server returns 404…
1
vote
2 answers

apache traffic server interpret via header,how to decode this code by myself

{ server: 'ATS/5.0.1', date: 'Thu, 04 Sep 2014 05:34:16 GMT', 'content-type': 'image/jpeg', 'content-length': '47265', 'last-modified': 'Sat, 09 Aug 2014 07:32:06 GMT', expires: 'Mon, 25 Aug 2014 06:45:37 GMT', 'cache-control':…
loveshouhu
  • 11
  • 4
1
2 3