Both of these lines in .htaccess work correctly to add the
line into the headers in httpd v2.4.48
Header set OS "Slackware64 v15.0"
Header add Custom-Header "OS: Slackware64 v15.0"
However... niether of them is working in httpd v2.4.51
Same problem with httpd installed from the slackware64-curre
On Mon, Oct 25, 2021 at 1:04 PM Glenn McCorkle wrote:
>
> Both of these lines in .htaccess work correctly to add the
> line into the headers in httpd v2.4.48
>
> Header set OS "Slackware64 v15.0"
> Header add Custom-Header "OS: Slackware64 v15.0"
>
> However... niether of them is working in httpd
On Mon, 25 Oct 2021 13:06:41 -0400, Eric Covener wrote:
> On Mon, Oct 25, 2021 at 1:04 PM Glenn McCorkle wrote:
>> Both of these lines in .htaccess work correctly to add the
>> line into the headers in httpd v2.4.48
>> Header set OS "Slackware64 v15.0"
>> Header add Custom-Header "OS: Slackware