Document reasons for "connection closed" or "operation cancelled"

messages.
This commit is contained in:
RealRancor
2015-08-05 07:54:30 +02:00
parent c2066c0ab1
commit 5726d74218

View File

@@ -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
------------------------------------------