From: Nick Kew Date: Sat, 18 Jul 2009 23:53:16 +0000 (+0000) Subject: Amend PR47184 backport proposal: s/DefaultHandler/DefaultMapping/ X-Git-Tag: 2.2.12~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7954bd3afc5dc99b8df229fd28ef8212b6d5ddf;p=thirdparty%2Fapache%2Fhttpd.git Amend PR47184 backport proposal: s/DefaultHandler/DefaultMapping/ as per discussion on the list and wrowe subsequent veto. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@795451 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 37a1c39249e..9c03031028e 100644 --- a/STATUS +++ b/STATUS @@ -107,13 +107,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version of patch works +1: rpluem, jim - * mod_dir: add DefaultHandler directive + * mod_dir: add DefaultMapping directive PR 47184 Trunk patch: http://svn.apache.org/viewvc?view=rev&revision=785425 + http://svn.apache.org/viewvc?view=rev&revision=795450 2.2.x patch: http://people.apache.org/~niq/patches/47184.patch (identical but for offsets, but patch failed on trunk version) + plus docs patch from r795450 +1: niq - -1: wrowe; why 'DefaultHandler' is a bad choice for directive name posted to list * unixd: set suexec_enabled correctly when httpd is run by non-root PR 42175