Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 2.1AS

(Slurm)

Apache::Options(3pm)


Apache::Options

Apache::Options

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

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 the Apache::Constants manpage, just as if you had said "use Apache::Constants ’:options’;".

SEE ALSO

the Apache manpage, the Apache::Constants manpage



Apache::Options(3pm)