]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
config: allow for environment variable substitution fallback to default value.
authorYann Ylavic <ylavic@apache.org>
Wed, 22 Apr 2020 16:30:58 +0000 (16:30 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 22 Apr 2020 16:30:58 +0000 (16:30 +0000)
commit48aa76e1fce1a670b68a5dc288b2d8d7a96aa237
treef71f3a1f969dd977d4f42352ff5f495283d47c67
parent7cd29dcbb5d985727f35092d024e25d3d63e9544
config: allow for environment variable substitution fallback to default value.

Make ap_resolve_env() handle the ${VAR?=default value} syntax, and update docs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876835 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/manual/configuring.xml
server/core.c