Apache Security by Ivan Ristic This errata page lists errors outstanding in the most recent printing. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy. This page was updated December 20, 2005. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification Confirmed errors: (xviii) 2nd paragraph from bottom, 2nd sentence; "This chapters touches upon network security issues..." should be: "This chapter touches upon network security issues..." (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..." [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 {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."