Eric
Duane Wessels wrote:
On Mon, 23 Feb 2004, Eric Kahklen wrote:
Is there an easy way to view what options you have confgured in your
squid.conf file? I'd like to see what excact is configured without the
comments.
You can get Squid to dump its configuration:
% squidclient mgr:config
For that to work you must give a cache manager password to the 'config' option in squid.conf.
Another way is to use grep to remove the comments:
grep -v '^#' etc/squid.conf
Duane W.
.
