The PurgeDirectoryRule directive, whose characteristics are listed in the following table, specifies when files in the virtual directory that are not read-only are purged.
Characteristic | Value |
---|---|
Action | Specifies when non-read-only files in the virtual directory are purged |
Syntax | PurgeDirectoryRule Default|AllWritable |
Context | Location |
Handler | jadehttp-handler |
Module | mod_jadehttp |
Default | PurgeFileAge Default |
Example | PurgeFileAge AllWritable |
The default value of Default for this directive removes any standard files of type .jpg, .png, or .gif that are more than 12 hours old.
Specify a value of AllWritable if you want to purge all files in the virtual directory that are not read‑only.