network/lighttpd: Change some hints in README.SLACKWARE.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
bf46a543d4
commit
3b83bf2eb5
|
@ -39,6 +39,10 @@ httpd(apache). It works fine with lighttpd with a couple of tweaks.
|
|||
)
|
||||
)
|
||||
|
||||
4) Change the group of /var/lib/php from "apache" to "lighttpd".
|
||||
Otherwise, php won't be able to use $_SESSION.
|
||||
4) Add the lighttpd user to the apache group with a command like
|
||||
|
||||
gpasswd -a lighttpd apache
|
||||
|
||||
Otherwise php won't be able to use $_SESSION, as sessions are stored
|
||||
in /var/lib/php, owned by root:apache with perms 0770.
|
||||
|
||||
|
|
Loading…
Reference in New Issue