Errata

Writing Apache Modules with Perl and C

Errata for Writing Apache Modules with Perl and C

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page xii
lines 8, -8

"Simpson Garfinkle" now reads "Simson Garfinkel". "Srinam" now reads "Sriram".

Anonymous    Feb 01, 2000
Printed
Page 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 ...".

Anonymous    Jun 01, 1999
Printed
Page 60
On the third line at the top, added the missing 'e' on the word 'the'.

Anonymous    Jun 01, 1999
Printed
Page 146
The code example used to read:

$return OK unless $r->header_only;

It now reads

$return OK if $r->header_only;

Anonymous    Jun 01, 1999
Printed
Page 294

Now reads:

neither of the author's first names

Should read:

neither of the authors' first names

Anonymous   
Printed
Page 420
In the third sentence of the last paragraph

<Perl> does the same but writes...

now reads:

store() does the same but writes..


Anonymous    Feb 01, 2000
Printed
Page 481
IN PRINT: unescape_uri_info() section

'use Apache::Util qw(unescape_info);'

SHOULD BE:

'use Apache::Util qw(unescape_uri_info);'

Anonymous   
Printed
Page 481
IN PRINT: The result of the mentioned code also has a typo.

data => 'Fred Flintstone',
town => 'Bedrock'

SHOULD BE:
name => 'Fred Flintstone',
town => 'Bedrock'

Anonymous   
Printed
Page 685
Removed "=head2 mod_macro" from the end of the email address of the

author of mod_cntr.

Anonymous    Feb 01, 2000
Printed
Page 703
In the Index, changed the entry

304 "not modified" message, 120

To read:

304 "Not Modified" message, 120

Anonymous    Jun 01, 1999
Printed
Page 708
Under the authentication entry, changed


binring to authorization, 303-304

To read:

binding to authorization, 303-304

Anonymous    Jun 01, 1999
Printed
Page 710
Under "merging," changed

reimplementing mod_mine in Perl (example), 407-415

To read:

reimplementing mod_mime in Perl (example), 407-415

Anonymous    Jun 01, 1999
Printed
Page 711
Added entry

CWD variable (Apache::Server), 503

Anonymous    Jun 01, 1999
Printed
Page 717
Changed

MOD_PERL variable, 499

To read:

MOD_PERL environment variable, 499

Anonymous    Jun 01, 1999
Printed
Page 718
Deleted this entry

=out directive (POD), 427

Also deleted:

OWD variable (Apache::Server), 503

Anonymous    Jun 01, 1999