diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-08-12 11:59:13 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:46 +0700 |
commit | 73a5930ef0e62632e556e4d9a67b66e67973e393 (patch) | |
tree | 1fa4f9f0e5a70dc8e90b433e44be104980bab528 /network/lighttpd2/README.SLACKWARE | |
parent | 2d5ef2bee514bc81930425d07434aeb4cd61aa4c (diff) | |
download | slackbuilds-73a5930ef0e62632e556e4d9a67b66e67973e393.tar.gz |
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 <ponce@slackbuilds.org>
Diffstat (limited to 'network/lighttpd2/README.SLACKWARE')
-rw-r--r-- | network/lighttpd2/README.SLACKWARE | 6 |
1 files changed, 4 insertions, 2 deletions
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 |