From b954d8579d3fba4f83efa6247a63248c69685fd5 Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Wed, 7 Oct 2015 15:27:29 -0700 Subject: [PATCH] mystery section commented out --- .../performance_tuning/webserver_tips.rst | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/admin_manual/configuration_server/performance_tuning/webserver_tips.rst b/admin_manual/configuration_server/performance_tuning/webserver_tips.rst index d90d1498e..985ac0b94 100644 --- a/admin_manual/configuration_server/performance_tuning/webserver_tips.rst +++ b/admin_manual/configuration_server/performance_tuning/webserver_tips.rst @@ -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 - - StartServers 100 - MinSpareServers 100 - MaxSpareServers 2000 - ServerLimit 6000 - MaxClients 6000 - MaxRequestsPerChild 4000 - +.. +.. StartServers 100 +.. MinSpareServers 100 +.. MaxSpareServers 2000 +.. ServerLimit 6000 +.. MaxClients 6000 +.. MaxRequestsPerChild 4000 +.. - - Options Indexes SymLinksIfOwnerMatch AllowOverride All - +.. +.. Options Indexes SymLinksIfOwnerMatch AllowOverride All +.. 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. \ No newline at end of file + the high load before.