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
??
Section 7.4.3.1. Importing the CA

The command given for creating an import file for Internet Explorer is given as:
openssl X509 -demoCA/cacert.pem -out cacert.crt -outform DER

I think this ought to be something like:
openssl x509 -in demoCA/cacert.pem -out cacert.crt -outform DER
(lower-case x in x509)

araucaria  Sep 16, 2009 
PDF Page XII
Last Paragraph

This site metioned at the bottom of the page, "http://Apache-Server.Com/store.html", doesn't appear to be available.

Trinidad Marroquin  Apr 07, 2010 
Printed Page 36
solutions 5.

book says, "...locate the line that starts with 'extensionS_dir',,," (fof installing PHP4. The PHP5 version is 'extension_dir.' (Note 'extension' is not plural in newer versions.

cactusmitch  Jun 23, 2009 
PDF Page 115
2nd block of example code (or example code following 3rd paragraph)

The environmental variable is "local_referrer" in the first line of the example code and "local_referer" in the second but these two names are supposed to be referencing the same data.

Thomas J. Theimer  Sep 11, 2012 
158
7.3.3.3. Removing the passphrase

"7.3.3.3. Removing the passphrase

In the first step, we put a passphrase on the private key. ....
"

That's not true. "openssl genrsa -out server.key 1024" on page 156 does not generate or ask for a passphrase. So therefore no need to remove it.

That was very confusing. Something like -des3 is needed!
Ex.: openssl genrsa -des3 -out server.key 1024

Anonymous  Jan 10, 2010 
Printed Page 158
6th paragraph

unencrupted --> unencrypted

Les Faby  Jun 13, 2011 
Printed Page 158
6th paragraph

unencrupted --> unencrypted

Les Faby  Jun 13, 2011 
Printed Page 211
Bottom three paragraphs

Regarding configuring the balancer-manager:

If using a ProxyPass directive that incorporates the path /balancer-manager, such as: ProxyPass / balancer://mycluser/, you need to exclude the balancer-manager or it is not accessible on the server running the load balancer.

This is accomplished as follows:
ProxyPass /balancer-manager !

You can exclude other paths from being proxied in the same way.

John Dusbabek  Feb 03, 2010 
Printed Page 240
12.4 1st paragraph in Discussion

"ommitted" s/b "omitted"

Donald Arrowsmith  Jun 02, 2011 
Printed Page 267
Two Common Mistakes box: Pitfall 1

^firstfield:*lastfield$ will not match firstfield:blah:foo:blah:lastfield

Anonymous  Jan 29, 2010 
Other Digital Version 7228
under "Solution"

NOTE: "page number" I entered is Kindle "location".

In the example rewrite rule:

RewriteCond "%(QUERY_STRING)" "^user=([^=]*)"
RewriteRule "/userdirs" "http://%1.users.example.com/" [R]

"userdirs" should be "people" for this rule to work with the example URLs supplied:

http://example.com/people?user=jones
http://jones.users/example.com/

Andrew Ault  Dec 10, 2010