#!/usr/local/cpanel/3rdparty/bin/perl
# cpanel - scripts/apachelimits Copyright 2022 cPanel, L.L.C.
# All rights reserved.
# copyright@cpanel.net http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited
package scripts::apachelimits;
use strict;
use warnings;
use Cpanel::Usage ();
use Cpanel::HttpUtils::Rlimits ();
use Cpanel::HttpUtils::ApRestart::BgSafe ();
use Cpanel::Server::Type::License ();
exit unless Cpanel::Server::Type::License::is_ea4_allowed();
exit __PACKAGE__->runner(@ARGV) if not caller();
sub runner {
my ( $class, @argv ) = @_;
#this is under the artistic lics
print "Apache Limiter by cPanel, Inc.