Problem with php7 when execute bash file

Hello Everyone,

i need help for setting php page which cant exec bash file.

i have webui using php7 which execute bash file. the bash file contain code to control wget. so i can use wget like aria

but the problem is, when bash file execute from php form it stuck and cant execute wget command. but when i execute bash from terminal it works.

i already testing in php5 and the program can work correctly.

It seems to me that the issue is related to the user that executes the bash file.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.