Errata for Apache Security
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 xviii
2nd paragraph from bottom, 2nd sentence |
"This chapters touches upon network security issues..."
should be:
"This chapter touches upon network security issues..."
|
Anonymous |
|
May 01, 2009 |
| Printed |
Page 9
Last paragraph, 3rd sentence |
"But what happens if there are no sufficient resources..."
should be:
"But what happens if there are not sufficient resources..."
|
Anonymous |
|
May 01, 2009 |
| Printed |
Page 27
3rd paragraph |
find /usr/local/apache -type f | xargs chmod 644
breaks the execute flag on the binaries that are under /usr/local/apache.
Replace these two lines:
# find /usr/local/apache -type d | xargs chmod 755
# find /usr/local/apache -type f | xargs chmod 644
with:
# chmod -R go-w /usr/local/apache
|
Anonymous |
|
May 01, 2009 |
| Printed |
Page 105
Last paragraph, last line |
"...until one of the hosts sends a packet with the RST flag set."
should be:
"...until one of the hosts sends a packet with the FIN or RST flag set."
|
Anonymous |
|
May 01, 2009 |