Antwort: Re: Display GD graphics with embperl

2002-07-18 Thread wolfgang--onsys . leideck
Hello, what do you mean with which apache directive i use. I use follwing code > $rec_req->content_type('image/png'); > binmode STDOUT; > print STDOUT $req->{image}->plot(\@data)->png(); Or did you mean the httpd.conf directives? Wolfgang Aaron Johnson <[EMAIL PROTECTED]> am 19.07.2002 04:02

Re: Display GD graphics with embperl

2002-07-18 Thread Aaron Johnson
What apache directive are you using to tell apache how to deliver the Embperl files and the png files? I know Apache::ASP suffers from greedy processing if you use too loose of a directive, maybe something similar is happening with Embperl. Aaron On Wed, 2002-07-17 at 07:44, [EMAIL PROTECTED] w