Squid appears to be running storeurl_rewrite_program, but not using the result.
Posted
by Justin Love
on Server Fault
See other posts from Server Fault
or by Justin Love
Published on 2010-03-15T04:17:16Z
Indexed on
2010/03/15
4:20 UTC
Read the original article
Hit count: 478
squid
|storeurl-rewrite-program
I've built a storeurl_rewrite_program (which strips some changing query-strings), and verified from logging in the script that it is being run and generating the desired modified url. However, access.log continues to show TCP_MISS and store.log has SWAPOUT with the unmodified url.
Why would Squid run the rewriter and then throw away the result?
© Server Fault or respective owner