Combined Errata
Page 20
Bottom of page: Link to Writers Guild is incorrect.
Link to Writers Guild should be:
http://www.hwg.org/lists/hwg-servers/response_codes.html Page 79
11th line should read: # httpd -f /usr/local/conf/test.conf
Page 83
In the TIP section it refers to the httpd.conf file being stored on most systems as:"/usr/local/apache/conf/httpd." it should be "/usr/local/apache/conf/httpd.conf."
Page 87
The command on the bottom of page: should read: # chmod 760 home/httpd/cgi-bin
Page 88
#2., 2nd line should read : "...with http://..."
Page 156
Fig.6.3,
Change both CONNECT 192.168.1.4.80 and CONNECT 192.168.1.5.80 to CONNECT 192.168.1.1.80 (i.e. all 3 CONNECT lines should have same address number) Page 163
Under The UseCanonicalName Directive, "UseCanonical Name DNS" should be "UseCanonicalName DNS"
Page 304
Servlet Zones section, The last line of code is slightly wrong and should read "auldszone.properties= /usr/local....."
Page 305
.
Reader:
A section on setting up Multiple JVM's within <virtual host> containers would be really useful, since I am struggling with the documentation I have found.
Author:
I never realized that this was an issue ... I have three versions of the Java SDK (or JVM) on my Apache server, only one of which is referenced in the CLASSPATH environment variable ... it is the one chosen when another isn't explicitly named. There is a section (page 305) entitled Multiple JVMs, in which I demonstrated how two JVMs can be used to run servlets in two different servlet zones.
The Java servlets and JSP coverage in this book is, admittedly, sparse, but I was reminded several times that the book was NOT a programming text; and there was some discussion of removing both programming chapters (8 and 9) because they were outside the book's topical scope. I'm glad they stayed, but I didn't really have much of a chance to elaborate on any of the programming methodologies, and stuck closely to those that are most widely-used. Apache administrators do need to know a little bit about these things.
___
Charles Aulds Page 433
All references to ProxyReverse (a nonexistent Apache directive) should be changed to ProxyPassReverse ...
|