From b4a4afdaf7f873a3aa08f98e248f93542dc72161 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sat, 26 Mar 2016 11:24:15 +0000 Subject: [config] warn if server.upload-dirs has non-existent dirs (fixes #2508) Warn at startup if any dirs in server.upload-dirs do not exist. Take server.chroot into account, if set. From: Glenn Strauss git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3125 152afb58-edef-0310-8abb-c4023f1b3aa9 --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index dc5020f5..46777200 100644 --- a/NEWS +++ b/NEWS @@ -49,6 +49,7 @@ NEWS * [buffer] refactor buffer_path_simplify (fixes #2560) * validate return values from strtol, strtoul (fixes #2564) * [mod_ssi] Add SSI vars SCRIPT_{URI,URL} and REQUEST_SCHEME (fixes #2721) + * [config] warn if server.upload-dirs has non-existent dirs (fixes #2508) - 1.4.39 - 2016-01-02 * [core] fix memset_s call (fixes #2698) -- cgit v1.2.1