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
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
==About==
 
==About==
 
The following concepts could be described as Apache variables:
 
The following concepts could be described as Apache variables:
* <code>$<nowiki>{</nowiki>{{arg|varname}}<nowiki>}</nowiki></code> variables defined/used within config files.
+
* <code>$<nowiki>{</nowiki>{{arg|varname}}<nowiki>}</nowiki></code>: '''[[/Define]]s'''
** These are mentioned, at least, in [https://httpd.apache.org/docs/2.4/mod/core.html#define core: Define Directive]
 
 
* Environment variables
 
* Environment variables
 
** [https://httpd.apache.org/docs/current/env.html Environment Variables in Apache]
 
** [https://httpd.apache.org/docs/current/env.html Environment Variables in Apache]
 
* <code>%<nowiki>{</nowiki>{{arg|varname}}<nowiki>}</nowiki></code> expressions
 
* <code>%<nowiki>{</nowiki>{{arg|varname}}<nowiki>}</nowiki></code> expressions
** [Expressions in Apache HTTP Server https://httpd.apache.org/docs/2.4/expr.html]
+
** [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: