package Cpanel::Easy::Apache::Access;

# cpanel - Cpanel/Easy/Apache/2_4/Access.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' => 'Access',
    'url'  => 'http://httpd.apache.org/docs/[% apache_uri_version %]/mod/mod_access.html',
    'skip' => 1,
};

1;
