Does anyone have advice configuring a linux server to run JasperStarter?
It works well on my Windows based development system, but I’ve spend a day researching and trying to get it working on the production server.
I get return code 127 from the PHP exec() function.
I’ve set all permissions on the JasperStarter folder to 777.
I’ve used the fully qualified path to jasperstarter.
Apache is not chrooted to the best of my evaluating.
PHP safe mode is not on.
In php.ini, user_dir and disable_functions have no value.
Commands like ‘ls’ work.
I’m out of ideas.
Thanks
Ed