Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by ThomasPeuss: http://wiki.apache.org/solr/SolrAndHTTPCaches The comment on the change is: Direct linking to anchor. ------------------------------------------------------------------------------ <!> Solr only emits cache header elements for GET and HEAD requests. The HTTP standard does not allow cache related headers for POST requests. POST requests are not cached by standard compliant shared caches! - All this gets configured in SolrConfigXml. + All this gets configured in [wiki:Self:SolrConfigXml#HTTPCaching solrconfig.xml]. === Squid Cache === No special configuration is needed for [http://www.squid-cache.org/ Squid Cache]. The only thing you need to check is that the configuration parameter [http://www.squid-cache.org/Versions/v2/2.6/cfgman/cache.html cache] does not contain the \? pattern (this prevents all GET requests with parameters from beeing cached). The ''cache'' parameter tells Squid what never gets cached.
