Apache httpd/variables: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
No edit summary |
No edit summary |
||
| (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> | * <code>$<nowiki>{</nowiki>{{arg|varname}}<nowiki>}</nowiki></code>: '''[[/Define]]s''' | ||
* 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 | ||
** [ | ** [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:
${<varname>}: /Defines- Environment variables
%{<varname>}expressions
