if spell_ok apache; then
  default_install
elif spell_ok apache2 || spell_ok apache22; then
  make install-2.0
fi
