Writing Apache Modules with Perl and C by Lincoln Stein & Doug MacEachern Here are the changes made in the 6/99 reprint: (48) In the last paragraph that begins "Apache::Debug also allows you...", the last sentence used to read: "... is a bit mask generated by ANDing together ..." It now reads: "... is a bit mask generated by ORing together ...". (60) On the third line at the top, added the missing 'e' on the word 'the'. {146} The code example used to read: $return OK unless $r->header_only; It now reads $return OK if $r->header_only; (703) In the Index, changed the entry 304 "not modified" message, 120 To read: 304 "Not Modified" message, 120 (708) Under the authentication entry, changed binring to authorization, 303-304 To read: binding to authorization, 303-304 (710) Under "merging," changed reimplementing mod_mine in Perl (example), 407-415 To read: reimplementing mod_mime in Perl (example), 407-415 (711) Added entry: CWD variable (Apache::Server), 503 (717) Changed MOD_PERL variable, 499 To read: MOD_PERL environment variable, 499 (718) Deleted this entry: =out directive (POD), 427 Also deleted: OWD variable (Apache::Server), 503