Makes sense, +1 in concept.
-a

On Oct 28, 2005, at 6:40 AM, Brian Akins wrote:

Can we get a vote on this?

--- mod_proxy_http.c.orig       2005-09-26 11:43:45.893872108 -0400
+++ mod_proxy_http.c    2005-09-26 12:06:48.390005516 -0400
@@ -641,7 +641,7 @@
HTTP_VERSION_MAJOR(r- >proto_num), HTTP_VERSION_MINOR(r- >proto_num),
                                         server_name, server_portstr,
-                                        AP_SERVER_BASEVERSION)
+                                        ap_get_server_version())
                          : apr_psprintf(p, "%d.%d %s%s",
HTTP_VERSION_MAJOR(r- >proto_num), HTTP_VERSION_MINOR(r- >proto_num),
@@ -1296,7 +1296,7 @@
HTTP_VERSION_MINOR(r->proto_num),
                                            server_name,
                                            server_portstr,
-                                           AP_SERVER_BASEVERSION)
+                                           ap_get_server_version())
                                      : apr_psprintf(p, "%d.%d %s%s",
HTTP_VERSION_MAJOR(r->proto_num),
HTTP_VERSION_MINOR(r->proto_num),



--
Brian Akins
Lead Systems Engineer
CNN Internet Technologies



Reply via email to