41 questions
-3 votes
1 answer
46 views
How do i bind mutliple IP addresses to port 8080 in trafficserver file records.config. im using version 9.1.1
How do i bind multiple IP addresses to port 8080 in trafficserver file records.config. Im using version 9.1.1 so far i have tried: CONFIG proxy.config.http.server_ports STRING "*:8080" #...
0 votes
0 answers
421 views
Playwright HTTP proxy Authentication issue
I am using playwright java lib 1.44 version. I am setting proxy url, username & password in Proxy object provided in launch options. But some how apache traffic proxy server is not able to ...
0 votes
1 answer
254 views
Rewriting request headers of a request to origin server in Traffic Server?
I would like to setup an proxy server to simplify a request and cache results for a specific server. However, The Traffic Server does not have this kind of features as I know. The diagram below is an ...
0 votes
1 answer
53 views
add trailing slash traffic server
How should I add o a trailing slash at the end of a URL in apache traffic server? I checked that in normal Apache using rewrite and regex with the following configuration, if the user does not add a ...
2 votes
1 answer
749 views
Why Apache Traffic Server does not cache https content even though SSL termination has been setup?
I'm using ATS as forward proxy. The http content cache without any problem, but the https content just don't work. Here are my configures. # records.config CONFIG proxy.config.http.server_ports STRING ...
0 votes
1 answer
426 views
Abusing Host Header Injection to access customized Apache Traffic Server Protocol
I came across a HTTP HELP method (https://portswigger.net/research/cracking-the-lens-targeting-https-hidden-attack-surface chapter "Invalid Host") and asked myself: Are there any more ...
0 votes
1 answer
1k views
How do I configure apache-traffic-server to forward an http request to an https remote server?
I have an esp8266 which was directly sending http requests to http://fcm.googleapis.com/fcm/send but since google seems have stopped allowing requests to be send via http, I need to find a new ...
1 vote
0 answers
96 views
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 ...
0 votes
2 answers
3k views
Setting up a forward proxy using Apache Traffic Server which forwards all request to another proxy and caches responses
Setting up a forward proxy using Apache Traffic Server which forwards all request to another proxy and caches responses. I want to setup caching in front of my crawlers so that unwanted js and CSS ...
1 vote
1 answer
2k views
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....
0 votes
1 answer
237 views
Apache Traffic Server: Ignoring specific parameter in url query when logging
Currently I use the ats_generic_config.custom_log_format='url=%<cquuc>' to log the request url. The result will be like 'url=http://example.com:4080/abc?aa=AA&bb=BB&cc=CC'. However, the ...
0 votes
1 answer
428 views
Positioning Apache traffic server between client and ISP
Can AST be placed between clients and ISP directly and used as a transparent proxy server? I don't intend to cache anything or hide my own web server. I just need to filter some content at HTML level....
0 votes
2 answers
4k views
When Authorization header is present in the request, its' always a Cache Miss
When Authorization header present in the inbound request, it's always a Cache Miss. My requirement is, I need ATS to treat the Authorization header like any other header (It should not cause cache ...
4 votes
2 answers
793 views
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 ...
0 votes
1 answer
598 views
Apache Traffic Server Cluster 7.1.1
i am trying to configure a cluster between two Apache Traffic Server, version 7.1.1, following the instructions on http://www.divedeepstaylong.com/admin-guide/configuration/multi-server-caches.en.html#...