Weblog entry #3 for Arthur
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=393083
Now the fun part: Basic authentication was broken by the upgrade due to module reorganization and name changes. Oh joy. I had to add auth_basic, authn_file, authz_host, and authz_user (with their .load names) to /etc/apache2/mods-available.
What's with those z's on there? It looks like script kiddie l33t speak... or maybe I'm just grumpy because I didn't want to have to futz around with Apache's configurations tonight... that's probably it.
Comments on this Entry
[ Send Message | View dkg's Scratchpad | View Weblogs ]
You can read more about the refactoring in the overview of new features in 2.2.
i had similar frustrations to what you did during the upgrade from 2.0 to 2.2, though. it would have been nice if the package maintainers had made a bit more of an effort to at least alert users who might need those modules added...
btw, i hope you don't feel you have to add those symlinks in /etc/apache2/mods-enabled by hand. It's simplest to use a2enmod and a2dismod to enable/disable modules, as a parallel to a2ensite and a2dissite.
[ Parent | Reply to this comment ]
[ Send Message | View dkg's Scratchpad | View Weblogs ]
[ Parent | Reply to this comment ]
How do most of you guys find out about things like this? Upgrade a test system? Read the fine print at debian.org? apt-list-bugs? Just curious, I'd like to be in the know before I have another upgrade incident...
[ Parent | Reply to this comment ]
I've managed to keep servers online with no downtime for four or five years at a stretch this way. Maybe I'm just lucky.
[ Parent | Reply to this comment ]