Commit 5d3a3114 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

Merge r743589 from trunk:

mod_version needs to be compiled because the test framework requires it
(and the feature doesn't make much sense if it crashes httpd on test).

Submitted by: fielding
Reviewed/backported by: jim


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@743852 13f79535-47bb-0310-9956-ffa450edef68
parent 69e134d0
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -86,11 +86,6 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]

 * mod_version: add to 'yes' category in config.m4 so that it
   will be compiled by default.
      http://svn.apache.org/viewvc?view=rev&revision=743589
   +1: fielding, jim, trawick


PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ New proposals should be added at the end of the list ]
+1 −1
Original line number Diff line number Diff line
@@ -18,6 +18,6 @@ APACHE_MODULE(usertrack, user-session tracking, , , , [

APACHE_MODULE(unique_id, per-request unique ids)
APACHE_MODULE(setenvif, basing ENV vars on headers, , , yes)
APACHE_MODULE(version, determining httpd version in config files)
APACHE_MODULE(version, determining httpd version in config files, , , yes)

APACHE_MODPATH_FINISH