On Tue, 30 Apr 2002, Ben Turner wrote:
> I am trying to complete an email application which will send messages to
> lists. Problem is, I am trying to write the messages out so that they will
> be available to a server application which actually sends the messages and
> does all the dirty work but I am getting the error that I cannot create the
> file in the directory.  I have tried chmod and chown on the directory but
> nothing is working for me.  I have even gone so far as to make the owner of
> the directory apache and the group of the directory apache but no luck.
> 
> I am asking this question here because I thought someone out there might be
> able to give me some insight on how they solved a problem like this on their
> servers.... Help!

Is the directory buried inside any directories that the Apache user 
doesn't have 'x' rights on?

miguel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to