Difference between revisions of "Apache httpd/variables"
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: | ||
| − | == | + | ==About== |
| − | * | + | 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:
${<varname>}variables defined/used within config files.- These are mentioned, at least, in core: Define Directive
- Environment variables
%{<varname>}expressions- [Expressions in Apache HTTP Server https://httpd.apache.org/docs/2.4/expr.html]