Apache: The Definitive Guide, 2nd Edition by Ben Laurie and Peter Laurie Following are the changes made in the 12/99 reprint: (30) In the 2nd line of the para above the code: apachect1 now reads apachectl The letter "l" instead of the number "1". (36) Used to read: When permissions apply to a directory, the "x" means scan, the ability to see the contents and move down a level. Now reads: When the permissions apply to a directory, the "x" means scan, the ability to enter the directory. (62) Deleted extra space in the heading "NameVirtualHost", and made it a B-heading. {71} The second paragraph used to read: The more trusting webmaster may be willing to concede FollowSymLinksIfOwnerMatch..." Now reads: SymLinksIfOwnerMatch {185} Under the section "XSSI" the first example stated: <!--#flastmod ... -->. Now reads: {227} The second and third examples (calling ssleay) were wrong. The second example now reads: % ssleay rsa -in privkey.pem -out new3.cert.key The third example now reads: % ssleay x509 -in new3.cert.csr -out new3.cert.csr -req signkey privkey.pem (339) Used to read: http://home.netscape.com/newsref/std/ssl.html Now reads: http://home.netscape.com/eng/ssl3/ssl-toc.html