Errata

Squid: The Definitive Guide

Errata for Squid: The Definitive Guide

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 55
Second example acl group below 'IP Addresses' subtitle

ACL list should read:

acl Xyz 172.16.55.32/255.255.255.248
acl Xyz 172.16.55.32/29

Anonymous   
Printed Page 106
Top of the page

There is an empty box where Figure 7-2 should be.

Jon Fo  Dec 12, 2012 
Printed Page 122
6'th complete paragraph. Code sample.

cache_dir /tmp null
SHOULD BE
cache_dir null /tmp

Anonymous   
Printed Page 188

The perl example 11-2 of a redirector does not work. To fix the error the uri print statement requires a terminating \n

print "$uri";

should be

print "$uri\n";

Example 11-1 looks like it has the same problem, but I have not tried this


Tim Snape  Mar 17, 2009