Apache Cookbook by Ken Coar, Rich Bowen The following errata were corrected in the 2/04 reprint: Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem {xii} 2nd line from the bottom; The introduced book title "Apache Unleashed" NOW READS: "Apache Server Unleashed" page 3- http://httpd.apache.org/download/ NOW READS: http://httpd.apache.org/download page 26- mod_perl Developer's Cookbook was published by Sams. One of the bullet items in the See Also list: * mod_perl Developer's Cookbook by Simon Cozens (O'Reilly) NOW READS: * mod_perl Developer's Cookbook by Geoffrey Young, Paul Lindner, and Randy Kobes (Sams) [29] 1st paragraph of Solution in recipe 2.7; The download URL listed in the first paragraph of the Solution and the See Also sections for the mod_snake module: http://modsnake.sourceforge.net/ NOW READS: http://sourceforge.net/projects/modsnake/ page 31- (x3) http://modssl.org/ NOW READS: http://www.modssl.org/ {41} 4th line from the bottom; RFC 2165, HTTP State Management Mechanism ftp://ftp.isi.edu/in-notes/rfc2165.txt NOW READS: RFC 2965, HTTP State Management Mechanism ftp://ftp.isi.edu/in-notes/rfc2965.txt (67) "See Also" section The 2nd occurance of http://httpd.apache.org/docs/vhosts/ HAS BEEN DELETED. (99) Middle of the page -the second code fragment in the Solution; SetEnvIfNoCase Referer "^http://([^/]*\.)?myserver.com/" local_referrer=1 RewriteRule %ENV{local_referrer| !1 /Stolen-100x100.png [L] NOW READS: SetEnvIfNoCase Referer "^http://([^/]*\.)?myserver.com/" local_referrer=1 RewriteRule %{ENV:local_referrer} !=1 /Stolen-100x100.png [L] (103) See Also section The See Also section referred to recipe 6.7; This reference HAS BEEN CHANGED to recipe 6.8 instead. page 116- http://httpd.apache.org/docs-2.0/mod/mpm_perchild.html NOW READS: http://httpd.apache.org/docs-2.0/mod/perchild.html (156) The See Also section referred to the description of the User directive at URL http://httpd.apache.org/docs-2.0/mod/core.html#user That URL NOW READS: http://httpd.apache.org/docs-2.0/mod/mpm_common.html#user (168) See Also of 9.6; The introduced URL http://httpd.apache.org/docs-2.0/core.html#errordocument NOW READS: http://httpd.apache.org/docs-2.0/mod/core.html#errordocument page 174- http://www.squid-cache.com/ NOW READS: http://www.squid-cache.org/ (180) Solution example and 2nd paragraph in Discussion of recipe 11.2; The example of Solution used http://www.example.com/test.html, but the 2nd paragraph of Discussion referred to http://servername.com/test.html . Both URLs NOW READ: http://www.example.com/test.html (183) The 3rd and 2nd line from the bottom of the page; " Allow from 192.168.1 This configuration allows access only from the 192.168.0 network, ..." NOW READS: " Allow from 192.168.1 This configuration allows access only from the 192.168.1 network, ..." (189) example of index.html.var below 4th paragraph; URI: index.html.fr Content-language: en NOW READS: URI: index.html.fr Content-language: fr (190) last entry in See Also of recipe 11.8; http://httpd.apache.org/docs/mod/core.html#optionsr NOW READS: http://httpd.apache.org/docs/mod/core.html#options The last keyword "optionsr" should be "options". (212) 2nd paragraph; "FileMatch" NOW READS: "FilesMatch"