package Cpanel::Easy::Apache::SlowRestartPatch;

# cpanel - Cpanel/Easy/Apache/2_4/SlowRestartPatch.pm
#                                                 Copyright(c) 2013 cPanel, Inc.
#                                                           All rights Reserved.
# copyright@cpanel.net                                         http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited

# This optmod was created prior to Apache 2.4.9 to resolve Apache Bug 54852.  The
# issue still exists in Apache 2.2.26, so the optmod must remain.  However, since
# the change has been incorporated into Apache 2.4.9, the patch can be removed.
# The remainder is this optmod that skips application of the patch when the user
# selects Apache 2.4.9 or newer.

use strict;
use warnings;

our $easyconfig = { 'skip' => 1 };

1;
