]> granicus.if.org Git - apache/commit
Add server tokens back to 2.0. Also bring forward the change to allow
authorRyan Bloom <rbb@apache.org>
Mon, 5 Jun 2000 19:44:02 +0000 (19:44 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 5 Jun 2000 19:44:02 +0000 (19:44 +0000)
commiteda6e3d23ce49fe3c33fe8f0299939722b901868
treee9be67c9ca059504bdee46a079e27be2fef5e9ca
parent33c17cea8326e4746288f0e124593c3ea60ed860
Add server tokens back to 2.0.  Also bring forward the change to allow
the PRODUCT_ONLY value for ServerTokens.  This is relatively clean,
all of the code lives in http_core, and when a module wants to add a token,
they just call ap_add_version_component from the post_config hook.  Actually
ap_add_version_component can be done anytime after the config has been
parsed, it just makes the most sense to do it in post_config IMHO.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85426 13f79535-47bb-0310-9956-ffa450edef68
STATUS
include/httpd.h
modules/http/http_core.c
server/mpm/dexter/dexter.c
server/mpm/mpmt_beos/mpmt_beos.c
server/mpm/mpmt_pthread/mpmt_pthread.c