Apache::Constants - Constants defined in httpd.h
use Apache::Constants;
use Apache::Constants ':common'; #OK,DECLINED,etc.
Server constants used by apache modules are defined in
httpd.h, this module gives Perl access to those constants.
Gisle Aas , Doug MacEachern and h2xs