debian man page for apache2::sitecontrol::grantallrule

Query: apache2::sitecontrol::grantallrule

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Apache2::SiteControl::GrantAllRule(3pm) 		User Contributed Perl Documentation		   Apache2::SiteControl::GrantAllRule(3pm)

NAME
Apache2::SiteControl::GrantAllRule - A rule that grants permission to do everything.
SYNOPSIS
In your instance of a ManagerFactory: use Apache2::SiteControl::GrantAllRule; ... sub getPermissionManager { ... $manager->addRule(new Apache2::SiteControl::GrantAllRule); ... return $manager; }
DESCRIPTION
Apache2::SiteControl::GrantAllRule is a pre-built rule that grants access for all permission requests. This rule can be used to help implement a system that has a default policy of allowing access, and to which you add rules that deny access for specific cases. Note that the loose type checking of Perl makes this inherently dangerous, since a typo is likely to fail to deny access. It is recommended that you take the opposite approach with your rules, since a typo will err on the side of denying access. The former is a security hole, the latter is a bug that people will complain about (so you can fix it).
SEE ALSO
Apache2::SiteControl::ManagerFactory, Apache::SiteControl::PermissionManager, Apache2::SiteControl::Rule
AUTHOR
This module was written by Tony Kay, <tkay@uoregon.edu>.
COPYRIGHT AND LICENSE
perl v5.14.2 2006-03-17 Apache2::SiteControl::GrantAllRule(3pm)
Related Man Pages
apache2::mpm(3) - mojave
apr::request::apache2(3pm) - debian
apache2::filterrec(3pm) - debian
apache2::mpm(3pm) - debian
apache2::sitecontrol(3pm) - debian
Similar Topics in the Unix Linux Community
AWK Help (New to UNIX)
Increased Apache2 ServerLimit to 304 from 256
Temporary Apache Check/Restart Cron Entry (and Add Conf for Apache2 to Dump Core Files)
Using Apache2 to Store Files for Accessing with wget?
DDOS attack please help!