Manpages

Manpage of Apache::Options

Apache::Options

Section: User Contributed Perl Documentation (3)
Updated: 1999-01-17
Index
Return to Main Contents
 

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


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 12:59:02 GMT, March 28, 2024