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
Click to show internal directories.
Click to hide internal directories.