mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 02:36:49 +07:00
Merge pull request #2082 from RealRancor/remove_htscanner
Don't mention obsolete htscanner extension.
This commit is contained in:
@@ -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``.
|
||||
configuration to reset it to the default shown in the ``config.sample.php``.
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user