I'm sure there's a well-known answer for this, but I can't seem to find it.
How do I make a user's PHP scripts (in ~user/public_html, for example), run as the owner rather than as www-data ?
Assume Apache, Linux, and PHP 5
|
|
|
One option is to use suPHP. http://www.suphp.org/DocumentationView.html?file=apache/INSTALL
|
|||
|
|