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]")
 
 
(2 intermediate revisions by the same user not shown)
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>: '''[[/Define]]s'''
 +
* Environment variables
 +
** [https://httpd.apache.org/docs/current/env.html Environment Variables in Apache]
 +
* <code>%<nowiki>{</nowiki>{{arg|varname}}<nowiki>}</nowiki></code> expressions
 +
** [https://httpd.apache.org/docs/2.4/expr.html Expressions in Apache HTTP Server]

Latest revision as of 16:21, 1 April 2022

About

The following concepts could be described as Apache variables: