Apache Cookbook by Ken Coar, Rich Bowen The unconfirmed error reports are from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. 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 This page was updated January 20, 2004. UNCONFIRMED errors and comments from readers: (12) 2nd paragraph; Probably obvious to most people, but as not to confuse someone new to configure scripts and the UNIX command line, there is a space missing between two of the Apache 1.3 configure parameters: % ./configure --prefix=/usr/local/apache --with-layout=Apache --enable-shared=max--enable-module=most should read: % ./configure --prefix=/usr/local/apache --with-layout=Apache --enable-shared=max --enable-module=most [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". [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 ?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. {151} In Apache 2.0 directive block ; The line: AddFilter INCLUDES .shtml should instead be: AddOutputFilter INCLUDES .shtml (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 (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".