Questions tagged [apache-traffic-server]

17 questions
-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
  • 327
  • 1
  • 2
  • 11
-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