Posted by C. on 11/19/06 13:45
Acrobatic wrote:
>
> I've got a simple Perl script that works fine from the command line but
> not from PHP via the browser. It's a conversion program that converts
> an image to a different format, and writes the new image to a
> directory.
>
Is your webserver chrooted?
Does your webserver user have permission to run the Perl executable?
Read the Perl source files?
Read the source images?
HTH
C.
[Back to original message]
|