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 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