For some odd reason webapp-config
didn’t want to upgrade my applications (namely this blog); it kept complaining that I hadn’t installed Apache and didn’t seem to know what Apache2 was.
* Fatal error: Your configuration file sets the server type "Apache"
* Fatal error: but the corresponding package does not seem to be installed!
* Fatal error: Please "emerge >=net-www/apache-1.3" or correct your settings.
* Fatal error(s) - aborting
I finally discovered that manually remerging webapp-config
fixes the problem. Not sure why as the list of servers remains the same..
# webapp-config --list-servers
apache
aolserver
lighttpd
cherokee
Which leads me to the question, who in Sam Hill is running aolserver on Gentoo?!