diff --git a/admin_manual/issues/index.rst b/admin_manual/issues/index.rst index 4e3d53826..9040b12e9 100644 --- a/admin_manual/issues/index.rst +++ b/admin_manual/issues/index.rst @@ -115,6 +115,9 @@ Some common problems / error messages found in your logfiles as described above: accessing your SQLite database file in your datadirectory (``data/owncloud.db``). Please check the permissions of this folder/file or if it exists at all. If you're using MySQL please start your database. +* ``Connection closed / Operation cancelled`` -> This could be caused by wrong ``KeepAlive`` + settings within your Apache config. Make sure that ``KeepAlive`` is set to ``On`` and + also try to raise the limits of ``KeepAliveTimeout`` and ``MaxKeepAliveRequests``. Troubleshooting Webserver and PHP problems ------------------------------------------