HW3Cacher Installation
For the majority of users the following is all that is needed to install HW3Cacher:
Note: If you use cron to execute hw3.php via a shell script, or directly, then you must change all occurrences of hw3.php in your shell scripts and crontab entries to hw3_real.php. Otherwise, you will run into problems with permissions creating directories or files from mkdir in the cache when pulling up certain web pages. If, when you are attempting to delete a cached page, you get an permission denied error from rmdir, then you must manually remove the page using your telnet/ssh access, or through your control panel file manager. These errors are caused when hw3.php is run from cron or manually, either directly or from a script, which executes hw3.php. This results in the cached files being owned by your login and causes the permission denied errors when HW3Cacher attempts to create or delete a cache file or directory.