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 |
m Woozle moved page Apache web server/variables to Apache httpd/variables: more accurate |
(No difference)
| |
Revision as of 14:49, 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]
