]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/Installation.md
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / docs / Installation.md
index 2e6243963a753049c24d20c6c2ac8824c16a5465..678f055669caaf1067b51a3623cf8734888dda39 100644 (file)
@@ -38,7 +38,7 @@ For running Nominatim:
 
   * [PostgreSQL](http://www.postgresql.org) (9.1 or later)
   * [PostGIS](http://postgis.refractions.net) (2.0 or later)
-  * [PHP](http://php.net)
+  * [PHP](http://php.net) (5.4 or later)
   * PHP-pgsql
   * [PEAR::DB](http://pear.php.net/package/DB)
   * a webserver (apache or nginx are recommended)
@@ -103,7 +103,7 @@ directory and create an alias:
 
     <Directory "/srv/nominatim/build/website">
       Options FollowSymLinks MultiViews
-      AddTpe text/html   .php
+      AddType text/html   .php
       Require all granted
     </Directory>
     Alias /nominatim /srv/nominatim/build/website