diff options
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 c456dfe7c135c..710dbaadc47a1 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 |