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






Short Cuts



The Apache Software Foundation



Sister Sites



mod_perl2 User's Guide

mod_perl2 User's Guide

By Stas Bekman, Jim Brandt


Practical mod_perl

Practical mod_perl

By Stas Bekman, Eric Cholet


The mod_perl Developer's Cookbook

The mod_perl Developer's Cookbook

By Geoffrey Young, Paul Lindner, Randy Kobes


mod_perl Pocket Reference

mod_perl Pocket Reference

By Andrew Ford


Writing Apache Modules with Perl and C

Writing Apache Modules with Perl and C

By Lincoln Stein, Doug MacEachern


Embedding Perl in HTML with Mason

Embedding Perl in HTML with Mason

By Dave Rolsky, Ken Williams



Table of Contents

Synopsis

 use Apache::Options;


TOP

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';.



TOP

Maintainers

Maintainer is the person(s) you should contact with updates, corrections and patches.



TOP

Authors

  • Doug MacEachern

Only the major authors are listed above. For contributors see the Changes file.



TOP

See Also

Apache, Apache::Constants






TOP
previous page: Apache::Constants - Constants defined in apache header files page up: mod_perl 1.0 API next page: Apache::Table - Perl interface to the Apache table structure

Last modified Sat Feb 15 17:38:38 2014

Changes file

Have comments? Please send them to the modperl users mailing list.

Use of the Camel for Perl is a trademark of O'Reilly & Associates, and is used by permission.



AltStyle によって変換されたページ (->オリジナル) /