From 87eb1ee129acb667e1cd18802f5d49ef677257be Mon Sep 17 00:00:00 2001 From: RealRancor Date: Mon, 25 Jan 2016 08:02:40 +0100 Subject: [PATCH] Don't mention obsolete htscanner extension. --- .../big_file_upload_configuration.rst | 9 ++++----- admin_manual/installation/source_installation.rst | 7 +++---- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/admin_manual/configuration_files/big_file_upload_configuration.rst b/admin_manual/configuration_files/big_file_upload_configuration.rst index 169ba7c0c..65f52f33e 100644 --- a/admin_manual/configuration_files/big_file_upload_configuration.rst +++ b/admin_manual/configuration_files/big_file_upload_configuration.rst @@ -31,10 +31,9 @@ System Configuration Configuring Your Webserver -------------------------- -| ownCloud comes with its own ``owncloud/.htaccess`` file. -| If PHP-FPM is used, it can't read ``.htaccess`` PHP settings unless the ``htscanner`` -| PECL extension is installed. If PHP-FPM is used without this PECL extension installed, -| settings and permissions must be set in the ``owncloud/.user.ini`` file. +| ownCloud comes with its own ``owncloud/.htaccess`` file. Because ``php-fpm`` can't +| read PHP settings in ``.htaccess`` these settings and permissions must be set +| in the ``owncloud/.user.ini`` file. Set the following two parameters inside the corresponding php.ini file (see the **Loaded Configuration File** section of :ref:`label-phpinfo` to find your @@ -120,4 +119,4 @@ If you have configured the ``session_lifetime`` setting in your ``config.php`` make sure it is not too low. This setting needs to be configured to at least the time (in seconds) that the longest upload will take. If unsure remove this completely from your -configuration to reset it to the default shown in the ``config.sample.php``. \ No newline at end of file +configuration to reset it to the default shown in the ``config.sample.php``. diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index d73b56baa..776cd60a0 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -405,10 +405,9 @@ server in order for these changes to be applied. **.htaccess notes for webservers \<> Apache** -ownCloud comes with its own ``owncloud/.htaccess`` file. ``php-fpm`` can't -read PHP settings in ``.htaccess`` unless the ``htscanner`` PECL extension is -installed. If ``php-fpm`` is used without this PECL extension installed, -settings and permissions must be set in the ``owncloud/.user.ini`` file. +ownCloud comes with its own ``owncloud/.htaccess`` file. Because ``php-fpm`` can't +read PHP settings in ``.htaccess`` these settings and permissions must be set +in the ``owncloud/.user.ini`` file. .. _other_HTTP_servers_label: