network/lighttpd: Adapt README.SLACKWARE to the new conventions.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Sebastian Arcus 2018-03-20 08:45:00 +01:00 committed by Willy Sudiarto Raharjo
parent 4bc2a6fe59
commit 9ffbc24ba8

View file

@ -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" =>