OK, it seems File::Temp should be used instead of
Apache::File. Now, another problem: handler doesn't parse query string
args: Right after handler start, I dump $r->args into error log: with apache2 $VAR1 = 'width=90&height=60'; with apache1 $VAR1 = 'width'; $VAR2 = '90'; $VAR3 = 'height'; $VAR4 = '60'; This seems to be the biggest problem, the rest seems to be working... I guess handler has to be declared differently or do I have to parse query string manually? Please help - R. Robert Germic wrote: Apache::ImageMagick 20b7 doesn't work with Apache2/modperl2 as Honza reported couple of weeks ago. I am able to run it with Apache::compat and +GlobalRequest, but it is *very* slow. Quick glance at the source give Apache::File as main incompatibility. Apache::porting says |
- Apache::ImageMagick & Apache2/mod_perl2 Robert Germic
- Re: Apache::ImageMagick & Apache2/mod_perl2 Robert
- Re: Apache::ImageMagick & Apache2/mod_perl2 Robert
- Re: Apache::ImageMagick & Apache2/mod_perl... Robert Germic
- Re: Apache::ImageMagick & Apache2/mod_... Gerald Richter
- Re: Apache::ImageMagick & Apache2... Robert.CZ
- Re: Apache::ImageMagick & Apache2... RobertCZ
- Re: Apache::ImageMagick & Apache2/mod_... Randy Kobes
- Re: Apache::ImageMagick & Apache2... Robert.CZ