mirror of
https://github.com/nextcloud/documentation.git
synced 2026-04-01 14:28:42 +07:00
Merge pull request #102 from andrenarchy/patch-1
Enhance lighttpd doc: enable fastcgi check-local
This commit is contained in:
@@ -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
|
||||
------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user