Questions tagged [apache-traffic-server]

19 questions
0
votes
1 answer

How to configure a forward proxy to keep a historical mirror of the websites accessed?

I'm scraping information regarding civil servants' calendars. This is all public, text-only information. I'd like to keep a copy of the raw HTML files I'm scraping for historical purposes, and also in case there's a bug and I need to re-run the…
Vítor Baptista
  • 221
  • 2
  • 5
0
votes
1 answer

How do I get Cache Inspector to work when running Apache Traffic Server as a Forward Proxy Cache

When trying to use Cache Inspector on Apache Traffic Server (8.0.8) while configured for forward proxy caching it seems like it's triggering a recursion when mapping is turned off (required for forward proxy). -sh-4.2$ curl -v "localhost/myCI" *…
-1
votes
1 answer

Any good solution to deliver private HTTP service to public with reverse connection?

I am looking for a solution to let a private LAN HTTP service accessible from WAN with minimal configuration. For example, I have more than 1000 deployments of HTTP service across nation running in LAN. These HTTP service are not available to…
Chau Chee Yang
  • 347
  • 1
  • 3
  • 12
-2
votes
1 answer

How Temporarily block an IP address making too many hits on the Server with iptables?

this is my first question here. I made this follow script to protect my server against Slowloris and some DDOS. #!/bin/sh # It does not allow more than 10 connections per IP on ports 80 and 443. And log it. # Except when the IP comes from…
1
2