Hello,
how to run php cronjob task as apache user?
Problem is that after, website release, first hit will build cache files and if for some reason cronjob task is first then website hit, it will generate cache with i thikn root privileges. So apache user cant access that files.
Is there...