CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/11/28 09:10:00
Modified files:
usr.sbin/httpd : config.c httpd.conf.5 httpd.h parse.y
server_fcgi.c server_http.c
Log message:
Add "no banner" option to suppress Server header
Introduces a global and per-server "[no] banner" directive that prevents httpd
from sending the Server HTTP response header and removes server identification
from error documents. The SERVER_SOFTWARE CGI environment variable remains set
as required by RFC 3875.
Diff by Lloyd (thanks), ok kirill@