]> git.ipfire.org Git - thirdparty/squid.git/commit
From: Neil Murray <neil@aone.com.au>
authorwessels <>
Sat, 14 Sep 1996 00:51:21 +0000 (00:51 +0000)
committerwessels <>
Sat, 14 Sep 1996 00:51:21 +0000 (00:51 +0000)
commitfddcd1e0281e2b92d67ce596a5ce45b0100e7a79
tree0dc7b15eaf03064e6c556454d7182e2d236ec955
parenta09d6f9d46374614e06278ed44990e291afad9ec
From:    Neil Murray <neil@aone.com.au>
        I liked the idea of changeable defaults for cachemgr.cgi but thought
something that I could bookmark so that getting to a number of different
proxies was a bookmark away.

        Below is my attempt at achieving this. I use the QUERY_STRING
environment variable to pass in the proxy host & port number as

                .../cgi-bin/cachemgr.cgi?<proxy host>:<port number>
src/cachemgr.cc