lib::Apache::OptUisoenrs(C3o)ntributed

lib::Apache::OptUisoenrs(C3o)ntributed

Apache::Include Home Page Subroutines Index Apache::PerlSections


NNAAMMEE
       Apache::Options - OPT_* defines from httpd_core.h

SSYYNNOOPPSSIISS
           use Apache::Options;

DDEESSCCRRIIPPTTIIOONN
       The AAppaacchhee::::OOppttiioonnss 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 the
       Apache::Constants manpage, just as if you had said use
       Apache::Constants ':options';.

SSEEEE AALLSSOO
       the Apache manpage, the Apache::Constants manpage

Apache::Include Home Page Subroutines Index Apache::PerlSections