8.19 Access Gateway Caching Issues

If you have caching issues with inodes, disk space, and cache corruption in the Access Gateway, use Apache htcacheclean tool which is used to keep the size of mod_disk_cache's storage within a certain limit. This tool can run either manually or in daemon mode. When running in daemon mode, it sleeps in the background and checks the cache directories at regular intervals for cached content to be removed.

The htcacheclean utility tool is located at:

On Linux: /opt/novell/apache2/sbin

On Windows: C:\Program Files\Novell\apache\bin

The default cache location is:

On Linux: /var/cache/novell-apache2

On Windows: C:\apache_cache_root

Example: To clear 1024 MBytes of cache, run the following command:

On Linux: ./htcacheclean -v -t -p/var/cache/novell-apache2 -l1024M

On Windows: htcacheclean.exe -v -t -pC:\apache_cache_root -l1024M

For more information about Apache htcacheclean tool, see https://httpd.apache.org/docs/2.2/programs/htcacheclean.html.