summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Sebastian Arcus2018-03-20 08:45:00 +0100
committer Willy Sudiarto Raharjo2018-03-24 00:50:42 +0100
commit9ffbc24ba8f8cad93010cbdf05b894d736b60542 (patch)
tree478a56c10e38bfd3becd4611707117bab95727b4
parent4bc2a6fe592abbb6b07381fe8d3bbbfa1d03c4ee (diff)
downloadslackbuilds-9ffbc24ba8f8cad93010cbdf05b894d736b60542.tar.gz
network/lighttpd: Adapt README.SLACKWARE to the new conventions.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--network/lighttpd/README.SLACKWARE13
1 files changed, 6 insertions, 7 deletions
diff --git a/network/lighttpd/README.SLACKWARE b/network/lighttpd/README.SLACKWARE
index b4b29362f3..55b523330b 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" =>