Has anyone done anything that requires PHP to be it's normal user (i.e. apache, and not running as root) but still execute a root level shell command such as mount?
Solutions so far that has failed to work is:
"Write a C++ program that will do the mount and execute it with permission rws instead of rwx"
It still prompts for sudo password. If i'm doing something wrong here, I'll post it in the...