From 13f5f92fdaea0df29bd7f911dce4397dafab0580 Mon Sep 17 00:00:00 2001 From: RealRancor Date: Thu, 24 Sep 2015 11:43:07 +0200 Subject: [PATCH] Add info how to solve "no basic authentication headers" --- admin_manual/issues/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin_manual/issues/index.rst b/admin_manual/issues/index.rst index 4b4b8415e..2ccb9cd13 100644 --- a/admin_manual/issues/index.rst +++ b/admin_manual/issues/index.rst @@ -139,6 +139,12 @@ Some common problems / error messages found in your logfiles as described above: ``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``. +* ``No basic authentication headers were found`` -> This error is shown in your + ``data/owncloud.log`` file. Some Apache modules like ``mod_fastcgi``, ``mod_fcgid`` + or ``mod_proxy_fcgi`` are not passing the needed authentication headers to + PHP and so the login to ownCloud via WebDAV, CalDAV and CardDAV clients is + failing. Information on how to correctly configure your environment can be + found at the `forums `_. Troubleshooting Webserver and PHP problems ------------------------------------------