From 96f77549fd5373f0b456369532367327e670470d Mon Sep 17 00:00:00 2001 From: RealRancor Date: Sun, 5 Apr 2015 09:53:51 +0200 Subject: [PATCH] Describe which PECL extensions is needed for using .htaccess on fpm/fcgi --- .../configuration_files/big_file_upload_configuration.rst | 4 +++- admin_manual/installation/nginx_configuration.rst | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_files/big_file_upload_configuration.rst b/admin_manual/configuration_files/big_file_upload_configuration.rst index 2dc3d0334..aeb4385d5 100644 --- a/admin_manual/configuration_files/big_file_upload_configuration.rst +++ b/admin_manual/configuration_files/big_file_upload_configuration.rst @@ -32,7 +32,9 @@ Configuring Your Webserver -------------------------- | ownCloud comes with its own ``owncloud/.htaccess`` file. -| If PHP-FPM is used, it can't read ``.htaccess`` PHP settings unless a PECL extension is installed. If PHP-FPM is used without the PECL extension installed, settings and permissions must be set in the ``owncloud/.user.ini`` 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. Set the following two parameters inside the corresponding .ini file:: diff --git a/admin_manual/installation/nginx_configuration.rst b/admin_manual/installation/nginx_configuration.rst index ccba5fafc..dfa2d416d 100644 --- a/admin_manual/installation/nginx_configuration.rst +++ b/admin_manual/installation/nginx_configuration.rst @@ -111,4 +111,7 @@ Nginx Configuration **post_max_size** values. You’ll need to restart php5-fpm and nginx services in order these changes to be applied. -.. note:: ownCloud comes with its own ``owncloud/.htaccess`` file. If PHP-FPM is used, it can't read ``.htaccess`` PHP settings unless a PECL extension is installed. If PHP-FPM is used without the PECL extension installed, settings and permissions must be set in the ``owncloud/.user.ini`` file. +.. note:: 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.