Security Advisories (2)
CVE-2009-0796 (2009-05-11)

XSS in Apache::Status.

CVE-2007-1349 (2007-03-29)

Unescaped variable interpolation in Apache::PerlRun regular expression could cause regex engine tampering.

NAME

Apache::Constants - Constants defined in httpd.h

SYNOPSIS

use Apache::Constants;
use Apache::Constants ':common'; #OK,DECLINED,etc.

DESCRIPTION

Server constants used by apache modules are defined in httpd.h, this module gives Perl access to those constants.

AUTHORS

Gisle Aas <aas@sn.no>, Doug MacEachern <dougm@osf.org> and h2xs