diff options
Diffstat (limited to 'network/lighttpd')
-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" => |