Bug#1112017: apache2: DLA-4270-1 regressions

David Prévot <[email protected]> Mon, 25 Aug 2025 09:35:17 +0200
Newsgroups gmane.linux.debian.devel.apache
Message-ID <175610731764.478334.4344271740664491510.reportbug__15282.137696498$1756108047$gmane$org@basilic.evolix.net>
Package: apache2
Version: 2.4.65-1~deb11u1
Severity: important

Hi,

While upgrading apache2 on several hosts, we noticed regressions on
some vhost option handling.

One vhost contained:

	AllowOverride FileInfo Options=+SymLinksIfOwnerMatch

Another one contained:

	AllowOverride AuthConfig Limit FileInfo Indexes Options=FilterDeclare

Both servers failed to reload their configuration after apache2 upgrade
because of the following failures.

> root@[host]:~# apachectl configtest
> AH00526: Syntax error on line 18 of /etc/apache2/sites-enabled/[vhost].conf:
> Illegal option +SymLinksIfOwnerMatch
> Action 'configtest' failed.

> root@[host]:~# apachectl configtest
> AH00526: Syntax error on line 18 of /etc/apache2/sites-enabled/[vhost].conf:
> Illegal option FilterDeclare
> Action 'configtest' failed.

Regards,

taffit