Difference between revisions of "Apache httpd/variables"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(Created page with "==Notes== * There's a mention, at least, in [https://httpd.apache.org/docs/2.4/mod/core.html#define core: Define Directive]")
 
Line 1: Line 1:
==Notes==
+
==About==
* There's a mention, at least, in [https://httpd.apache.org/docs/2.4/mod/core.html#define core: Define Directive]
+
The following concepts could be described as Apache variables:
 +
* <code>$<nowiki>{</nowiki>{{arg|varname}}<nowiki>}</nowiki></code> variables defined/used within config files.
 +
** These are mentioned, at least, in [https://httpd.apache.org/docs/2.4/mod/core.html#define core: Define Directive]
 +
* Environment variables
 +
** [https://httpd.apache.org/docs/current/env.html Environment Variables in Apache]
 +
* <code>%<nowiki>{</nowiki>{{arg|varname}}<nowiki>}</nowiki></code> expressions
 +
** [Expressions in Apache HTTP Server https://httpd.apache.org/docs/2.4/expr.html]

Revision as of 14:45, 1 April 2022

About

The following concepts could be described as Apache variables: