Am 26.01.2014 23:11, schrieb Graham Leggett:
> A look at mod_alias shows it has 7 directives:
> 
> • Alias
> • AliasMatch
> • Redirect
> • RedirectMatch
> • RedirectPermanent
> • RedirectTemp
> • ScriptAlias
> • ScriptAliasMatch
> 
> In theory we only need these three:
> 
> • Alias
> • Redirect
> • ScriptAlias

in real world you would break existing configs like

RedirectMatch 404 ^/.*setup/(.*)$

without handle the non-Match directives also like expressions
which changes behavior you can't remove Match

however, admins will not appreciate such incompatible changes for no
*real* good reason, even not in case of major upgrades


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to