This makes YaCy easier to configure when running behind a reverse Proxy.
The check on status avoids trying to update the page with error text
content when the server returned a 404 or 500 error message for example.
prop.put("hostanalysis_facets_"+fc+"_facet_"+c+"_a","http://localhost:" +sb.getConfigInt("port",8090)+"/solr/collection1/select?q=host_s:" +host+" AND "+facetentry.getKey()+":"+entry.getKey()+"&defType=edismax&start=0&rows=1000&fl=sku,crawldepth_i");
prop.put("hostanalysis_facets_"+fc+"_facet_"+c+"_a","solr/collection1/select?q=host_s:" +host+" AND "+facetentry.getKey()+":"+entry.getKey()+"&defType=edismax&start=0&rows=1000&fl=sku,crawldepth_i");