Thanks Geoff,
I'm not suggesting this is a 'bug' at this point however I'd like to find (or
solicit) more info about this.
The is some kind of buffering issue. I've isolated that this only happens
serving pages exceeding a specific size (7716 bytes) (??).
httpd.conf uses:
<Location /test/>
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
PerlOptions +ParseHeaders
Options +ExecCGI
</Location>
Thanks
On Tuesday 12 July 2005 11:59, Geoffrey Young wrote:
> Bill Whillers wrote:
> > Can someone on the list share any information about this?
>
> please file a proper bug report:
>
> http://perl.apache.org/bugs/
>
> specifically, running t/REPORT will let us know which versions of CGI.pm
> and mod_perl you're using so we don't need to guess.
>
> --Geoff