PerlMagick + Apache 2.2.4
Posted: 2007-07-11T23:54:12-07:00
Hi,
I'm using ImageMagick for years now and I just love it.
A few days ago, I installed a new server (running Fedora Core 6 Linux OS) using the built in packages - Apache 2.2.4, mod_perl 2.03 and ImageMagick 6.2.8
It's the 4th day now which I'm fighting with this thing, the problem is that:
When running PerlMagick through apache and trying to create a file and save it (using $image->write), it seems like no file is being created and no error is being logged in Apache error log.
Using PerlMagick own debugging features I have managed to get a 410 error which tells me nothing.
When running the same script using command line everything is working just fine.
I've already done the followings:
1. Verified the permissions on the target path and gave apache the correct rights.
2. Ran a test using the same script with open (FILE,">/same_path/same_file_name")... this test did create the file.
3. I tried several versions of ImageMagick and PerlMagick, installed them from source, also tried 6.3.5 and they all acted the same.
Any ideas whats going on here ?
I'm using ImageMagick for years now and I just love it.
A few days ago, I installed a new server (running Fedora Core 6 Linux OS) using the built in packages - Apache 2.2.4, mod_perl 2.03 and ImageMagick 6.2.8
It's the 4th day now which I'm fighting with this thing, the problem is that:
When running PerlMagick through apache and trying to create a file and save it (using $image->write), it seems like no file is being created and no error is being logged in Apache error log.
Using PerlMagick own debugging features I have managed to get a 410 error which tells me nothing.
When running the same script using command line everything is working just fine.
I've already done the followings:
1. Verified the permissions on the target path and gave apache the correct rights.
2. Ran a test using the same script with open (FILE,">/same_path/same_file_name")... this test did create the file.
3. I tried several versions of ImageMagick and PerlMagick, installed them from source, also tried 6.3.5 and they all acted the same.
Any ideas whats going on here ?