This is very simple to reproduce.  Take a dapper box, enable mod proxy
and upgrade to hardy.  The following code in the postinst will then
kick in.

| if [ $UPGRADE = from_2_0 ]; then
|         # Module replacements from previous versions of apache2
|         if mod_is_enabled proxy; then
|                 a2enmod proxy_http
|                 a2enmod disk_cache
|         fi

It's completely unacceptable for disk caching to be unconditionally
enabled across all sites on upgrade just because I was using mod proxy
previously.  Please fix this.


** Changed in: apache2 (Ubuntu)
       Status: Won't Fix => Confirmed

-- 
mod_disk_cache enabled globally by default
https://bugs.launchpad.net/bugs/219914
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to