examples

command
v0.0.0-...-b3b9541 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2016 License: BSD-3-Clause Imports: 19 Imported by: 0

Documentation

Overview

An emulation of a request analysis process

An example http file server that is protected against floods attacks

This tool is very helpful for GET requests logging and also helps to understand and analyze better mis-caching issues. To use with squid add the next to the squid.conf icap_enable on adaptation_send_client_ip on icap_service service_req reqmod_precache icap://127.0.0.1:1344/shadower/ acl ICAP method GET HEAD adaptation_access service_req allow ICAP adaptation_access service_req deny all

Example startup command: /opt/icap-to-waf/icap-squid-to-waf -listen=:1344 -shadowd_addr=127.0.0.1:9115 -shadowd_profileid=3 -shadowd_profilekey=102030

Based on some of the from at the url: http://www.darul.io/post/2015-07-22_go-lang-simple-reverse-proxy

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL