Bug#719266: apache2_invoke enconf ignores dependencies disabled by admin
Am Freitag, 9. August 2013, 21:53:01 schrieb Jean-Michel Vourgère:
> If sysop disabled a module, then a maintainer script enable a module
> that depends on the first one, they are both enabled, ignoring
> admin choice.
>
> Example (from a fresh wheezy install upgraded to jessie):
>
> # a2enmod proxy
> Enabling module proxy.
> # a2dismod proxy
> Module proxy disabled.
> # a2query -m proxy
> No module matches proxy (disabled by site administrator)
Think about this situation:
- admin needs proxy, enables it
- admin no longer needs proxy, disables it again
- admin installs package that needs proxy
Obviously, proxy should be enabled in the last step.
So, having a wait to prevent modules from being autmatically enabled
would be nice, but it would have to be an explicit setting and not the
default behavior.
I will mark this as wishlist.
Reply to: