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

# cpanel - Cpanel/Easy/Apache/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 is the parent module that we're using to temporarily patch Apache with their
# TRUNK version of Bug 54852.  This should not be used when a newer version of
# Apache comes out, and contains this fix.
#
# Also note, this is only available with Apache version 2.2.26.  When newer
# versions come out, check for this fix, then remove the optmods.

use strict;
use warnings;

our $easyconfig = {
    'name' => 'Slow Restart Patch',
    'url'  => 'https://issues.apache.org/bugzilla/show_bug.cgi?id=54852',
    'note' => q{This option will go away once Apache has publically released Bug 54852},
    'skip' => 1,
};

1;
