[Bug 219914] Re: mod_disk_cache enabled globally by default
James Troup
james.troup at canonical.com
Tue Jun 24 17:25:58 BST 2008
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
Server Team, which is subscribed to apache2 in ubuntu.
More information about the Ubuntu-server-bugs
mailing list