it just returns null and the program doesn't run, no errors.
this is the code:
Code: Select all
<?php
echo shell_exec('/opt/fop/fop.sh simple.fo simple.pdf');
?>Code: Select all
sh: /opt/fop/fop.sh: Permission deniedthe server is fedora 4 and apache was installed using yum
SELinux is disabled
any ideas?