diff options
author | Jim Jagielski <jim@apache.org> | 2009-08-28 16:31:00 +0200 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2009-08-28 16:31:00 +0200 |
commit | 7fe574e381a98c9093892826e3a693409e6a51a7 (patch) | |
tree | 6de722e171ac5a1cb3cc5b4b2adf836a609c2930 /server/mpm_unix.c | |
parent | push_connection, push_server also targetted for export, no? (diff) | |
download | apache2-7fe574e381a98c9093892826e3a693409e6a51a7.tar.xz apache2-7fe574e381a98c9093892826e3a693409e6a51a7.zip |
OK, might as well finish this... Allow ServerTokens Off
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808895 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/mpm_unix.c')
-rw-r--r-- | server/mpm_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm_unix.c b/server/mpm_unix.c index 3333e18fe9..d2e7fbdbec 100644 --- a/server/mpm_unix.c +++ b/server/mpm_unix.c @@ -553,7 +553,7 @@ static apr_status_t dummy_connection(ap_pod_t *pod) * requests in their logs. */ srequest = apr_pstrcat(p, "OPTIONS * HTTP/1.0\r\nUser-Agent: ", - ap_get_server_banner(), + ap_get_server_description(), " (internal dummy connection)\r\n\r\n", NULL); /* Since some operating systems support buffering of data or entire |