
sctemme at apache
Nov 5, 2009, 9:30 PM
Post #1 of 5
(116 views)
Permalink
|
|
Pull mod_unique_id out of default build?
|
|
Folks, Maybe my understanding is limited and my fu is weak, but I have personally never had a use for mod_unique_id. The only thing it does for me is an error message on startup or, when my server finds itself on a box with a hostname that doesn't resolve to an IP address, failure. Could we take it out of the default module build? Index: modules/metadata/config.m4 =================================================================== --- modules/metadata/config.m4 (revision 832908) +++ modules/metadata/config.m4 (working copy) @@ -16,7 +16,7 @@ AC_CHECK_FUNCS(times) ]) -APACHE_MODULE(unique_id, per-request unique ids) +APACHE_MODULE(unique_id, per-request unique ids, , , most) APACHE_MODULE(setenvif, basing ENV vars on headers, , , yes) APACHE_MODULE(version, determining httpd version in config files, , , yes) APACHE_MODULE(remoteip, translate header contents to an apparent client remote_ip, , , most) Thoughts? S. -- Sander Temme sctemme[at]apache.org PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF
|