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.

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
Mobi Page I
We’d Like to Hear from You Section

In the preface, We’d Like to Hear from You Section, the link for the source code is not working, it just times out.

We have a Web site for the book, where we’ll list errata and plans for future editions. Here you’ll also find the source code from the book available for download so you don’t have to type it all in:

Link to "apache-cookbook.com"

Bill Nardone  Nov 14, 2019 
Printed Page 103
"See Also" section of recipe 6.7

The "See Also" section of recipe 6.7 refers "Recipe 6.7".
I think it should refer "Recipe 6.8".

Anonymous   
Printed Page 136
Command following 1st paragraph in Importing the CA

Upper-case "X" and missing "in"

openssl X509 -demoCA/cacert.pem -out cacert.crt -outform DER
should read:
openssl x509 -in demoCA/cacert.pem -out cacert.crt -outform DER

Anonymous   
Printed Page 139
2nd paragraph

No reference is made on how to create the client certificate. Having the commands to
create the client certificate would assist the readers.

Anonymous   
Printed Page 151
In Apache 2.0 directive block

The line:
AddFilter INCLUDES .shtml
should instead be:
AddOutputFilter INCLUDES .shtml

Anonymous   
Printed Page 156
The bottom line of this page

For User directive, following URL is introduced for Apache 2.0:
http://httpd.apache.org/docs-2.0/mod/core.html#user
However, this page does not include the description of
User directive. Instead, following page might be appropriate:
http://httpd.apache.org/docs-2.0/mod/mpm_common.html#user

Anonymous   
Printed Page 221
3rd paragraph

At the end of 3rd paragraph, I read "See also Recipe 8.12",
but recipe 8.12 discusses about suexec and CGI script
while the 3rd paragraph in page 221 discusses about SSI.
I think it should be "See also Recipe 8.8".

Anonymous