]> granicus.if.org Git - apache/commit
Add <IfDirective> and <IfSection>:
authorJoe Orton <jorton@apache.org>
Thu, 9 Mar 2017 08:39:56 +0000 (08:39 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 9 Mar 2017 08:39:56 +0000 (08:39 +0000)
commitec40c3c1977e2d48c0a0ba88851d396194de271b
tree7678152d978eeeef552e08fa88d512e0ccdde155
parentcf85d9f6e6fb68f7ca6cfd59b8fa4c6245e682bd
Add <IfDirective> and <IfSection>:

* server/core.c
  (test_ifdirective_section, test_ifsection_section): New callbacks.
  (core_cmds): Define new directives.

* include/http_config.h, server/config.c (ap_exists_directive):
  New function.

* include/ap_mmn.h: Bump MMN minor for above.

* docs/manual/mod/core.xml: Add docs.

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