conflicts apache &&
conflicts apache-mod_ssl &&
conflicts apache1 y &&
conflicts apache2 y &&
conflicts apache22 y &&
conflicts httpd-dev &&
if spell_ok xshttpd; then
  persistent_read xshttpd XSHTTPD_USE_PREFIX XSHTTPD_USE_PREFIX &&
  if [[ "$XSHTTPD_USE_PREFIX" != "y" ]]; then
    message "apache22 and xshttpd both provide the httpd binary, recast xshttpd with the binary prefix if you wish to keep both spells installed." 1>&2
    conflicts xshttpd
  fi
fi
