RE: Trouble Setting POST_MAX
[prev]
[thread]
[next]
[Date index for 2005/02/22]
Author: pileswasp <pileswasp@xxxxxxx.xxx>
> .1 * 1024 * 1024 = 104857.6
> Perhaps .6 of a byte is difficult for it to cope with?
Probably -- but that doesn't seem to be it either.
I think maybe there was an issue with my compile ?
I tried using every book and web example I could find -- here are 2,
and the errors they made
my $r = Apache::Request->new(
shift,
POST_MAX => 1024000
);
[Mon Feb 21 22:06:24 2005] [notice] child pid 7557 exit signal Bus
error (10)
my $r = Apache::Request->new
(
shift,
POST_MAX => 10240,
DISABLE_UPLOADS => 0
);
[Mon Feb 21 22:13:34 2005] [notice] child pid 7587 exit signal
Segmentation fault (11)
 |
RE: Trouble Setting POST_MAX
jonathan vanasco 03:16 on 22 Feb 2005
|