> On 8/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >We have a shared hosting platform, and have a requirement to allow php
> >scripts to create directories+files - Problem is that php is run under
> >apache user (www-data), and the users directories are owned by the
> >user, so php script
On 8/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi,
We have a shared hosting platform, and have a requirement to allow php
scripts to create directories+files - Problem is that php is run under
apache user (www-data), and the users directories are owned by the
user, so php script is get
Hi,
We have a shared hosting platform, and have a requirement to allow php
scripts to create directories+files - Problem is that php is run under
apache user (www-data), and the users directories are owned by the
user, so php script is getting permission denied...We could chmod 777
on the dir