Hello , i have installed php4.3.3(on cgi mode) and i have a problem when i use the shell_exec function .
Let me give you more information about my problem . I have made php pages and run them with apache on linux and on solaris . I want one page php that i have made to remove permmisions from a user
(user's home directory ) who passed to the page . I have made all actions to give permission to user (that run apache) to do that (i used sudo and i made the suitable configuration on sudoers) and i use the command
echo '$password' | sudo -S chmod 000 $username ) . When i run it on linux it runs properly but on solaris shell_exec or exec or system seems not to executed .
Let me to inform you that the problem there was n't either linux or solaris two days ago and i haven't
change anything .What's wrong ? why doesn't it execute on solaris any more?
What do you advise me to do?
i have looked for a solution but i have found nothing and i must to find it by the wednesday.
😕