Errata


Print Print Icon

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



Version Location Description Submitted By
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 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