On Wed, 28 Jul 2004, Altrock, Jens wrote: > Just a short question (haven't found an answer to this yet): > Is there a way to check if squid really uses the values for > cache_replacement_policy and > memory_replacement_policy?
"squid -k parse" if it doesn't complain then the configuration is valid and will be used (but does not guarantee the config file has not been changed since you started your Squid) "squidclient mgr:config" Gives you the active configuration, if allowed... Regards Henrik
