Merge pull request #1035 from RealRancor/pecl_htscanner

Describe which PECL extensions is needed for using .htaccess on fpm/fcgi
This commit is contained in:
Morris Jobke 2015-04-06 10:39:24 +02:00
commit 582eaace01
2 changed files with 7 additions and 2 deletions

View File

@ -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::

View File

@ -111,4 +111,7 @@ Nginx Configuration
**post_max_size** values. Youll 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.