The PurgeDirectoryFrequency directive, whose characteristics are listed in the following table, specifies how often the physical directory is checked to see if files require purging.
Characteristic | Value |
---|---|
Action | Specifies the frequency at which the physical directory is purged |
Syntax | PurgeDirectoryFrequency time-unit[H|M] |
Context | Location |
Handler | jadehttp-handler |
Module | mod_jadehttp |
Default | PurgeDirectoryFrequency 1H |
Example | PurgeDirectoryFrequency 5H |
You can append a multiplier to the time‑unit value. The H multiplier multiplies by 3,600, the M multiplier multiplies by 60, and all other time‑unit values are treated as seconds.
Specify zero (0) for the time‑unit value to turn off the purging of the physical directory.
The minimum that you can specify for the time‑unit value is 5 minutes and the maximum is 24H (hours).
Values outside this range are forced to their respective limits.