package Cpanel::Easy::Apache::AuthnAlias;

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

1;
