[squid-users] Windows ECAP Success! And question about upload

Alex Rousskov rousskov at measurement-factory.com
Thu Jan 24 22:55:21 UTC 2019


On 1/24/19 8:38 AM, Russel McDonald wrote:
> Hi, I now have Squid running on Windows with ECAP passing both HTTP and
> HTTPS stream decrypted to my adapter. But I'm only seeing the download
> stream. How do I configure Squid to see the upload stream?

To see requests, you need a REQMOD eCAP service (reqmod_precache). A
REQMOD service is similar to a RESPMOD service you apparently have
working, but it is used for HTTP requests instead of HTTP responses. The
same set of squid.conf directives is used for both REQMOD and RESPMOD
vectoring points. The service itself will need to be written to handle
HTTP request messages instead of HTTP response messages, but the
protocol-level differences are minor.

Alex.


More information about the squid-users mailing list