]> granicus.if.org Git - apache/commit
add an <IfFile> config section like <IfDefine>
authorEric Covener <covener@apache.org>
Tue, 15 Nov 2016 03:50:42 +0000 (03:50 +0000)
committerEric Covener <covener@apache.org>
Tue, 15 Nov 2016 03:50:42 +0000 (03:50 +0000)
commita3992a341127dcc371af45531f532d01547392bb
tree9eb4956cb40d75db73d0d1975c79666ce4caaa42
parent8c7355d3c3f1a2bf0b86b36fd8b5953eb0b47831
add an <IfFile> config section like <IfDefine>

It allows a non httpd config file to be used as a marker directly in
httpd.conf without hiding logic in a script in front of apachectl
to do test -f and pass extra -D's.

This is something we've had in IBM's httpd distro for a little bit and
hadn't remembered to share. I've seen some questions/config files come
up in a few places lately that would benefit from this as an option.

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