Apache httpd/variables/Define

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Apache httpd‎ | variables
Revision as of 16:20, 1 April 2022 by Woozle (talk | contribs) (Created page with "==About== '''Defines''' are configuration variables which can be defined either in the command line or within configuration files. Within a config file, the {{xmltag|Define}}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

Defines are configuration variables which can be defined either in the command line or within configuration files.

Within a config file, the <Define> directive is used to define a variable (optionally giving it a value, and the <IfDefine> directive allows sections of config code to be selectively executed.

The <IfDefine> directive supports an optional "!" prefix on its sole parameter, which means "does not exist" rather than "is not true".

Links