Feature #1906
Add option to chown unix-socket
Description
Add option to chown the created unix-socket to a different user than the user the FastCGI application is running with.
Example: you want to run php as "webuser1" but need "www-data" to have access to the socket and don't want to use tcp sockets.
Associated revisions
Added options to chown/chmod the socket and to create the socket before chroot() (fixes #1906)
git-svn-id: svn://svn.lighttpd.net/spawn-fcgi/trunk@30 4a9f3682-ca7b-49a8-9a55-ba4640e46f83
History
Updated by stbuehler about 9 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset r30.
Also available in: Atom
Added options to chown/chmod the socket and to create the socket before chroot() (fixes #1906)