diff --git a/docs/en/installation/server-requirements.md b/docs/en/installation/server-requirements.md index 9ae4ce83f..0b2f7995c 100644 --- a/docs/en/installation/server-requirements.md +++ b/docs/en/installation/server-requirements.md @@ -22,12 +22,12 @@ Our web-based [PHP installer](/installation) can check if you meet the requireme * One of the following databases: * MySQL 5.0+ * PostgreSQL 8.3+ (requires ["postgresql" module](http://silverstripe.org/postgresql-module)) - * SQL Server 2008. (requires ["mssql" module](http://silverstripe.org/microsoft-sql-server-database/)) + * SQL Server 2008+ (requires ["mssql" module](http://silverstripe.org/microsoft-sql-server-database/)) * Support for [Oracle](http://www.silverstripe.org/oracle-database-module/) and [SQLite](http://silverstripe.org/sqlite-database/) is not commercially supported, but is under development by our open source community. * One of the following web server products: * Apache 1.3+ with mod_rewrite and "AllowOverride All" set - * IIS 5.x+ (Version 7.5+ and URL Rewrite Module recommended) - * Support for Lighttpd and other webservers may work if you are familiar with configuring those products. + * IIS 7+ + * Support for Lighttpd, IIS 6, and other web servers may work if you are familiar with configuring those products. * We recommend enabling content compression (for example with mod_deflate) to speed up the delivery of HTML, CSS, and JavaScript. * One of the following operating systems: * Linux/Unix/BSD