From 73a5930ef0e62632e556e4d9a67b66e67973e393 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Fri, 12 Aug 2016 11:59:13 +0200 Subject: network/lighttpd2: Updated for version 20151204_3a4698d. Fixed php.ini location in README.SLACKWARE and hardcoded lighttpd user (thanks to Andrzej Telszewski) Signed-off-by: Matteo Bernardini --- network/lighttpd2/README.SLACKWARE | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'network/lighttpd2/README.SLACKWARE') diff --git a/network/lighttpd2/README.SLACKWARE b/network/lighttpd2/README.SLACKWARE index c456dfe7c1..710dbaadc4 100644 --- a/network/lighttpd2/README.SLACKWARE +++ b/network/lighttpd2/README.SLACKWARE @@ -30,6 +30,8 @@ You have to make two changes to /etc/php-fpm.conf, namely user = lighttpd listen = /var/run/lighttpd2/php-fpm.sock + listen.owner = lighttpd + listen.mode = 0660 Then make /etc/rc.d/rc.php-fpm executable and start it (for an automatic start/stop, do as for the rc.lighttpd2 script). @@ -37,8 +39,8 @@ automatic start/stop, do as for the rc.lighttpd2 script). Enable php uncommenting the last line of /etc/lighttpd2/lighttpd.conf (you might want to have a look at the "index" directive too). -The php.ini used will be /etc/httpd/php.ini: you can also override -options set in this file adding them at the end of /etc/php-fpm.conf +The php.ini used will be /etc/php.ini: you can also override options +set in this file adding them at the end of /etc/php-fpm.conf (you will find some examples there). Note: Slackware's default php package is meant to work with httpd -- cgit v1.2.3-80-g2a13