Apache: The Definitive Guide by Ben Laurie and Peter Laurie Following are the changes made in the 7/00 reprint: {63} 3rd code block: changed "ServerName sales.butterthlies-IP.com" to "ServerName sales-IP.butterthlies.com" removed "ServerName sales.butterthlies.com In text below, Line 3, changed "http://www.sales.com" to "http://sales.butterthlies.com" {64} 1st code: changed "ServerName sales.butterthlies.com" to "ServerName sales-IP.butterthlies.com" 2nd code: deleted the line, "ServerName sales.butterthlies.com" (78) 1st code line -2: changed >/body> to {79} 1st par: changed "The tag " to "The METHOD attribute" {79} Unix code: changed "/usr/www/cgi-bin/mycgi" to "/usr/www/cgi-bin/mycgi.cgi" {79} Win32 code: changed "/cgi-bin/mycgi.cgi" to "/cgi-bin/mycgi.bat" and "\usr\www\cgi-bin\mycgi" to "\usr\www\cgi-bin\mycgi.bat" {79} Code under "Writing and Executing Scripts" changed "...to access /cgi-bin/mycgi on ..." to "...to access /cgi-bin/mycgi.cgi on ..." {85} Win32 code: removed the "echo" line (Line 3) {85} last code, halfway down: changed HTTP_ACCEPT_LANGUAGE= to HTTP_ACCEPT_LANGUAGE=it and SCRIPT_FILENAME=/usr/www/cgi-bin/mycgi to SCRIPT_FILENAME=/usr/www/cgi-bin/mycgi.cgi {87} last code: moved first 4 lines: { printf("This... exit(1); } to right after the code line above that reads: if(strcmp(getenv("REQUEST_METHOD"),"POST")) This puts these lines the third code block on the page, which now reads: if(strcmp(getenv("REQUEST_METHOD"),"POST")) { printf("This... exit(1); } {101} 2nd code: deleted blank in "deny, allow" (117) in "deny,allow": added the sentence "This is the default." to the end of entry. {139} "URI: uri" Changed "URI: uri" to "URI: uri [; vary=variations] (141) code: Changed the line: FancyIndexing on to: IndexOptions FancyIndexing {169} 1st code: changed "cardinfo/" to "cardinfo?" added blank before "[PT]" (184) 1st code and par after: added "/" before "cgi-bin" (3 instances) {187} code: changed "order deny, allow" to "order deny,allow" (2 instances)