Errata

Apache Cookbook

Errata for Apache Cookbook

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. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

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

Version Location Description Submitted By Date submitted Date corrected
Printed
Page 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)

Anonymous    Feb 01, 2004
Printed
Page 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/

Anonymous    Feb 01, 2004
Printed
Page 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

Anonymous    Feb 01, 2004
Printed
Page 49
code at bottom

The IP address "263.41.0.80" should be "233.41.0.80"

Anonymous   
Printed
Page 67
"See Also" section

The 2nd occurance of http://httpd.apache.org/docs/vhosts/ HAS BEEN DELETED.

Anonymous    Feb 01, 2004
Printed
Page 82
middle of page

'temporary' should not be set in constant-width characters.

Anonymous   
Printed
Page 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]


Anonymous    Feb 01, 2004
Printed
Page 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

Anonymous    Feb 01, 2004
Printed
Page 133
4th paragraph

"bytes of randomness"
should be:
"bits of randomness"

Anonymous   
Printed
Page 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

Anonymous    Feb 01, 2004
Printed
Page 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/

Anonymous    Feb 01, 2004
Printed
Page 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

Anonymous    Feb 01, 2004
Printed
Page 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, ..."

Anonymous    Feb 01, 2004
Printed
Page 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

Anonymous    Feb 01, 2004
Printed
Page 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".

Anonymous    Feb 01, 2004
Printed
Page 212
2nd paragraph

"FileMatch"

NOW READS:
"FilesMatch"

Anonymous    Feb 01, 2004
Printed
Page 225
left column

"addModule"
should be
"AddModule"

Anonymous   
Printed
Page 227
left column, last line

"addModule"
should be
"AddModule"

Anonymous   
Printed
Page 233
left column

"RFC 2165"
Should be
"RFC 2965"

Anonymous