This is one of the headers in an HTTP response from my web server:
Server: Apache/1.3.27 (Unix) Debian GNU/Linux mod_layout/3.2
How would I tell Apache to change that response header? Google searches show that Apache 2+ can use mod_headers, Apache <2 needs a recompile. True?