Upgrades… upgrades…
Thursday, July 28th, 2005I’ve tried to upgrade store20.com’s Apache web server to the new layout for quite a long time because I needed Subversion 1.2.x on the host. After bumping into #96263 (the problem was that the package maintainer hadn’t updated the package revision number and users didn’t know that you only had to re-emerge the libpq package), I had to say few curses and start applying counter measures fast (fortunately I had created binary packages of installed versions). After I had re-emerged libpq migrated I had to quickly go through a checklist of things to see that things are still working, but I still missed few things:
- Server had
AddDefaultCharset ISO-8859-1in configuration, so all the plain html UTF-8 pages were broken (the PHP ones were working fine, so I didn’t had any idea that this may happen :() - SSL default host had changed (forgot to check into this, my bad for sure)
- SSL certs had changed (minor nitpick)
After 3 angry phonecalls from Tuljo I had fixed all these problems. So to conclude - Why I Hate the Apache Web Server.