You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
* <ahref="http://httpd.apache.org/download.cgi"target="_blank">Apache 2.2 or 2.4</a>
25
29
26
30
In addition, the apache `mod_rewrite` module must be enabled. `mod_rewrite` enables the server to perform URL rewriting. For more information, see <a href="{{page.baseurl}}install-gde/prereq/apache.html">our Apache documentation</a>.
@@ -86,22 +96,18 @@ For more information, see [Required PHP settings]({{ page.baseurl }}install-gde/
86
96
Mail Transfer Agent (MTA) or an SMTP server
87
97
88
98
### Magento can utilize the following technologies:
89
-
* <ahref="{{page.baseurl}}config-guide/redis/config-redis.html">Redis</a> version 3.0 for page caching and session storage (the latter supported by Magento version 2.0.6 and later only)
99
+
* <ahref="{{page.baseurl}}config-guide/redis/config-redis.html">Redis</a> version 3.0 (compatible with 2.4+ ) for page caching and session storage (the latter supported by Magento version 2.0.6 and later only)
90
100
* <ahref="{{page.baseurl}}config-guide/varnish/config-varnish.html">Varnish</a> version 4.x or 5.0
91
101
* <ahref="{{page.baseurl}}config-guide/memcache/memcache.html">memcached</a> latest stable version for session storage with either `memcache` or `memcached` PHP extensions (latest stable version)
92
102
93
103
* Magento Enterprise Edition (EE) only <imgsrc="{{ site.baseurl }}common/images/ee-only_small.png">
94
104
95
-
* Apache Solr 4.x
96
-
97
-
<a href="{{page.baseurl}}config-guide/solr/solr-overview.html">Solr search</a> can be used as a search provider. Available for Magento Enterprise Edition (EE) only.
98
-
99
105
* Elasticsearch versions 1.7 and 2.x (recommended)
100
106
101
107
* If you get the Elasticsearch software from the Elasticsearch Linux repository, we support versions 2.x.
102
108
* If you get the Elasticsearch software from their [Elasticsearch-PHP repository](https://github.com/elastic/elasticsearch-php){:target="_blank"}, we support the `2.0` branch.
103
109
104
-
* RabbitMQ 3.5
110
+
* RabbitMQ 3.5 (compatible 2.0+)
105
111
106
112
<a href="{{page.baseurl}}config-guide/mq/rabbitmq-overview.html">RabbitMQ</a> can be used to publish messages to queue and to define the consumers that receive the messages asynchronously. Available for Magento EE only.
0 commit comments