summaryrefslogtreecommitdiffstats
path: root/network/lighttpd
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2017-05-14 10:49:55 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-05-20 06:55:25 +0700
commit3b83bf2eb5680f6a5114010113e5ecf8f0045456 (patch)
tree330c4d7d5a2ffc9fa372796333e7b546178d914f /network/lighttpd
parentbf46a543d48b4aabf608b623cbab47b9102946bf (diff)
downloadslackbuilds-3b83bf2eb5680f6a5114010113e5ecf8f0045456.tar.gz
slackbuilds-3b83bf2eb5680f6a5114010113e5ecf8f0045456.tar.xz
network/lighttpd: Change some hints in README.SLACKWARE.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/lighttpd')
-rw-r--r--network/lighttpd/README.SLACKWARE8
1 files changed, 6 insertions, 2 deletions
diff --git a/network/lighttpd/README.SLACKWARE b/network/lighttpd/README.SLACKWARE
index 63c0ba2884..b4b29362f3 100644
--- a/network/lighttpd/README.SLACKWARE
+++ b/network/lighttpd/README.SLACKWARE
@@ -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.