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.
Received on Mon Feb 23 2004 - 13:22:52 MST
This archive was generated by hypermail pre-2.1.9 : Mon Mar 01 2004 - 12:00:03 MST