Apache::Status bareword error

2004-12-17 Thread John Williams
ot, +my $dir = File::Spec->catfile(Apache::ServerUtil::server_root(), ($r->dir_config("GraphDir") || "logs/b_graphs")); mkdir $dir, 0755 unless -d $dir; ~ John Williams -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apac

Re: libapreq2 upload gotcha

2004-07-23 Thread John Williams
On Thu, 22 Jul 2004, Stas Bekman wrote: > John Williams wrote: > > Small files were working ok, but large files where being truncated at about 270k > > (which is suspiciously close to the 256k "zero copy limit" I saw mentioned on > > [EMAIL PROTECTED]). > >

libapreq2 upload gotcha

2004-07-22 Thread John Williams
fidence in that method (Request #2) if the default value of TEMP_DIR was documented. Mason does not currently provide a way to pass a TEMP_DIR to Apache::Request->new. ~ John Williams -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html