On Apr 7, 2005 2:42 PM, Matthew Benjamin <msbenjamin@xxxxxxxxx> wrote: > After looking at the error_log file the script is running however > Permission is being denied when I try to write to the file. I have > tried giving it 777 permissions and chown apache:apache to no avail. I > wonder if there is another security setting new to FC3 that is > preventing this. I am so lost without a clue. Is your script creating a NEW file in /var/myfolder, or is it appending to an existing file? What are the ownership and permissions on the /var/myfolder directory? Creating a new file. Ownership apache:apache Permissions was: 755 now: 777