I need to trigger a program (binary) passing it a parameter. Within my php prog I have: $rtn = exec('progname restart');
It fails with the error:
Unable to open progname.ipc: 13 Permission denied
Of course, if I run this from the CLI it works fine. The permissions of progname are 775.
Any thoughts, ideas, recommendations? Thanks
It fails with the error:
Unable to open progname.ipc: 13 Permission denied
Of course, if I run this from the CLI it works fine. The permissions of progname are 775.
Any thoughts, ideas, recommendations? Thanks