diff options
author | Sebastian Arcus <s.arcus@open-t.co.uk> | 2018-03-20 08:45:00 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-24 06:50:42 +0700 |
commit | 9ffbc24ba8f8cad93010cbdf05b894d736b60542 (patch) | |
tree | 478a56c10e38bfd3becd4611707117bab95727b4 /network/lighttpd/README.SLACKWARE | |
parent | 4bc2a6fe592abbb6b07381fe8d3bbbfa1d03c4ee (diff) |
network/lighttpd: Adapt README.SLACKWARE to the new conventions.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/lighttpd/README.SLACKWARE')
-rw-r--r-- | network/lighttpd/README.SLACKWARE | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/network/lighttpd/README.SLACKWARE b/network/lighttpd/README.SLACKWARE index b4b29362f3f6..55b523330b2e 100644 --- a/network/lighttpd/README.SLACKWARE +++ b/network/lighttpd/README.SLACKWARE @@ -19,16 +19,15 @@ to stop lighttpd on system shutdown. * PHP users: Slackware's default php package is meant to work with -httpd(apache). It works fine with lighttpd with a couple of tweaks. +httpd (apache). It works fine with lighttpd with a couple of tweaks. -1) Copy the php.ini from /etc /etc/lighttpd +1) You can use its default configuration file /etc/php.ini -2) Uncomment mod_fastcgi from the modules section of - /etc/lighttpd/lighttpd.conf. +2) Uncomment mod_fastcgi from /etc/lighttpd/modules.conf. -3) Rework the fastcgi section of /etc/lighttpd/lighttpd.conf to the - following (or just copy this in below the existing commented out - fastcgi config): +3) Rework the fastcgi section of /etc/lighttpd/conf.d/fastcgi.conf to + the following (or just copy this in below the existing commented + out fastcgi config): fastcgi.server = ( ".php" => ( "localhost" => |