Dave Raven wrote:
>
> Hello all,
> I am not placing blame or pointing fingers;
> but just some general advice (from my point of view) as to sending
> config files on the squid list (any list).
>
> If you are going to send your config file, please
> grep -v "#" yourconfigfile.conf
> first. This will remove all the comments etc from your file and leave us
> with the information.
Or better yet
grep "^[a-z]" squid.conf
Actually, I usually recommend doing this on the live configuration file
shortly after the installation to make the config file more readable and
maintainable. If you need to read the documentation, see
squid.conf.default.
Regards
Henrik
Received on Thu Dec 13 2001 - 16:15:43 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:05:21 MST