linux - php exec() on CentOs7 but Aborted errno 134
one text
I'm using .Net Core dll in CentOs7
command is <?php exec('dotnet ~~.dll args0 args1 args2') ?>
but it's throw me errno 134
I dobut selinux so try change all of policy like setsebool -P httpd_~~ on
So, I tried to connect ssh and same command and it's success
and setenforce 0 to disable selinux and it's success
But I want to use selinux
Source