Skip to content

Commit 5d3a311

Browse files
committed
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
1 parent 69e134d commit 5d3a311

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

STATUS

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@ RELEASE SHOWSTOPPERS:
8686
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
8787
[ start all new proposals below, under PATCHES PROPOSED. ]
8888

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

9590
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
9691
[ New proposals should be added at the end of the list ]

modules/metadata/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ APACHE_MODULE(usertrack, user-session tracking, , , , [
1818

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

2323
APACHE_MODPATH_FINISH

0 commit comments

Comments
 (0)