A software package I installed on my Fedora box has an associated cronjob. This cronjob creates html files that need to be readable by apache. At the moment, the files are not readable because they are owned by the application's user (not apache) and not world readable.
How should I proceed in fixing this? I begun going down the path of modifying the script to either chmod or chown the html files but I've paused those efforts figuring the SU community might think of a more elegant way.