From 634cab04143a6121e0e46fff7d00477fe0726937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gaul?= Date: Sat, 6 Apr 2013 14:27:38 +0300 Subject: [PATCH] Enhance lighttpd doc: enable fastcgi check-local --- admin_manual/installation/installation_others.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/admin_manual/installation/installation_others.rst b/admin_manual/installation/installation_others.rst index 7362b418d..d24d9b4ac 100644 --- a/admin_manual/installation/installation_others.rst +++ b/admin_manual/installation/installation_others.rst @@ -112,6 +112,17 @@ Disable directory listing:: dir-listing.activate = "disable" } +.. note:: The **check-local** option of lighttpd's fastcgi_ must be enabled. + It is sometimes disabled for security reasons. For example, + the PHP process can run as a different user than lighttpd. + Then, lighttpd might not be able to read/check the PHP files + which the PHP process is able to read. Disabling + **check-local** results in an incorrect **PATH_INFO** + in PHP which produces a strange behavior of owncloud (such as + incompletely loaded pages). + +.. _fastcgi: http://redmine.lighttpd.net/projects/1/wiki/Docs_ModFastCGI + Yaws Configuration ------------------