[PHP] Re: Simple File Error

2003-09-01 Thread Catalin Trifu
Hi, Does the user under wich the Apache server runs (implicitly PHP) has write access to those directories ? Cheers, Catalin Seth Willits [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Warning: imagejpeg(): Unable to open

Re: [PHP] Re: Simple File Error

2003-09-01 Thread Seth Willits
On Sunday, August 31, 2003, at 04:38 PM, Catalin Trifu wrote: Does the user under wich the Apache server runs (implicitly PHP) has write access to those directories ? Hmm... I don't know. Not exactly sure how Apache runs under OS X. I see a handful of httpd processes which are under the

Re: [PHP] Re: Simple File Error

2003-09-01 Thread Catalin Trifu
Hi, The user root is the which starts the main apache process, the others are the actual servers spawn by the first one. So the user under which apache runs is www. This means that you need to grand write access to those directory to the user www, and or the group (www i suppose)

Re: [PHP] Re: Simple File Error

2003-09-01 Thread Seth Willits
On Sunday, August 31, 2003, at 05:01 PM, Catalin Trifu wrote: Hi, The user root is the which starts the main apache process, the others are the actual servers spawn by the first one. So the user under which apache runs is www. This means that you need to grand write access to those