httpd(8) gains support for custom HTTP headers
by from OpenBSD Journal on (#777KS)
In a change likely to be widely welcomed,Rafael Sadowski (rsadowski@)committedsupport for custom HTTP headers inhttpd(8).This obviates the need to use FastCGI support orrelayd(8)to achieve things like addingSSL/TLS security headers.
Thecommitreads:
CVSROOT:/cvsModule name:srcChanges by:rsadowski@cvs.openbsd.org2026/07/24 23:48:39Modified 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