package Cpanel::Easy::Apache::MPMItk;

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

use strict;
use warnings;

our $easyconfig = {
    'name' => 'MPM ITK',
    'skip' => 1,
};

1;
