]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Define "state directory" for storing persistent child-writable state,
authorJoe Orton <jorton@apache.org>
Fri, 5 Oct 2018 15:25:04 +0000 (15:25 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 5 Oct 2018 15:25:04 +0000 (15:25 +0000)
commit0507bb7e88b65ad672f9686953ff09243c3afe84
treee61c0728db054a2ad199c225c37f4a5bdba0e0fb
parentb01a818821d208b41e8b5eba27186908b802df0a
Define "state directory" for storing persistent child-writable state,
with default from config.layout, configurable via DefaultStateDir.

* server/core.c (set_state_dir, ap_state_dir_relative):
  New functions.

* config.layout, acinclude.m4, Makefile.in, configure.in: Define
  statedir variables, drop davlockdb.

* include/ap_config_layout.h.in: Define DEFAULT_REL_STATEDIR,
  DEFAULT_EXP_STATEDIR in place of _DAVLOCKDB.

* include/ap_mmn.h: Bump MMN minor.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842929 13f79535-47bb-0310-9956-ffa450edef68
Makefile.in
acinclude.m4
config.layout
configure.in
include/ap_config_layout.h.in
include/ap_mmn.h
include/http_config.h
server/core.c