DelayEngine
Name
DelayEngine -- Control the use of mod_delay
Synopsis
DelayEngine [ on|off ]
Default
DelayEngine on
Context
server config
Module
mod_delay
Compatibility
1.3.0rc1 and later
Description
The DelayEngine directive enables or disables the module's runtime delaying
calculations. If it is set to off this module does no delaying. Use this
directive to disable the module.
Examples
<IfModule mod_delay.c>
DelayEngine off
</IfModule>