mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
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:
commit
582eaace01
@ -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::
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user