|
i worked around it by adding the user to the apache group and apache user to the user's group.
the thing is that this script gets executed on cron by the user. but there is also a web interface that can execute this script at any time.
if the web script executes, all the files in the directory that get generated are apache:apache. note that some files may have to be deleted as well.
so both the apache and the user need to be able to write to any file in these directories.
|