package Cpanel::Easy::Apache::MemCache;

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

our $easyconfig = {
    'name' => 'MemCache',
    'url'  => 'http://httpd.apache.org/docs/[% apache_uri_version %]/mod/mod_mem_cache.html',
    'skip' => 1,                                                                                # removed with Apache 2.4
};

1;
