Thank you Dan, This is CGI in C.
This is an issue of maintainability. Headers embedded in cgi scripts become a challenge to update. It requires tedious recompiling of scripts especially for big web applications with hundreds or thousands of them. Serving common http headers via httpd would ease management. Also, what is the way to inject http headers for static files being served from htdocs folder to stop test tools from complaining about missing headers? Regards, Kihaguru On Fri, 16 May 2025, 12:54 Dan, <d...@nnnne-o-o-o.com> wrote: > Hello Kia guru.. serve it by php via header() changes? > > But I would stick to wait for answers mostly relayd and httpd pertaining, > Kia.. > > Dan > > ------ > Blog: http://bsd.gaoxio.com - Repo: https://code.5mode.com > > Please reply to the mailing-list, leveraging technical stuff. > > > May 16, 2025 10:05:21 Kihaguru Gathura <kihagurugath...@gmail.com>: > > What is the way to inject http headers in httpd for static content? > >