Skip to content

Commit

Permalink
admin_manual/source_installation: Fixes in PHP prerequisites and Apac…
Browse files Browse the repository at this point in the history
…he configuration

* PHP: Both PostgreSQL (nextcloud/server#367) and SQLite (nextcloud/server#481)
  are handled by PDO in recent Nextcloud versions
* Apache: Distributed configuration files (".htaccess") need to be readable
  only
  • Loading branch information
pmattern committed Jan 27, 2017
1 parent e77205d commit f70c6fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin_manual/installation/source_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ Required:

Database connectors (pick the one for your database:)

* PHP module sqlite (>= 3, usually not recommended for performance reasons)
* PHP module pdo_sqlite (>= 3, usually not recommended for performance reasons)
* PHP module pdo_mysql (MySQL/MariaDB)
* PHP module pgsql (requires PostgreSQL >= 9.0)
* PHP module pdo_pgsql (requires PostgreSQL >= 9.0)

*Recommended* packages:

Expand Down Expand Up @@ -270,7 +270,7 @@ Additional Apache Configurations
Pretty URLs
-----------

Pretty URLs are created automatically when ``.htaccess`` is writable by the
Pretty URLs are created automatically when ``.htaccess`` is readable by the
HTTP user, ``mod_env`` and ``mod_rewrite`` are installed, and
``'overwrite.cli.url'`` in your ``config.php`` is set to any non-null value.

Expand Down

0 comments on commit f70c6fb

Please sign in to comment.