Re: [users@httpd] different behaviour between web servers

2024-11-16 Thread Frank Gingras
On Sat, Nov 16, 2024 at 3:12 AM Zahid Rahman wrote: > The browser rendering bug also exists in Firefox along with iPhone 13, in > case it is of interest to you if you are involved in development of the > Firefox browser. > > On Wed, 13 Nov 2024, 07:26 Zahid Rahman, wrote: > >> It appears the ext

Re: [users@httpd] Header set Link?

2024-11-16 Thread Dave Wreski
Header add Link "; rel=\"canonical\"" env=REDIRECT_PDF_CANONICAL_URL However, the %{HTTP_HOST} variable doesn't seem to be set. I don't think you can expect that environment variable to be defined. Maybe you want to switch the value argument t

Re: [users@httpd] Header set Link?

2024-11-16 Thread Eric Covener
> Header add Link "; > rel=\"canonical\"" env=REDIRECT_PDF_CANONICAL_URL > However, the %{HTTP_HOST} variable doesn't seem to be set. I don't think you can expect that environment variable to be defined. Maybe you want to switch the value argu

Re: [users@httpd] different behaviour between web servers

2024-11-16 Thread Zahid Rahman
The browser rendering bug also exists in Firefox along with iPhone 13, in case it is of interest to you if you are involved in development of the Firefox browser. On Wed, 13 Nov 2024, 07:26 Zahid Rahman, wrote: > It appears the external hosting webserver is rendering everywhere > correctly now