mystery section commented out

This commit is contained in:
Carla Schroder
2015-10-07 15:27:29 -07:00
parent ca41b4d165
commit b954d8579d

View File

@@ -107,23 +107,24 @@ down errors.
.. todo: loglevel?
MaxKeepAliveRequests 4096
^^^^^^^^^^^^^^^^^^^^^^^^^
.. commented out until somebody knows what to do with it
.. MaxKeepAliveRequests 4096
.. ^^^^^^^^^^^^^^^^^^^^^^^^^
.. code-block:: apache
.. .. code-block:: apache
<IfModule prefork.c>
StartServers 100
MinSpareServers 100
MaxSpareServers 2000
ServerLimit 6000
MaxClients 6000
MaxRequestsPerChild 4000
</IfModule>
.. <IfModule prefork.c>
.. StartServers 100
.. MinSpareServers 100
.. MaxSpareServers 2000
.. ServerLimit 6000
.. MaxClients 6000
.. MaxRequestsPerChild 4000
.. </IfModule>
<Directory "/var/www/html">
Options Indexes SymLinksIfOwnerMatch AllowOverride All
</Directory>
.. <Directory "/var/www/html">
.. Options Indexes SymLinksIfOwnerMatch AllowOverride All
.. </Directory>
Nginx: caching ownCloud gallery thumbnails
------------------------------------------
@@ -343,4 +344,4 @@ Add *inside* the ``server{}`` block, as an example of a configuration::
* Open the gallery app again and browse to the folders you accessed before.
Your thumbnails should appear more or less immediately.
* ``htop`` will not show up additional load while processing, compared to
the high load before.
the high load before.