Hi, I'm playing with webapp-config. The configuration file (/etc/vhosts/webapp-config) is saying : > # what web server are you using? > # your choices are: > # > # apache > # aolserver > # lighttpd > # cherokee aolserver was removed long time ago, see bug #108022. Reproducible: Always Steps to Reproduce: 1. set vhost_server="aolserver" in /etc/vhosts/webapp-config 2. try using webapp-config 3. Actual Results: * Fatal error: Your configuration file sets the server type "Aolserver" * Fatal error: but the corresponding package does not seem to be installed! * Fatal error: Please "emerge www-servers/aolserver" or correct your settings. * Fatal error(s) - aborting Expected Results: webapp-config should not support dead packages. The problem still occurs on git [1]. [1] http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=summary
Created attachment 297079 [details, diff] cleanup-webserver-references.patch Patch to remove aolserver references, and add cherokee to the list of supported servers in the manpage.
Committed. http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=summary On a side note, this package has gone without a maintainer long enough, I think I'll take it under my wings and give it some love.
Sorry, more specifically http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=8d1355bfd0fb354f4f09ceddc4069b38fb1e0841
(In reply to Anthony Basile from comment #3) > Sorry, more specifically > > http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit; > h=8d1355bfd0fb354f4f09ceddc4069b38fb1e0841 please test webapp-config-1.51 which includes this commit