httpd(8) gains support for custom HTTP headers In a change likely to be widely welcomed,
Rafael Sadowski ( The
commit
reads:
rsadowski@)
committed
support for custom HTTP headers in
httpd(8).
This obviates the need to use FastCGI support or
relayd(8)
to achieve things like adding
SSL/TLS security headers.
CVSROOT: /cvs
Module name: src
Changes by: rsadowski@cvs.openbsd.org 2026/07/24 23:48:39
Modified files:
usr.sbin/httpd : config.c httpd.c httpd.conf.5 httpd.h parse.y
server.c server_fcgi.c server_http.c
Log message:
httpd: add custom HTTP header support
undeadly rss