|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
Apache::Options(3) User Contributed Perl Documentation Apache::Options(3)
NAME
Apache::Options - OPT_* defines from httpd_core.h
SYNOPSIS
use Apache::Options;
DESCRIPTION
The Apache::Options module will export the following bitmask constants:
OPT_NONE
OPT_INDEXES
OPT_INCLUDES
OPT_SYMLINKS
OPT_EXECCGI
OPT_UNSET
OPT_INCNOEXEC
OPT_SYM_OWNER
OPT_MULTI
OPT_ALL
These constants can be used to check the return value from Apache->request->allow_options() method.
This module is simply a stub which imports from Apache::Constants, just as if you had said "use
Apache::Constants ':options';".
SEE ALSO
Apache, Apache::Constants
perl v5.8.8 2000-03-30 Apache::Options(3)
|
|