Re: [EMAIL PROTECTED] Allow php scripts to create directories+files..

2006-08-24 Thread Matus UHLAR - fantomas
> 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

Re: [EMAIL PROTECTED] Allow php scripts to create directories+files..

2006-08-22 Thread Joshua Slive
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

[EMAIL PROTECTED] Allow php scripts to create directories+files..

2006-08-22 Thread mb2
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