I would like to allow my website users to run one program they have in their
home directories.
Normally I use exec() to execute some program on the shell which run with
the user "apache".
Is there any way to run a program with the user login instead of apache?
Thnx
sin
home directories.
Normally I use exec() to execute some program on the shell which run with
the user "apache".
Is there any way to run a program with the user login instead of apache?
Thnx
sin
Comment